-
Qt 4本书的中文版,目前这样的书很少,对Qt 4…
Qt 4 中文版的书,目前此类书很少,qt 4的中文版的就更少了。主要讲解qt 4的入门,软件的安装之类的,是一个超级棒的入门教材!-Qt 4 The Chinese version of the book, currently very few such books, qt 4 of the Chinese version even less. On the qt 4 main entry, software installation like it is a superb introductory textbooks!
- 2022-09-24 07:45:04下载
- 积分:1
-
QT4网络程序,通过INTERnet传输数据
QT4网络程序,通过INTERnet传输数据
-QT4 network procedures, transmission of data through the INTERNET
- 2022-02-07 22:34:44下载
- 积分:1
-
最精确的磁盘模拟器版本3,由卡内基梅隆大学项目…
目前最精确的磁盘模拟器的第3版,目前由卡内基梅隆大学维护-most accurate disk Simulator Release 3, by the Carnegie Mellon University safeguard
- 2022-03-20 03:02:34下载
- 积分:1
-
Ep9315 arm
ep9315 以太网测试程序
Ep9315 arm
ep9315 以太网测试程序 -Ethernet test procedure Ep9315 armep9315
- 2022-03-11 09:36:30下载
- 积分:1
-
linux 设备驱动开发详解,适合初学者使用。part four.
linux 设备驱动开发详解,适合初学者使用。part four.-linux device driver development Xiang Jie, suitable for beginners to use. part four.
- 2022-06-28 18:27:10下载
- 积分:1
-
uva trilearn的robocup源程序
uva trilearn的robocup源程序-uva trilearn source of robocup
- 2022-06-30 23:02:17下载
- 积分: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
-
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助...
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助-Embedded Linux-USB driver development, the document is on the usb drive the development of helpful
- 2022-01-24 19:05:37下载
- 积分:1
-
linux下使用c语言编写的flash烧写程序。使用jtag边界扫描链控制flash,并将数据写入flash中。...
linux下使用c语言编写的flash烧写程序。使用jtag边界扫描链控制flash,并将数据写入flash中。-linux using c language program written in flash Shaoxie. Jtag boundary scan chain to control the use of flash, and the data is written to flash.
- 2022-03-24 16:48:34下载
- 积分:1
-
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。-klibc streamlining procedures for the c library, to support linux, unix and other small applications.
- 2022-02-03 09:06:11下载
- 积分:1