最新 最热

[翻译]CURAND Libaray--Host API--(2)

2.3 返回值所有的CURAND host端的函数返回值都是curandStatus_t.如果调用没有错误,则返回成功,即返回值为CURAND_STATUS_SUCCESS.如果发生了错误,返回值会依据错误的不同而不同。因为cuda允许内核函数异步的调用cpu端...

2018-01-17
1

Buildings

Problem DescriptionWe divide the HZNU Campus into N*M grids. As you can see from the picture below, the green grids represent the buidings. Given the size of t...

2018-01-17
1

Leetcode 4 Median of Two Sorted Arrays

There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity should be ...

2018-01-12
1

Leetcode 15 3Sum + 有趣的小BUG

Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all u

2018-01-12
1

Leetcode 88 Merge Sorted Array

Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note: You may assume that nums1 has enough space (size that is g...

2018-01-12
1

【响应式】foundation栅格布局的“尝鲜”与“填坑”

提到响应式,就不得不提两个响应式框架——bootstrap和foundation。在标题上我已经说明白啦,今天给大家介绍的是foundation框架。何为“尝鲜”?就是带大伙初步一下foundati...

2018-01-03
1

ISLR_ANOVA

概述核心思想检定统计量F结论适用情况Multi comparisonANOVA不同于之前的z检定,t检定,这里的零假设包含了很多个变量,具体是μ1=μ2=...=μnmu_1=mu_2

2018-01-02
1

LWC 60:735. Asteroid Collision

该文章介绍了LWC 60:735. Asteroid Collision问题,输入一个整数数组,找出碰撞后剩余行星的数量。文章首先介绍了算法思路,然后分别用Java和Python两种语言实现了算法。...

2018-01-02
1

caffe随记(二) --- 数据结构简介

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2017-12-28
1