码迷,mamicode.com
首页 >  
搜索关键字:professional cuda c    ( 1984个结果
leetcode:House Robber
House RobberYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint...
分类:其他好文   时间:2015-04-26 17:59:58    阅读次数:103
CUDA Runtime API 汇总
CUDA Runtime API 汇总!...
分类:Windows程序   时间:2015-04-26 13:51:20    阅读次数:507
MySQL权限
注:我的运行环境是widnows xp professional + MySQL5.0 一, 创建用户: 命令:CREATE USER 'username'@'host' IDENTIFIED BY 'password'; 说明:username - 你将创建的用户名, host - 指定该用户在哪...
分类:数据库   时间:2015-04-23 21:30:58    阅读次数:217
LeetCode (20) house robber (数组不相邻元素最大值)
题目描述You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent ho...
分类:编程语言   时间:2015-04-22 18:27:15    阅读次数:121
简单动态规划-LeetCode198
题目:House RobberYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constra...
分类:其他好文   时间:2015-04-22 17:44:42    阅读次数:112
CUDA入门(一)
介绍 CUDA 是由NVIDIA(英伟达)公司开发的一个并行计算平台,并行编程模型。它通过控制GPU(图形计算单元,graphics processing unit)的计算能力,可以戏剧性地提高计算性能。 CUDA的设计思想是:提供一个比如C之类的标准语言的小的扩展集,来直接实现并行算法。 有了CUDA C/C++,程序员就可以专注于并行算法的实现,而不是去担心他们写出来的程序的加速时间不够好...
分类:其他好文   时间:2015-04-21 22:48:08    阅读次数:155
Leetcode14: House Robber
You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent house...
分类:其他好文   时间:2015-04-21 16:17:04    阅读次数:122
制作Win7(x86)PE ISO文件
WinPE3.1     —Win7 x86 PE V3.1: waik_supplement_zh-cn.iso DVD: cn_windows_7_professional_with_sp1_x86_dvd_u_677162.iso 一.Builds ISO 1. 設立フォルダー    Name: win7pe_1 2. Win7 イン...
分类:Windows程序   时间:2015-04-21 13:05:40    阅读次数:274
LeetCode198——House Robber
这题告诉我们,要成为一个优秀的小偷,得懂编程才行。哈哈 You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each...
分类:其他好文   时间:2015-04-21 00:28:04    阅读次数:154
Leetcode: House Robber
题目: You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent h...
分类:其他好文   时间:2015-04-20 18:28:00    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!