资源列表
vhdlkeyboard
- 此模块用 VHDL 硬件描述语言来实现,对键盘设计的实际操作检验表明,此模块响应迅速、识别准确,较好地实现了键盘扫描和去抖动功能。 -Realization of the keyboard scan
WJX
- 实现多个彩色五角星围成的圆环,文档自己复制-Multiple color five-pointed star surrounded by a ring, document copying itself
list_ch06_02_debounce
- Eliminate the program of key bounce
TDOA_code-.
- TO FIND TDOA WHICH IS USED FOR GEOLOCATION OF AN EMITTER
msdn-library
- vc6.0的2001版本的帮助,有助于开发效率,供大家学习使用-vc6.0 the 2001 version of the help and contribute to the development of efficient, for them to learn to use
liujiebing2
- 2fsk调制信号在matlab里的解调实现-2fsk modulation signal demodulation in matlab to achieve
上位机pc控制下位单片机来控制步进电机转向
- 上位机pc控制下位单片机来控制步进电机转向,可以实现软硬实现步进电机的启动和停止,可以实现软件的控制转向。-Under the control of the host computer pc-bit microcontroller to control the stepper motor turn, can achieve the stepper motor hard and soft start and stop, the software can control the steering.
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