资源列表
qiaoEclips
- 如何有条理的安装eclipse的插件及其多种使用方法。-How to install a structured eclipse plug-ins and a wide range of use.
kaerman
- 用matlab实现简单的卡尔曼滤波功能,-Using matlab to achieve a simple Kalman filtering
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
fixed
- ISOTROPIC ELASTICITY ONLY USED FOR PLANE STRESS
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
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