-
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考...
用标准C实现shell功能,这是我们上课的一个操作系统实验,不过我是用java实现的,这是我在网上找的,供大家参考-achieved using standard C shell function, which is a class of experimental operating system, but I use java to achieve, and this is my find of the Internet for reference
- 2022-03-23 05:21:57下载
- 积分:1
-
Robocode机器人源代码
robocode robots source code
- 2022-04-23 06:20:45下载
- 积分:1
-
telnetsoft,linux用的着的东西
telnetsoft,linux用的着的东西-telnetsoft, linux use the things
- 2022-01-23 11:26:45下载
- 积分:1
-
C语言写的报文转换程序,包含头文件和源代码、数据库设计
C语言写的报文转换程序,包含头文件和源代码、数据库设计-C language text was written by the conversion process, including header files and source code, database design
- 2022-08-26 12:16:04下载
- 积分:1
-
渗透测试工具
penetration testing tool
- 2022-07-27 14:14:59下载
- 积分:1
-
DHCP服务器源码
DHCP服务器源码-DHCP server source
- 2022-03-05 14:25:30下载
- 积分:1
-
solaris安装apacche必须的几个文件之一。libiconv
solaris安装apacche必须的几个文件之一。libiconv-1.11-sol8-sparc-local.gz-solaris installation apacche must be one of several documents. libiconv-1.11-sol8-sparc-local.gz
- 2022-11-07 18:25:03下载
- 积分:1
-
该程序类似于tcpdump软件,可用于分析链路层至传输层的信息包,该目录包含该程序的源代码。详细信息请查看本目录下的readme文档。...
该程序类似于tcpdump软件,可用于分析链路层至传输层的信息包,该目录包含该程序的源代码。详细信息请查看本目录下的readme文档。-The procedure is similar to tcpdump software can be used to analyze the link layer to transport layer packet, the directory contains the program"s source code. For more information, see the Catalog readme files.
- 2022-04-10 21:39:29下载
- 积分:1
-
linux下的c编程,是学习bs编程的好资料啊。
linux下的c编程,是学习bs编程的好资料啊。-c under linux programming, is to learn good programming data bs ah.
- 2022-01-21 21:26:10下载
- 积分: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