-
Educational-Management-System
编译环境:visual studio 2008
数据库:access 2007
一个简单的MFC教务系统工程,有较完善的功能,适合初学者参考。(Compiler environment: visual studio 2008 database: access 2007 a simple MFC Senate system works better functionality for beginners.)
- 2012-11-28 21:40:55下载
- 积分:1
-
intnet
visual c++ 很好的程序例子,适合网络编程初学者编程学习(visual c++ examples of good programs, programming for beginners to learn network programming)
- 2011-04-30 16:20:55下载
- 积分:1
-
DMXcontrol
DMX经典控制程序,已经经过测试,欢迎各位转载。(DMX classic control procedures, has been tested, to welcome you reserved.)
- 2010-11-05 00:05:25下载
- 积分:1
-
SerialPort_VS2010_MFC
基于SerialPort的串口调试助手代码,运行平台VS2010,MFC工程文件(Based on the serial debugging assistant SerialPort code, run the platform VS2010, MFC project file)
- 2020-10-10 09:37:34下载
- 积分:1
-
duobianxingsaomiao
用多边形扫描线填充算法,实现对多边形围成区域的填充。(Filled with polygon scan line algorithm for polygon filling surrounding region.)
- 2009-07-01 22:59:57下载
- 积分:1
-
vcvideo
VC++仿电影字幕滚动文字特效,使用了VC++自绘技术,其两个核心文件CreditsCtrl.cpp和CreditsCtrl.h已打包。
(VC++ imitation Subtitles scrolling text effects, using a self-drawn VC++, packaged two the core file CreditsCtrl.cpp and CreditsCtrl.h.)
- 2012-10-01 01:26:05下载
- 积分:1
-
PSD
本程序计算了连续相位调制CPM的功率谱密度(The program calculates the continuous phase modulation CPM power spectral density)
- 2021-01-13 19:18:47下载
- 积分:1
-
Project5
针对大型集群存储系统中磁盘SMART信息,对磁盘故障进行预测(failure predict)
- 2017-03-29 20:25:36下载
- 积分: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
-
exam1
使用API函数编的一个窗口示例程序,目的在于说明如何编写简单的应用程序(Compiled using the API function, a window sample program, the purpose is to describe how to write a simple application)
- 2009-11-19 20:39:02下载
- 积分:1