-
在Qt程序的例子
Program example on qt
- 2022-05-10 17:55:18下载
- 积分: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
-
ARM S3C2410A的GPS代码
arm s3c2410a下实现的GPS程序代码-arm s3c2410a GPS code
- 2023-03-18 23:55:03下载
- 积分:1
-
linux 上http email 协议分析程序
主要能够处理大数据量的主干网的应用...
linux 上http email 协议分析程序
主要能够处理大数据量的主干网的应用
-email protocol analysis procedures will be able to handle the large volume of data backbone network applications
- 2022-03-11 07:15:45下载
- 积分:1
-
LinuxHOWTO software (Chinese Edition) specification
LinuxHOWTO软件(中文版)规范
- 2022-06-01 04:42:52下载
- 积分:1
-
Mac OS X 10.4.9 for x86 Source Code automake realize the source code
Mac OS X 10.4.9 for x86 Source Code automake实现源代码-Mac OS X 10.4.9 for x86 Source Code automake realize the source code
- 2022-03-02 03:33:45下载
- 积分:1
-
在unix下使用正则表达式
在unix下使用正则表达式-the use of regular expressions
- 2022-03-23 00:14:45下载
- 积分:1
-
Q921的LINUX下的驱动源码,比较好,可以好好的学习一下
Q921的LINUX下的驱动源码,比较好,可以好好的学习一下-Q921 driving under the LINUX source code, is better, you can learn about good
- 2022-10-11 13:50:03下载
- 积分:1
-
QTP testing tool, the establishment of the test script, suitable for beginners t...
QTP测试工具使用介绍,建立测试脚本,适合初学者使用-QTP testing tool, the establishment of the test script, suitable for beginners to use
- 2022-03-03 17:05:55下载
- 积分:1
-
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等....
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等.-Of a single file stream operation, including division of the file name to determine whether or not to open files to determine the total file size, the current file position, the current line length, whether it has the next line, reading his paper and so on.
- 2022-05-20 02:38:17下载
- 积分:1