资源列表
codeCacaNew
- System will automatically delete the directory of debug and release, so please do not put files on these two directory.
throughput.tar
- parameter throughput compute for wlan in network simulator 2
poj2389
- poj2389结题报告,acM的同学很有帮助的,大家交流一下心得呀-poj2389 concluding report, acM students helpful, we exchange experiences ah
Evenodd
- To tell whether the elements of array are even or o-To tell whether the elements of array are even or odd
VB6Sample
- PC access with PLC of siemens
ad7324
- ad7324 and atmega128
list_ch06_02_debounce
- Eliminate the program of key bounce
ce
- matlab时针程序,能实现双时针的配合旋转,历时24小时-The matlab clockwise procedures to achieve dual-clockwise with the rotation, which lasted 24 hours
NSG2.1
- it is a tool for simulation the network topologie
COBOL-interview-questions
- COBOL的面试题,对于要面试的学习者很有帮助-COBOL interview questions
Four-bankers-rounding
- 四舍六入,五成双修约方法的C++实现代码。-Banker s rounding into alike about the method implemented in C++ code.
client
- 通过使用套接字来达到进程间通信目的的编程就是网络编程,网络编程最主要的工作就是在发送端把信息通过规定好的协议进行组装包,在接收端按照规定好的协议把包进行解析,从而提取出对应的信息,达到通信的目的!中间最主要的就是数据包的组装,数据包的过滤,数据包的捕获,数据包的分析,当然最后再做一些处理!-By using socket programming to achieve the purpose of inter-process communication is network programming