-
yuzhifenge
说明: 标识物体测量面积周长VC++源代码,希望对大家有用(Identify objects, measuring an area of perimeter VC++ source code, want to be useful to everyone)
- 2021-03-04 18:49:32下载
- 积分:1
-
PluckBox
说明: VC6.0编译运行,可以缩放控件的大小,一个界面编程的例子。(VC6.0 compiler run, and zoom controls the size of an interface programming examples.)
- 2006-02-10 17:29:38下载
- 积分:1
-
com
VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 (VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API, a good example of C++ serial communication program, hoping to help a friend learn the serial port)
- 2011-08-11 13:20:01下载
- 积分:1
-
CxxCavaConverter03
convert C++ to C# by program demo
- 2013-07-28 03:59:11下载
- 积分:1
-
win32expertprogramming--houjie
腾讯公司内部培训资料,侯捷先生现身说法,讲解windows编程奥秘(Tencent internal training materials, Mr. Hou Jie theories to explain the mysteries of windows programming)
- 2011-11-10 22:25:12下载
- 积分:1
-
7
说明: 7、反转姓名字符串,例如:输入James Levis输出Levis James
主程循环读入三个字符串,并分别输出其反转后的结果(7, reversed the names of the string, for example: James Levis input output Levis James read into the main three-way cycle of string, and output, respectively, after the results of their inversion)
- 2007-09-29 15:26:25下载
- 积分:1
-
RdWrtIni
说明: ini文件读取和写入,基于MFC实现的。因为Wince下没有实现ini文件的读写。(ini file to read and write, based on the realization of the MFC. Wince achieve because there is no read and write ini files.)
- 2009-07-30 11:42:49下载
- 积分:1
-
VCPP-search-image
亲密体会C++编程的各项技术及前沿科技,让你学有所活哦 亲(Intimate experience C++ programming technology and cutting-edge technology, so that you have learned to live Oh pro)
- 2012-11-02 17:34:44下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1
-
Turn
GIS专业入门必修课-多边形左转算法,首先在屏幕上点取点,后连接三角形,最后自动形成多边形。(GIS professional entry courses- turn left polygon algorithm, the first check point on the screen points, after connecting the triangle, and finally form a polygon automatically.)
- 2008-03-20 01:30:01下载
- 积分:1