资源列表
VCmaze
- VC下的迷宫游戏,可自动寻路,对地图编辑,有源代码-VC under the maze game can automatically find its way on the map editor, source code
Proxy
- Proxy实现代理源码-To implement proxy
A-maze
- VC下的一个迷宫游戏,有源代码,玩家控制上下左右走出迷宫-VC under a maze game, source code, players control up and down out of the maze
watermarking_v1
- VHDL, digital watermarking
libantlr3c-3.1.3
- WINDOWS环境中联合编译C++代码中文档所需要的一种编译器-when there is documents in the C++ code need to be compiled, this is a kind of compiler
TONGXUNLU--YEMIAN
- vb 通讯录页面 有姓名 编号 可以给借鉴下-vb下哦那个训练
clock
- 在Qt上用C++和GUI仿win7系统时钟-On the Qt in c++ and GUI imitation Windows 7 system clock
Chess
- Game chinese chess, C++
opengl-line
- opengl的重要操作 绘制直线,适合学习opengl的人-Draw a straight line important operation OpenGL, suitable for learning opengl.
Delphi
- delphi经典源码 里面有delphi开发的重要关键源码 可以说这本书搞懂了 也就成专家了
Webservice_CT
- java语言开发的webservice接口验证功能,十分好用-java language development webservice interface authentication features, very easy to use
max6675-softwore
- MAX6675是可编程的K型热电偶A/D转换器,可以使用C汇编程序完成。MAX6675的输出数据为16位,其中D15始终无用且一直为零,D14~D3对应于热电偶模拟输入电压的数字转换量,D2用于检测热电偶是否断线(D2为1表明热电偶断开),D1为MAX6675的标识符,D0为三态。其转换结果与对应温度值具有较好的线性关系:温度值=1023.75 转换后的十进制数/4096。 温度信号读取程序如下所示,程序中定义的ADH和ADL分别对应转换后的数据高4位和低8位。程序里面还附加了扫描D2位的