-
linux 2.4内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!...
linux 2.4内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!-linux 2.4 kernel version of the device driver Xiangjie books, linux device driver for the preparation of very useful!
- 2022-03-17 12:44:19下载
- 积分: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
-
busybox1.2最新版做嵌入式的利器
busybox1.2最新版做嵌入式的利器 -busybox1.2 latest version of the weapon so Embedded
- 2022-10-22 18:20:03下载
- 积分:1
-
一个多精度高效的浮点计算C语言库 , 基于GMP .
一个多精度高效的浮点计算C语言库 , 基于GMP .-The MPFR library is a C library for multiple-precision floating-point computations with correct rounding. MPFR has continuously been supported by the INRIA and the current main authors come from the CACAO and Arénaire project-teams at Loria (Nancy, France) and LIP (Lyon, France) respectively see more on the credit page. MPFR is based on the GMP multiple-precision library.
- 2023-02-10 04:45:03下载
- 积分:1
-
AirFart监听 802.11流量,并实时报告它所监听到的所有无线设备的串行信号的强度,这些信息在一个基于GTK的GUI中显示。AirFart需要安装linu...
AirFart监听 802.11流量,并实时报告它所监听到的所有无线设备的串行信号的强度,这些信息在一个基于GTK的GUI中显示。AirFart需要安装linux-wlan-ng项目。-AirFart eavesdropping 802.11 flow, and real-time reporting it to monitor all wireless devices serial signal strength, the information in a GUI based on the GTK displayed. AirFart need to install linux-wlan-ng project.
- 2023-06-26 17:10:03下载
- 积分:1
-
daemon process dameon.c an example to explain in more detail, have a high refere...
dameon.c 守护进程程序的一个例子,解释比较详细,有较高的参考价值。-daemon process dameon.c an example to explain in more detail, have a high reference value.
- 2022-07-24 13:20:36下载
- 积分:1
-
该程序是UCLinux下的以太网收发程序,包含了MAKEFILE文件,开发环境为华恒公司的开发套件
该程序是UCLinux下的以太网收发程序,包含了MAKEFILE文件,开发环境为华恒公司的开发套件-that the procedure was under the GSHP Ethernet transceivers procedures, including the MAKEFILE document development environment for the company huaheng Boards
- 2022-10-25 01:35:04下载
- 积分:1
-
很简单的linux下的socket通讯实例
很简单的linux下的socket通讯实例-Linux very simple example of socket communication
- 2022-08-25 03:10:33下载
- 积分:1
-
iSCSI协议的源代码,很好的深入研究。
一个iSCSI协议实现源代码,好好研究不错。-an iSCSI protocol source code, a thorough study of good.
- 2022-08-15 17:13:09下载
- 积分:1
-
Snmp(简单网管协议)软件包。
Snmp(简单网管协议)软件包。-Snmp (simple network management agreement) software package.
- 2022-04-29 02:13:55下载
- 积分:1