-
分块通用CACHE
分块通用CACHE
分块通用CACHE
分块通用CACHE-Block GM CACHE block GM CACHE
- 2022-02-24 18:55:13下载
- 积分:1
-
Linux环境下apache web服务器配置
Linux环境下apache web服务器配置-Linux environment, apache web server configuration
- 2022-01-23 11:17:13下载
- 积分:1
-
linux的入门介绍,课件对初学者有很好的帮助
linux的入门介绍,课件对初学者有很好的帮助-linux entry, the courseware on a very good help for beginners
- 2022-09-13 19:30:03下载
- 积分:1
-
UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c...
UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c-Under UNIX Programming: the traversal tree. Include file: apue.h, error2e.c, pathalloc.c, 3.c
- 2022-01-27 19:46:39下载
- 积分:1
-
eclipse of the article hope that we can love
eclipse方面的的文章希望大家能够喜欢-eclipse of the article hope that we can love
- 2023-07-15 12:40: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
-
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码
LINUX下,蓝牙协议栈
包括SDP HCI 等完整的代码-LINUX, the Bluetooth protocol stack including the SDP HCI, such as a complete code
- 2022-09-08 14:00:02下载
- 积分:1
-
VIA EtherSwitch Firmware 的源代码
VIA EtherSwitch Firmware 的源代码-VIA EtherSwitch Firmware source code
- 2022-02-16 05:39:55下载
- 积分:1
-
TcL 中嵌入C代码
TcL 中嵌入C代码-TcL embedded C code
- 2023-04-21 15:00:03下载
- 积分:1
-
这本书以unix系统为背景,在全面介绍…
本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel" s internal data structures and algorithms. Procedures described in the file system, such as scheduling and storage management.
- 2023-05-20 06:30:04下载
- 积分:1