资源列表
Gibbs-Phen
- This program demostrate Gibs phenomen in signal processing and communication Engineering.-This program demostrate Gibs phenomen in signal processing and communication Engineering.
SycnTime_20090930
- 合作SNTP协议写的时间同步命令行程序,可以使用命令行参数进行调用,具体请参考源码。-Co-SNTP time synchronization protocol to write command-line program, you can use command line parameters is called, details, please refer to source.
linuxthreads
- Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。
RS-2280S
- this is one program written by Visual Basic this is one program written by Visual Basic-this is one program written by Visual Basic this is one program written by Visual Basic
Script_to_ping_stations
- VBA scr ipt to report on which IP addresses respond to PINGs from a list of IPs.
LABVIEWserildatadisplay
- LABVEIW采集串口数据,实时图形化显示 编译环境:LABVEIW-LABVEIW serial data acquisition, real-time graphical display of the build environment: LABVEIW
PB_rdDLL
- 这是一个pb调用dll,进行读卡器操作的例子-This is a call dll pb for example reader operation
VC6Demo
- 用c++编写的串口通讯类库。好用的C++串口通讯类库。附有一个实例-Written using c++ serial communication class library. Easy to use C++ serial communication class library. With an example
ChatRoomClient
- 多人在线聊天室 类似于MSN 编程环境:wavPlayer(VS2010)-Multiplayer online chat room is similar to MSN programming environment: wavPlayer (VS2010)
cygwin-compile
- 这是一个很好的文档,关于VLC开源项目在Cygwin上编译的,:)-This is a very good document, on the VLC open source projects on the Cygwin compiled, :)
shujujiegoushiyanzhidao
- 数据结构算法,实验指导,欢迎点击查看,希望对你有所帮助-data structure algorithms, experimental guidance, click on View welcome, and I hope to help you
WDM-driver-program
- WDM驱动程序设计 一.WDM简介 微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1.