-
LINUX 2.4下面使用GTK书写的一个系统控制面板,功能强大
LINUX 2.4下面使用GTK书写的一个系统控制面板,功能强大-LINUX 2.4 following the use of GTK to write a system control panel and powerful
- 2022-08-11 09:35:58下载
- 积分:1
-
uCOS
uCOS-II_LPC2000移植源代码,可移植到基于LPC2000系列芯片的嵌入式系统-uCOS-II_LPC2000 transplant source code, can be transplanted into series based on the LPC2000 chip, embedded systems
- 2023-09-03 04:50:03下载
- 积分:1
-
自己写的ls命令
自己写的ls命令-himself wrote the ls command
- 2022-01-26 01:29:32下载
- 积分:1
-
自己编的linux下的网络监控程序源码,可以监视局域网上的数据包。...
自己编的linux下的网络监控程序源码,可以监视局域网上的数据包。-own series under linux network monitoring program source code, can monitor LAN data packets.
- 2022-02-24 22:08:11下载
- 积分:1
-
s3c2410驱动 包含需要的全部文件。速度很快
s3c2410驱动 包含需要的全部文件。速度很快-S3C2410 drive that contains all the documents needed. Fast
- 2022-07-08 22:18:50下载
- 积分:1
-
sun 给出的源程序,可用sunstudio或gcc编译.
sun 给出的源程序,可用sunstudio或gcc编译.-sun given source can be used sunstudio or gcc compiler.
- 2022-01-22 12:19:06下载
- 积分:1
-
manual programming required linux
linux api手册进行linux编程必备-manual programming required linux
- 2022-03-03 15:08:42下载
- 积分:1
-
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高....
linux内存管理源代码 版本号2.0.40阅读可以为linux爱好者有一个很好的提高.-source code version 2.0.40 linux reading for lovers of a good raise.
- 2022-08-06 09:31:23下载
- 积分:1
-
这是一本介绍嵌入式linux学习和开发的书籍,能够让初学者在最短的时间里建立起嵌入式linux的整体概念。...
这是一本介绍嵌入式linux学习和开发的书籍,能够让初学者在最短的时间里建立起嵌入式linux的整体概念。-This is a description of learning and development of embedded linux books, will allow beginners to build in the shortest possible time, the entire concept of embedded linux.
- 2022-10-16 18:40:03下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1