资源列表
Program
- 这是一个嗅探器源码,基于sharppcap-This is a sniffer source, based sharppcap
Cjishitime
- C计时程序源代码 void mytime1() { static LARGE_INTEGER startTime QueryPerformanceCounter(&startTime) static LARGE_INTEGER timerFrequency QueryPerformanceFrequency(&timerFrequency) /////////////***你要计时的程序-time C source code void mytim
y4
- y4.c Jacobi方法-y4.c Jacobi method
SQL_Helper
- SQL数据库助手类,帮你节约开发时间! (封装了SQL五大对象,让你灵活调用)-SQL database helper classes to help you save development time! (Package of five of SQL object to allow you the flexibility to call)
bahuanghou
- 数据结构,c++,八皇后问题,北京邮电大学,第三次实验作业-Data structure, c++, eight queens problem, Beijing University of Posts and Telecommunications, the third experiment jobs
ZUOYE
- 画一辆在公路上快速行驶的自行车,用c语言编写
ds1820
- 89C51单片机扩展DS18B20 实现数字温度计 可直接下载运行-89C51 single-chip digital thermometer DS18B20 expansion can be directly downloaded to run
Form1
- N Queens Problem solver
project-Xiong_Zuo.c
- 平时做的一个project,如何摆放货物到一个固定形状的货运船上,并显示船上货物的状态-Usually we do a project, how to put the goods into a fixed shape of cargo on board, and displays the status of the goods on board
CSharpQueen
- 基于.net平台,CSharp 实现的 八皇后算法源代码,供学习参考。
日立hd44780液晶驱动芯片接口程序
- 日立hd44780液晶驱动芯片接口程序,由c语言编程-hd44780 Hitachi LCD driver chip interface process from the C Language Programming
求解Knight Tour Problem
- 求解Knight Tour Problem,马的走法是“日”字形路线,例如当马在位置15的时候,它可以到达2、4、7、11、19、23、26和28。但是规定马是不能跳出棋盘外的,例如从位置1只能到达9和14