-
student
MFC和SQL server实现的学生成绩管理系统,具有比较简单交互性强的界面,适合初学者使用(MFC and SQL server to achieve student performance management system, with a strong interaction is relatively simple interface for beginners)
- 2013-10-20 14:17:20下载
- 积分:1
-
Wave_Show_Ctrl
vs2008 编译通过,主要通过设计波形显示控件类,来实现图形的显示(By designing the waveform display control class to achieve graphical display)
- 2013-09-11 18:56:21下载
- 积分:1
-
signal-process
说明: 书名为《信号处理》,是奥本海姆撰写,是信号处理专业的经典书籍,适合图像处理,信号处理,语言处理专业的人士阅读(Title of " signal processing" , is Oppenheim wrote, is a classic signal processing professional books, for image processing, signal processing, language processing professions reading)
- 2010-04-07 10:08:17下载
- 积分:1
-
vissim-vb
交通仿真软件vissim二次开发应用程序(Traffic Simulation Software vissim secondary development applications)
- 2020-12-23 19:29:06下载
- 积分:1
-
6547687
用两个字符形成点阵大字,VC++经典编程源码,很好的参考资料。(Lattice with two characters form characters, VC++ classical programming source code, a good reference.)
- 2013-11-15 09:32:34下载
- 积分:1
-
netcommunity
说明: Socket是建立网络连接时使用的。在连接成功时,应用程序两端都会产生一个Socket实例,操作这个实例,完成所需的会话。(Socket is used when a network connection. The connection is successful, the application will have a Socket instance ends, the operation of this example, the completion of the required sessions.)
- 2010-04-02 11:29:45下载
- 积分:1
-
PeMemPeLoader
从内存中加载DLL和EXE文件,支持压缩的文件.(From memory to load DLL and EXE files, compressed file support.)
- 2020-11-29 21:09:28下载
- 积分:1
-
fileProtect
说明: 网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)
- 2021-03-29 16:59:10下载
- 积分:1
-
New-folder
this is a simple traffic light using proteus 8, its very easy, familiar, and u can see the project in youtube
- 2015-02-12 06:35:40下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1