-
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
-
C
说明: C语言趣味程序百例精解,是PDF格式。里面有很多趣味的例子,大大小小的算法都有,可谓是算法的经典。这个是学习算法的好资料,在学习中找到趣味,完全不同于其他资料的算法枯燥无味(C language program 100 cases of sperm interesting solution is in PDF format. There are many interesting examples of both large and small algorithm, the algorithm can be described as classic. This is a learning algorithm is good information, in learning to find interesting information is completely different from other algorithms dull)
- 2013-06-13 23:01:00下载
- 积分:1
-
stuscore
统计学生成绩的程序,对学习界面编程的朋友应该有用,欢迎下载(Student achievement statistics program, should be useful learning interface programming friends are welcome to download)
- 2013-04-09 23:33:16下载
- 积分:1
-
Web服务器和浏览器的设计
网络编程中C++ Web服务器和浏览器的设计源代码,用于网络编程实验。(The design source code of C++ Web server and browser in network programming is used for network programming experiment.)
- 2019-01-08 21:12:52下载
- 积分:1
-
speed-port-scanner
快速端口扫描器代码 整个完整工程 初学者可以参考一下 谢谢(Fast port scanner code for the complete project beginners can refer to thank you)
- 2011-06-29 16:09:10下载
- 积分:1
-
internal-staffs-learning-materials
华为内部员工学习资料,对于想进华为的朋友会有很大帮助。(The internal staff s learning materials
in huawei is more helpfull for someone who want to go huawei.)
- 2012-02-17 11:43:08下载
- 积分:1
-
matrix.h
定义Matrix矩阵类,定义矩阵类头文件matrix.h(Matrix matrix class definition, define matrix class header file matrix.h)
- 2020-08-03 20:28:35下载
- 积分:1
-
VCPP-DLL-programing
基于VC++动态链接库的编程说明书籍,书中包含部分实例(Based on VC++ dynamic link library programming note books, the book contains some examples)
- 2011-11-17 19:27:21下载
- 积分:1
-
OPC客户端远程服务器
说明: OPC客户端源码,可同时连接局域网内的多个OPC服务器
MFC带界面版(OPC client source code, which can connect multiple OPC servers in LAN at the same time
MFC with Interface Edition)
- 2021-01-06 21:28:54下载
- 积分:1
-
video
关于!WindowsMediaPlayer播放器的协议代码(On! WindowsMediaPlayer agreement player code)
- 2009-04-21 01:04:10下载
- 积分:1