码迷,mamicode.com
首页 >  
搜索关键字:wang xifengs little    ( 2433个结果
网络编程笔记
1. 网络数据传输时需要考虑字节序问题,即大端小端问题:  x86系列CPU都是little-endian的字节序. 网络字节顺序是TCP/IP中规定好的一种数据表示格式,它与具体的CPU类型、操作系统等无关,从而可以保证数据在不同主机之间传输时能够被正确解释。网络字节顺序采用big endian排序方式。 为了进行转换 bsd socket提供了转换的函数 有下面四个 h...
分类:其他好文   时间:2014-09-19 12:08:35    阅读次数:213
2014.9.17
#include #include struct person { char name[20]; int count; }leader[3]={"Li",0,"Zhang",0,"Wang",0}; main() { int i,j;char leader_name[20]; for(i=1;i<=10;i++) { scanf("%s",leader_name); for(j=...
分类:其他好文   时间:2014-09-17 18:41:22    阅读次数:176
TCP/IP协议头部结构体
http://blog.csdn.net/ithomer/article/details/5662383IP和TCP都20字节,IP存放地址,TCP存放端口。TCP还存放一些用于TCP特定协议的内容,序列号、确认号// i386 is little_endian.#ifndef LITTLE_END...
分类:其他好文   时间:2014-09-15 21:08:49    阅读次数:250
沃通SSL证书支持最新顶级域名
2014年已经过去一半多了,这段时间在域名界我们陆陆续续见到了不少新顶级域,比如.在线、.中文网、.club、.移动、.xyz、.wang等等。据海外媒体消息,6月1日,新顶级域名“.XYZ”开放公众注册,并在当天斩获近18000的注册量。目前“.XYZ”的注册量更是迅速突破3万,达到38153,位...
分类:其他好文   时间:2014-09-15 12:38:08    阅读次数:187
沃通SSL证书支持最新顶级域名
2014年已经过去一半多了,这段时间在域名界我们陆陆续续见到了不少新顶级域,比如.在线、.中文网、.club、.移动、.xyz、.wang等等。据海外媒体消息,6月1日,新顶级域名“.XYZ”开放公众注册,并在当天斩获近18000的注册量。目前“.XYZ”的注册量更是迅速突破3万,达到38153,位...
分类:其他好文   时间:2014-09-15 08:46:58    阅读次数:185
php -- strstr()字符串匹配函数(备忘)
Learn From: http://blog.csdn.net/morley_wang/article/details/7859922strstr(string,search)strstr() 函数搜索一个字符串在另一个字符串中的第一次出现。该函数返回字符串的其余部分(从匹配点)。如果未找到所搜索...
分类:Web程序   时间:2014-09-13 11:53:55    阅读次数:153
POJ - 2752 Seek the Name, Seek the Fame (KMP的next[]应用)
Description The little cat is so famous, that many couples tramp over hill and dale to Byteland, and asked the little cat to give names to their newly-born babies. They seek the name, and at the sa...
分类:其他好文   时间:2014-09-13 10:40:55    阅读次数:197
LA 3236 That Nice Euler Circuit(欧拉定理)
That Nice Euler Circuit Timelimit:3.000 seconds Little Joey invented a scrabble machine that he called Euler, after the great mathematician. In his primary school Joey heard about the nice s...
分类:其他好文   时间:2014-09-12 19:13:34    阅读次数:277
HDU4986 (Little Pony and Alohomora Part I )
http://acm.hdu.edu.cn/showproblem.php?pid=4986Little Pony and Alohomora Part ITime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/...
分类:其他好文   时间:2014-09-11 19:18:02    阅读次数:201
安霸预发布14nm工艺的ISP芯片
据来自SeekingApha的消息,安霸预计明年将推出14nm工艺的ISP芯片。Fermi Wang - 总裁兼首席执行官说: 首先,14nm仍然是我们今年研发的一个重要方向,这对我们非常必要,因为我们相信,当我们在下一代摄像机产品上实现14纳米产品工艺的时候,这将有助于提升我们的业绩,同时在功耗和视频性能方面能够和竞争对手拉开差距。 同时,按照目前的规划我们已经将之列入议事日程,相信明年能够推出...
分类:其他好文   时间:2014-09-11 13:54:52    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!