-
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
-
//初始化
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
-
VFS File System Note
linux 的 VFS 文件系统说明-VFS File System Note
- 2022-07-11 12:31:33下载
- 积分:1
-
linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。
linux 下c语言 多线程实例 ,能让读者对在linux下用C编写多线程有个切实理解。-Under the multi-threaded linux c language example, allows readers to write in linux under multiple threads with C have a practical understanding.
- 2022-04-22 11:28:59下载
- 积分:1
-
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah...
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
由 quickwhale 翻译的简体中文版 V0.1.0 2006-6-2 -Linux Device Driver Edition 3By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman from quickwhale Translation Simplified Chinese Edition V0.1.0 2006-6-2
- 2022-01-26 03:44:56下载
- 积分:1
-
linux2.6 下的串口21285芯片驱动
linux2.6 下的串口21285芯片驱动-linux2.6 under serial 21285 chip driver
- 2022-02-03 15:14:20下载
- 积分:1
-
编写自己的grep命令
编写自己的grep命令-prepare their grep command
- 2022-01-30 14:05:07下载
- 积分:1
-
Linux环境下usb数据采集设备的驱动程序
Linux环境下usb数据采集设备的驱动程序-The driver program of usb data acquisition equipment under linux system.
- 2022-05-29 17:09:16下载
- 积分:1
-
一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。...
一个单元测试框架,主要和应用文件一起编译运行,检查c文件中函数的BUG。在实际使用中,主要应用在linux上,用法非常类似于Junit。-A unit testing framework, the main documents and applications to run with the compiler to check function c document BUG. In actual use, the main applications in linux, the usage is very similar to Junit.
- 2022-03-16 20:07:55下载
- 积分:1
-
包含lwip这个精简IP协议栈的ucos源代码.
包含lwip这个精简IP协议栈的ucos源代码.-LwIP This includes streamlining the uCOS IP protocol stack source code.
- 2023-01-28 14:00:04下载
- 积分:1