-
NetTraffic_MFC
利用CButton模拟的网络流量统计控件,可作为学习(The use of simulation CButton controls the network traffic statistics can be used as learning)
- 2009-05-01 15:29:08下载
- 积分:1
-
TestVC6DUI
本程序基于VC6.0通过duilib库对mfc窗口进行设计,可设置背景,按钮等基本操作,对初学者很有帮助。因为在VC6.0中使用需要gdiplus.h头文件和相关库文件,因此将该压缩文件一并上传。(This procedure by duilib bank on mfc window design, you can set basic operations background, buttons, etc., useful for beginners.Because the need to use gdiplus.h header files and related libraries in VC6.0, so the compressed file be uploaded.)
- 2016-09-12 09:49:28下载
- 积分:1
-
ClientImformationSystem
MFC的增删查改基本功能的实现,对于初学者来说还算不错(MFC s basic CRUD functionality, pretty good for beginners)
- 2020-11-07 21:49:55下载
- 积分:1
-
3dsound
3D音效的实现效果程序,参考这个程序,也可以写出3D音效的作品。(关闭翻译英语中文德语检测语言
中文(简体)英语日语
翻译文字或网页
3D音效的实现效果程序,参考这个程序,也可以写出3D音效的作品
请键入文字或网站地址,或者上传文档。
取消
3D yīnxiào de shíxiàn xiàoguǒ chéngxù, cānkǎo zhège chéngxù, yě kěyǐ xiě chū 3D yīnxiào de zuòpǐnThe realization of 3D sound effect program, refer to this program, you can also write 3D sound works)
- 2014-05-22 11:46:38下载
- 积分:1
-
ts201_MTI_MTD
TS201上实现动目标检测和识别,编译环境是visual dsp ++(target detection and recognition)
- 2020-11-18 15:49:38下载
- 积分:1
-
dasm
结合ezVidCap.ocx制作地籍档案扫描工作(Combined ezVidCap.ocx Country cadastral archives scanning)
- 2015-09-21 16:00:57下载
- 积分:1
-
vc_assist
VC串口调试助手源代码,很不错的例子,非常适合初学者使用!!(VC serial debugging aides source code, it is a good example, very suitable for beginners! !)
- 2011-10-21 10:05:30下载
- 积分:1
-
01205skin-source
用VC写的关于皮肤的程序框架,很好用,可以直接修改.(Written with the VC on the skin of the procedural framework, useful, can be directly modified.)
- 2010-07-22 23:34:06下载
- 积分:1
-
ReadGeotiff
读取geotiff格式图像,并显示图像信息,如行列号,角点坐标,分辨率,投影信息等(Read geotiff format images, and display image information, such as row and column numbers, corner coordinates, resolution, projection information)
- 2012-01-31 20:39:40下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1