-
LINUX device driver source code matching the second edition, including all of th...
LINUX设备驱动程序第二版配套源码,包括书中全部代码-LINUX device driver source code matching the second edition, including all of the code book
- 2022-02-06 03:47:25下载
- 积分:1
-
A nice article for beginner of c or c++ programmer
A nice article for beginner of c or c++ programmer
- 2022-03-05 11:20:26下载
- 积分:1
-
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。...
UNIX 上如何实现curse编程,提供了菜单完全配置化的API,支持多级菜单。-How to curse on a UNIX program, providing complete configuration menu-oriented API, support for multi-level menus.
- 2023-05-05 05:25:03下载
- 积分:1
-
在UNIX平台下的源代码调试。
debug source code under unix platform.
-debug source code under unix platform.
- 2022-02-02 12:48:58下载
- 积分:1
-
这是一个linux下的实现客戽机上网的代码
这是一个linux下的实现客戽机上网的代码-This is a linux under the bucket for achieving customer access code
- 2022-01-26 14:04:56下载
- 积分:1
-
触摸屏资料5,包含多个触摸屏的应用文档,值得一看!
触摸屏资料5,包含多个触摸屏的应用文档,值得一看!-Infomation of touch screen,include some touch screen application document.
- 2022-02-04 23:04:55下载
- 积分:1
-
ICS courses Lab2
ICS 课程的Lab2-ICS courses Lab2
- 2022-11-23 13:20:03下载
- 积分:1
-
网卡芯片DM9003在linux下的驱动程序。
网卡芯片DM9003在linux下的驱动程序。-DM9003 chip card in the linux driver.
- 2022-02-06 11:20:10下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
Web
基于WEB的linux系统账号管理系统 为GF做的课程设计,很简单,阐述了原理,主要用到 PHP、MYSQL、GCC3.0。-Web-based account management system Linux system to do GF curriculum design, and is very simple to explain the principles, the main use PHP, MYSQL, GCC3.0.
- 2022-03-21 05:02:01下载
- 积分:1