码迷,mamicode.com
首页 >  
搜索关键字:galaxy s4    ( 586个结果
三星发布四款新品,打劫你的钱包能成功吗
摘要:最近的手机市场很是让人亢奋,前段时间的小米4,近两天的魅族MX4,大肆宣传、热度持续的苹果iPhone6,还有昨晚的刚发布的三星 Galaxy Note 4和搭载曲面屏幕的 Galaxy Note Edge ,都在抢劫你的钱包。在昨晚的发布会上除了这两款新手机,三星还同时发布了同样有嘘头的智能手表 Gear S 和智能眼镜 Gear VR。 昨晚,三星在柏林、纽约和北京同时召开...
分类:其他好文   时间:2014-09-04 13:28:09    阅读次数:246
8.31 二维数组 字符串和指针
指针+1移动了相当于所指向类型的大小的字节int *s1[100]移动了4个字节int (*s2)[100]移动了400个字节char *s3 移动了1 个字节int *s4移动了4个字节***p2如何理解?int *p0 = &i*p0 = iint **p1 = &p0**p1 = iint *...
分类:其他好文   时间:2014-09-04 01:21:47    阅读次数:226
8.31 二维数组 字符串和指针
指针+1移动了相当于所指向类型的大小的字节int *s1[100]移动了4个字节int (*s2)[100]移动了400个字节char *s3 移动了1 个字节int *s4移动了4个字节***p2如何理解?int *p0 = &i*p0 = iint **p1 = &p0**p1 = iint *...
分类:其他好文   时间:2014-09-02 15:34:44    阅读次数:192
ZOJ 1584:Sunny Cup 2003 - Preliminary Round(最小生成树&&prim)
Sunny Cup 2003 - Preliminary RoundApril 20th, 12:00 - 17:00Problem E: QS NetworkIn the planet w-503 of galaxy cgb, there is a kind of intelligent crea...
分类:其他好文   时间:2014-08-26 22:45:56    阅读次数:308
rt5350 AP 测试
今天抽空测试了下RT5350的AP ,从测试结果上看,PC通过一个USB wifi接入正常,而iphone2 无法接入,samsung S4 可以接入 可以登陆web 管理界面,但是进行相关页面的访问及设置会失效,莫非Android机器上的UC浏览器不支持吗?web配置界面是asp的,不过没有仔细研究还。 上图samsung s4接入后显示连接速度是26Mbps,这点比较奇怪,而在昂达...
分类:其他好文   时间:2014-08-26 00:32:55    阅读次数:456
POJ Is the Information Reliable?
B - Is the Information Reliable? Time Limit:3000MS Memory Limit:131072KB 64bit IO Format:%I64d & %I64uSubmit StatusDescriptionThe galaxy war between t...
分类:其他好文   时间:2014-08-23 11:14:20    阅读次数:242
poj2983--Is the Information Reliable?(差分约束)
Is the Information Reliable? Time Limit: 3000MS   Memory Limit: 131072K Total Submissions: 11125   Accepted: 3492 Description The galaxy war between the Empire Draco and ...
分类:其他好文   时间:2014-08-22 22:35:52    阅读次数:316
后缀树(Suffix Trie)子串匹配结构
Suffix Trie 又称后缀Trie或后缀树。它与Trie树的最大不同在于,后缀Trie的字符串集合是由指定字符串的后缀子串构成的。比如、完整字符串"minimize"的后缀子串组成的集合S分别如下: s1=minimize s2=inimize s3=nimize s4=imize s5=mi...
分类:其他好文   时间:2014-08-22 14:22:59    阅读次数:207
zoj QS 1586 Network (prim算法)
QS Network Time Limit: 2 Seconds      Memory Limit: 65536 KB Sunny Cup 2003 - Preliminary Round April 20th, 12:00 - 17:00 Problem E: QS Network In the planet w-503 of galaxy cgb, there ...
分类:Web程序   时间:2014-08-20 16:27:32    阅读次数:249
斐波拉切字符串统计个数 Fibonacci String
Problem:  s0 = "a", s1 = "b", s2 = "ba", s3 = "bab", s4 = "babba", s4 = "babbabab", is called Fibonacci string. For the string with index n, given a string str = "bb", calculate how many times in the...
分类:其他好文   时间:2014-08-20 12:31:22    阅读次数:146
586条   上一页 1 ... 52 53 54 55 56 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!