码迷,mamicode.com
首页 >  
搜索关键字:udp read    ( 25864个结果
四、IP地址转换
IP地址与端口 TCP/IP(传输控制协议/网际协议)不是一个协议,而是一组协议的总称,包括IP、TCP、UDP、ICMP、ARP等。它规范了网络上的所有通信设备,尤其是一个主机与另一个主机之间的数据交换格式以及传送方式。 IP地址:是给每个连接在因特网上的主机(或路由器)分配一个在全世...
分类:其他好文   时间:2014-05-26 21:33:23    阅读次数:302
cas
CAS,当oldVal与expected相同时,将oldVal更新为newVal,原子操作ABA problem:when a location is read twice, has the same value for both reads, and "value is same“ is used...
分类:其他好文   时间:2014-05-26 16:06:53    阅读次数:217
Linux 设备驱动程序 proc
不能再简化了#include#include#includeint meng_read_proc(char*page,char**start,off_t offset,int count,int*eof,void*data){ char*s="Hello. This is meng p...
分类:系统相关   时间:2014-05-26 15:52:49    阅读次数:463
php 遍历文件及文件夹
\n"; while($file = $mydir->read()) { if((is_dir("$directory/$file")) AND ($file!=".") AND ($file!="..")) { echo "$fi...
分类:Web程序   时间:2014-05-26 14:22:05    阅读次数:239
HITAG 2 125kHz RFID IC Read-Write 256 bits
Features 256 bits EEPROM memory organized in 8 pages of 32 bits each 32 bits unique factory programmed serial number Typical operating frequency : ...
分类:其他好文   时间:2014-05-26 13:32:43    阅读次数:287
使用iozone测试磁盘性能
IOzone是一个文件系统测试基准工具。可以测试不同的操作系统中文件系统的读写性能。可以通过 write, re-write, read, re-read, random read, random write, random mix, backwards read, record rewirte, ...
分类:其他好文   时间:2014-05-26 13:15:14    阅读次数:298
Sequential Read Ahead For SQL Server
Balancing CPU and I/O throughput is essential to achieve good overall performance and to maximize hardware utilization. SQL Server includes two asynch...
分类:数据库   时间:2014-05-26 12:20:40    阅读次数:386
UDP发送和接收
MainRecv.cpp#include #include #include #pragma comment(lib,"ws2_32.lib")#define RECV_IP "127.0.0.1"#define RECV_PORT 8899#define LEN_RECV_BUF 2048int ...
分类:其他好文   时间:2014-05-26 12:07:41    阅读次数:276
模拟 + 暴搜 --- Help Me with the Game
Help Me with the GameTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 3175Accepted: 2053DescriptionYour task is to read a picture of a chessbo...
分类:其他好文   时间:2014-05-26 10:28:59    阅读次数:618
linux nc命令
即NetCat简写,在网络工具中有“瑞士军刀”美誉,其有Windows和Linux的版本。因为它短小精悍(1.84版本也不过25k,旧版本或缩减版甚至更小)、功能实用,被设计为一个简单、可靠的网络工具,可通过TCP或UDP协议传输读写数据。同时,它还是一个网络应用Debug分析器,因为它可以根据需要...
分类:系统相关   时间:2014-05-26 07:56:47    阅读次数:607
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!