-
Qt4编程指南,“C++ GUI QT4编程与“中国版…
Qt4程序设计指南,《C++ GUI Programming with Qt4 》的中文版,通过一系列简单的实例,让初学者尽快了解Qt编程,是一本不可多得的好书-Qt4 Programming Guide, " C++ GUI Programming with Qt4" the Chinese version, through a series of simple example, as soon as possible so that beginners learn Qt programming, is a rare book
- 2022-05-18 09:26:12下载
- 积分:1
-
马维尔wifi驱动
marvell wifi driver
GSPI-8385-LINUX-OMAP1510-5.0.10.p0-144-src.rar
- 2022-12-21 00:05:08下载
- 积分:1
-
Collected all linux users command, you can quickly and easily query
搜集了linux全部的用户命令,可以方便快速查询-Collected all linux users command, you can quickly and easily query
- 2022-02-07 16:34:54下载
- 积分:1
-
creating daemons example
创建守护进程的例子-creating daemons example
- 2022-03-20 11:54:19下载
- 积分:1
-
这是一个摩托罗拉e680的游戏qt源程序
这是一个摩托罗拉e680的游戏qt源程序-this is resource of program of e680
- 2022-07-19 19:56:09下载
- 积分:1
-
qt 一个封装好的串口类 qextserialport
qt 一个封装好的串口类 qextserialport-qt a good package Serial category qextserialport
- 2022-07-21 04:47:12下载
- 积分:1
-
BACnet协议栈。为平台/
BACnet Protocol Stack. For Linux platform/
- 2023-04-03 02:15:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
下读写NTFS分区的工具Linux。已整合…
LINUX下读写NTFS分区的工具。
已经集成了通过LIBCONV库支持中文的代码。-LINUX under the read and write NTFS partition tool. Has been integrated through the support of Chinese LIBCONV library code.
- 2022-11-20 11:10:02下载
- 积分:1
-
数据库算法源代码,一本关于uCOS
数据库算法源代码,一本关于uCOS-II的经典教程,特别适合嵌入式系统开发的人员-database algorithm source code, an on uCOS-II classic handbook, particularly for embedded systems development staff
- 2022-05-26 21:32:29下载
- 积分:1