码迷,mamicode.com
首页 >  
搜索关键字:digi    ( 75个结果
GearVR原理
http://digi.tech.qq.com/a/20150221/005630.htm http://www.csdn.net/article/2015-03-20/2824270-analysis-gear-vr...
分类:其他好文   时间:2015-11-17 07:12:48    阅读次数:113
转:巧用搜狗输入法输入英文单词
转: http://www.techweb.com.cn/digi/experience/2013-06-03/1300700.shtml你是否遇到过这样的情形:想打一个英文单词,但是忘了具体拼写是什么,只是记了个大概?比如“竞争”,到底是competetion还是competition呢?又如“恭...
分类:其他好文   时间:2015-11-06 11:15:02    阅读次数:255
APU平台DirectX 12性能测试:超级大惊喜!
APU平台DirectX 12性能测试:超级大惊喜!转自:http://www.ithome.com/html/digi/129840.htm[size=1pc]微软将会在接下来的GDC 2015游戏开发者大会上公布DirectX 12规范,而前段时间AnandTech在微软、NVIDIA和AMD的...
分类:其他好文   时间:2015-10-13 00:14:11    阅读次数:218
LeetCode:Plus One - 数字加一
1、题目名称 Plus One(数字加一) 2、题目地址 https://leetcode.com/problems/plus-one 3、题目内容 英文:Given a non-negative number represented as an array of digits, plus one to the number. The digi...
分类:其他好文   时间:2015-09-17 23:29:56    阅读次数:409
iOS 技术推荐
1 iOS开发网络篇之文件下载、大文件下载、断点下载http://www.jianshu.com/p/f65e32012f072 [中文字幕]2015年苹果秋季新品发布会全程视频http://digi.163.com/15/0910/14/B35IN57100162OUT.html#sns_qzon...
分类:移动开发   时间:2015-09-11 12:04:21    阅读次数:222
hdu4722 Good Numbers(数位dp)
Good Numbers Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 3529 Accepted Submission(s): 1128 Problem Description If we sum up every digi...
分类:其他好文   时间:2015-09-10 13:13:53    阅读次数:134
8月27日 第五次课作业
1、显示/etc/passwd文件中以bash结尾的行;#grep--colour=auto"bash$"/etc/passwd2、显示/etc/passwd文件中的两位数或三位数;使用BRE方法#grep--colour=auto"\<[[:digit:]]\{2,3\}\>"/etc/passwd使用ERE方法#grep--colour=auto-E"\<[[:digi..
分类:其他好文   时间:2015-09-07 01:54:27    阅读次数:379
全栈工程师
本来我是不知道这个称谓的,在oschina完善简历的时候系统帮我选了这个角色,引起了我的注意,于是就了解了一下。老样子引入一篇文章,加上自己的一点点体会。(链接:http://digi.163.com/14/0116/10/9IN26JNS00...
分类:其他好文   时间:2015-08-28 15:48:50    阅读次数:261
利用树莓派实现简单的计算器
在实验板上实现一个简单的计算器,要求在实验板的命令行运行程序,输入两个100以内的数字以及运算符 (+,-,*,/),然后计算结果并在数码管上显示计算结果。电路设计如下:实物连接:代码如下:#include #include #include #define DIGIT1 9#define DIGI...
分类:其他好文   时间:2015-07-01 06:07:37    阅读次数:223
Project Euler:Problem 20 Factorial digit sum
n! means n × (n ? 1) × ... × 3 × 2 × 1 For example, 10! = 10 × 9 × ... × 3 × 2 × 1 = 3628800, and the sum of the digits in the number 10! is 3 + 6 + 2 + 8 + 8 + 0 + 0 = 27. Find the sum of the digi...
分类:其他好文   时间:2015-05-31 15:22:58    阅读次数:131
75条   上一页 1 ... 4 5 6 7 8 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!