资源列表
netdrive
- S3C4510B+RT8201L 的网卡驱动程序. -S3C4510B RT8201L the NIC driver.
VBandMatlabInterface
- 基于COM组件的VB和MATLAB接口实例
jantracker
- 一个trackbar类的控件,推荐大家使用
87361032
- [棋牌游戏] wzq.rar <赵政宇> 在 2009-6-14 11:15:41 上传 说明:一个Windows下用MFC开发的基于文档-视图模型的五子棋游戏,实现了单人游戏和双人游戏,单人游戏用鼠标,双人游戏使用鼠标和键盘。 开发平台:Visual C++ | 大小:70KB | 下载0次 [Windows编程] PB.rar <上传 说明:常用函数,使用PB的时候查找函数比较方便-powerbuilder9.0wujilie> 在 20
VB6thyhz
- 显示电脑时间 显示电脑时间 显示电脑时间-dsafds
rotating-cylinder
- in this program, tow rotating cylinder with coaxial, rotat in opposite direction, fluid between tow cylinder is viscous and vorticity equation is solved
guanli
- 实现管理大学中各类人员信息、实现增加 删除,修改 遍历 等功能-good
IndyDemos.Tunnel.Programming.Code
- IndyDemos Tunnel编程设计代码IndyDemos Tunnel Programming Code -IndyDemos Tunnel Programming Code
Synthetic-seismic-records-
- 用C语言编的地震合成记录,为了毕业设计,感觉还行-Synthetic seismic records compiled by the C language, designed in order to graduate
cPPVariable-Metric-Algorithm
- 本文为变尺度法C++源码,对于学习算法研究的人有很大帮助-This article for variable metric method C++ source, for learning algorithm research has very great help
C-program-to-transpose-a-matrix-
- This c program prints transpose of a matrix. It is obtained by interchanging rows and columns of a matrix. For example if a matrix is 1 2 3 4 5 6 then transpose of above matrix will be 1 3 5 2 4 6 When we transpose a matrix then the ord
wxc_BSTree
- 数据结构算法(C++实现)二叉搜索树的类定义和实现