-
vptree编程
vptree编程-vptree Programming
- 2022-06-02 00:04:24下载
- 积分:1
-
unix下一个实现带参数的简单shell的程序
unix下一个实现带参数的简单shell的程序-unix under implementation with a simple shell parameters of the process
- 2022-03-15 18:48:54下载
- 积分:1
-
读者和写者的问题例子
读者和写者的问题例子-readers and writing examples, the problem
- 2022-05-13 21:50:22下载
- 积分:1
-
这是一套学习资料的工具。
一套用于教学新手的linux视频,包含了安装使用-It s a kit of studying material for linux.
- 2022-01-29 02:22:05下载
- 积分:1
-
Linux下telnet客户端的C++代码实现。初学者学习Telnet协议…
Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transplantation, directly through make computer.
- 2022-03-10 16:20:01下载
- 积分:1
-
远缝的移植在2410的LINUX的原代码 , 功能很全
远缝的移植在2410的LINUX的原代码 , 功能很全-far linking transplant in 2410 of the Linux source code, all very functional
- 2022-02-13 04:16:01下载
- 积分:1
-
rt25系列的cvs源码 支持linux2.4以上的
rt25系列的cvs源码 支持linux2.4以上的-rt25 series of cvs source of support linux2.4
- 2023-05-27 00:35:03下载
- 积分:1
-
判断网络上某个TCP/IP主机是否可以连通的C函数库
判断网络上某个TCP/IP主机是否可以连通的C函数库-judgment on a network TCP/IP connectivity can host the C library
- 2022-01-24 14:50:29下载
- 积分:1
-
the com.c is serial port testing program I download from the Internel, I change...
the com.c is serial port testing program I download from the Internel, I change some of it.
-the com.c is serial port testing program I download from the Internel, I change some of it.
- 2023-05-24 04:55:02下载
- 积分: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