资源列表
PCI1713_09_25
- 这段程序能够实现VC和研华PCI1713数据采集卡的通讯
code
- 基于python的mnist数据集的读取,以及转换为csv形式(Python based MNIST data set read, and converted to CSV form)
gdal1.10.0-debug
- 最新的DEBUG版GDAL库,gdal-1.10.0-Latest debug version of the GDAL library, gdal-1.10.0
toys
- 一个简单的玩具交易网站,提供了在线交易功能。-A simple toy trading site that offers online trading features.
HzSearching
- 基于自然语言处理方法的拼音输入法程序,主要采用马尔可夫链模型,通过求最大转移概率,获得由拼音到汉语语句的转变-Based on natural language processing methods Pinyin input method procedures, the main use of Markov chain model, by seeking the maximum transition probability, obtained from the phonetic changes
vs_net_ver560
- 大量C++.NET和VB.NET源码-A large number of C++. NET and VB.NET source code
xh1
- 这是和通信专业有极大关系的一门课程,信号的部分课件,因为过大所以只能传一部分,下次传完,对初学者很有帮助。
CPP-Class-(-Guo-Liqiang-)
- C++课件(郭立强),第01讲 C++概述第02讲 C++对C的改进(一)第03讲 引用第04讲 函数的区别及new,delete第05 06 07 08 09 10讲 类和对象第11 12 13讲 继承和派生第14讲 运算符重载第1516讲 多态第17讲 RTTI第1819讲 库SLT第20 21讲 模板1(TEMPLATE)第22讲 异常(Exception)-C++ Courseware (Guo Lijiang), p. 01 about C++ Overview, page 02 ab
单片机非接触式红外感应体温计全套资料
- 单片机设计非接触式红外感应体温计全套资料,里面有软件代码,硬件电路以及PCB文件,调试笔记,是开发非接触式额温枪设计的参考资料。(A complete set of information about the design of contactless infrared thermometer by single chip microcomputer, including software code, hardware circuit, PCB file, debugging notes, is
bianyi
- 石器源代码编译教程,如果拿到石器服务端源码不知所措,那就用上它咯!
OpenglConfig
- VC++如何配置OpnGL,里面有详细的DLL,和配置说明-OPenGL VC++ configuration
InnerHook
- MFC 钩子截获鼠标和键盘(空格,回车)响应 g_hMouse = SetWindowsHookEx(WH_MOUSE,MouseProc,NULL,GetCurrentThreadId()) -MFC hook intercepting mouse and keyboard (space, Enter) response