-
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。...
linux上的telnet源码,实现很全面,源码用C语言实现,很容易移植到嵌入式系统中。-telnet on the linux source code to achieve a very comprehensive source using C language implementation, it is easily ported to an embedded system.
- 2022-03-20 16:08:15下载
- 积分:1
-
linux下的ipv6防火墙过滤函数源代码
linux下的ipv6防火墙过滤函数源代码-the ipv6 firewall filtering function source code
- 2022-02-27 01:04:58下载
- 积分:1
-
this procedure is our own development of the modem card of the driver, isa bus,...
这个程序是我们公司自己开发的modem卡的驱动程序,isa总线的,每块卡可以同时支持4个外线拨入,一台工控机支持8快卡,32路同时收发。.rar-this procedure is our own development of the modem card of the driver, isa bus, every piece of card can support four lanes go to a support Taiwan IPC 8 Express cards, while 32 road transceiver. . Rar
- 2022-05-31 06:50:49下载
- 积分:1
-
为使Linux自启动
for making the linux autoboot
- 2023-02-18 00:00:04下载
- 积分:1
-
linux ext2, ext3文件系统日志系统的设计
linux ext2, ext3文件系统日志系统的设计-linux ext2, ext3 file system log system design
- 2022-03-18 02:44:21下载
- 积分:1
-
简单的服务器,客服端通讯,已经调试,试用于初学者
简单的服务器,客服端通讯,已经调试,试用于初学者-simple servers, customer-communications, debug and try to beginners
- 2022-07-26 12:09:10下载
- 积分:1
-
Red Hat Linux user base, This book is the designated official Red Hat Academy c...
《Red Hat Linux 用户基础》,这本书是红帽学院官方指定教程,但是没有附答案。这个就是那本书的答案(官方的,绝对权威),希望能对学习linux的同学有帮助。- Red Hat Linux user base, This book is the designated official Red Hat Academy curriculum, but not attached to the answer. This is the answer to that book (official, absolute authority), hoping to learn linux to help students.
- 2022-12-15 04:10:03下载
- 积分:1
-
嵌入式开发 嵌入式开发
嵌入式开发 嵌入式开发-??入???????入???????入????
- 2022-08-12 13:33:05下载
- 积分:1
-
linux下usb摄像头驱动程序,支持数百种摄像头,可以移植到ARM平台...
linux下usb摄像头驱动程序,支持数百种摄像头,可以移植到ARM平台-Under linux driver usb camera, support hundreds of cameras can be transferred to the ARM platform
- 2023-07-25 23:10:03下载
- 积分: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