-
Linux
LINUX驱动编程,蛮好的,慢慢学习吧;不错的资料啊-LINUX-driven programming, fine, and slowly learning it good information ah
- 2022-03-18 01:19:03下载
- 积分:1
-
linux下makefile的书籍,版本为chinesegnumake
linux下makefile的书籍,版本为chinesegnumake-v3.80.pdf-makefile under linux books, version chinesegnumake-v3.80.pdf
- 2022-01-26 01:28:51下载
- 积分:1
-
服务器终极安全设置与优化指南
服务器终极安全设置与优化指南-server ultimate security settings and Optimization Guide
- 2022-03-29 18:49:46下载
- 积分:1
-
此程序为扫描程序,用一定的算法对纸张进行扫描,在linux下编译通过...
此程序为扫描程序,用一定的算法对纸张进行扫描,在linux下编译通过-procedure for scanning procedures, with some of the algorithm for scanning paper, compile under linux
- 2022-01-25 19:23:59下载
- 积分:1
-
用于火灾蔓延数学模拟的LINUX平台下的C/C++代码
用于火灾蔓延数学模拟的LINUX平台下的C/C++代码-Mathematical simulation of fire spread for the LINUX platform C/C++ Code
- 2022-02-26 04:17:23下载
- 积分:1
-
GNU LD的GUID的程序设计
gnu ld说明文档,详细罗列了各个参数的使用说明-gnu ld programming guid
- 2022-08-08 19:49:22下载
- 积分:1
-
A basic kernel module (helloworld) the preparation, loading, unloading. Contains...
一个最基本的内核模块(helloworld)编写、加载、卸载。包含源码,建议在redhat9下编译运行。-A basic kernel module (helloworld) the preparation, loading, unloading. Contains the source code, it is recommended redhat9 compiled to run.
- 2022-05-29 13:18:24下载
- 积分:1
-
一个qnx 6.21下面运行的数据记录小程序,还没有写完,有兴趣可以下。...
一个qnx 6.21下面运行的数据记录小程序,还没有写完,有兴趣可以下。-Qnx 6.21 following a run of data recording applet has not finished, may have interest in the next.
- 2022-03-18 01:57:51下载
- 积分: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
-
ldd 3 linux device driver, the driver now is the best tutorial.
ldd 3 linux device driver ,目前来说是最好的驱动教程。-ldd 3 linux device driver, the driver now is the best tutorial.
- 2022-06-29 13:31:10下载
- 积分:1