-
C + +程序设计图形用户界面(GUI)的QT离散度的国际标准书号刊号:7 3 /
《C++ GUI QT 3编程》
ISBN/ISSN:7-81077-731-9
北京航空航天大学出版社 2006
本书详细讲述了用Qt进行图形交互界面编程的各个部分。主要内容包括:入门、创建对话框、布局管理、事件处理、二维和三维图像等。
(加)JASMIN BLANCHETTE,(英)MARK SUMMERFIELD著
=====本书是使用QT3进行跨平台GUI程序开发的最佳参考书,此为配套源代码
- C++ GUI QT 3 Programming ISBN/ISSN :7-81077-731-9 Beijing University of Aeronautics and Astronautics Press 2006 book to describe in detail the use of Qt graphical interface to the various parts of programming. The main contents include: Introduction, create dialog, layout management, event handling, two-dimensional and three-dimensional images. (Plus) JASMIN BLANCHETTE, (British) MARK SUMMERFIELD forward ===== Qt3 book is the use of cross-platform GUI development the best reference books, such as matching source code
- 2022-02-15 16:35:11下载
- 积分:1
-
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。...
一个自己使用tmake生成Makefile,之后编译的实例,对tmake感兴趣的朋友可以下载。-Tmake generate their own use a Makefile, compile the following example, the Friend tmake interest can be downloaded.
- 2022-02-21 10:49:07下载
- 积分:1
-
linux嵌入式设计一书的光盘,其中描述了很多嵌入式中常用的通信方式,比较有用。...
linux嵌入式设计一书的光盘,其中描述了很多嵌入式中常用的通信方式,比较有用。-linux embedded design book s cdrom ,have many application for embedded linux design.
- 2022-01-25 19:13:05下载
- 积分:1
-
Embedded linux development board implements RFID card read and write, read the f...
实现了嵌入式linux开发板上RFID卡片的读写,读取后的信息经过处理后发送到后台-Embedded linux development board implements RFID card read and write, read the following information has been processed is sent to the background
- 2023-01-13 10:45:03下载
- 积分:1
-
非常好用的tcp/udp封装
非常好用的tcp/udp封装-very user-friendly tcp/udp Packaging
- 2022-06-20 04:29:44下载
- 积分:1
-
一个简单的linux下的 常用命令,对学习有一定帮助
一个简单的linux下的 常用命令,对学习有一定帮助-A simple linux command under the commonly used, have some help in learning
- 2023-03-02 17:45:03下载
- 积分:1
-
linux 下的sgip 协议实现, 能够从server 接受短信内容, 并且能够发送短信给手机用户...
linux 下的sgip 协议实现, 能够从server 接受短信内容, 并且能够发送短信给手机用户-sgip under the agreements achieved, can accept messages from the server, and can send text messages to mobile phone users
- 2022-06-03 14:14:26下载
- 积分:1
-
本文介绍了UNIX内核的C源代码,是一个难得的学习UNIX的好…
本文件介绍了unix内核的c源代码,是不可多得的学习unix的好资料!-This paper presents the unix kernel c source code, is a rare learning unix good information!
- 2023-04-10 10:40:03下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使...
将ASCII文件转换成fax (tiff)格式文件的命令行程序。它可以同Hylafax (Linux) 和 bgfax (DOS/Windows)一起工作。它使用PCX文件作为日志和签名文件,可以用ASCII文本覆盖。-ASCII document will be converted into fax (tiff) format file from the command line procedures. It might Hylafax (Linux) and bgfax (DOS/Windows) to work together. PCX use it as a log file and signature files, you can use ASCII text coverage.
- 2023-01-27 02:10:04下载
- 积分:1