-
该程序类似于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
-
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。...
c++写的一个脚本解释器,可以嵌入到程序里由用户动态配置自己的程序。-c write a script interpreter, which can be embedded into the program dynamic configuration by the user"s own procedures.
- 2023-05-30 04:05:03下载
- 积分:1
-
基于DSP的图像边缘提取的实现,多多交流
基于DSP的图像边缘提取的实现,多多交流-DSP-based Image Edge Extraction realized, interact more! !
- 2022-03-24 18:43:42下载
- 积分:1
-
Linux 基本操作指令
Linux 基本操作指令-1-basic Linux operating instructions-1
- 2022-06-16 23:50:54下载
- 积分:1
-
UNIX环境下利用高级IO技术实现非阻塞的输入/输出
UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input/output
- 2023-02-06 05:50:03下载
- 积分:1
-
Linux安装,并与Windows共存。自己写的PPT文档,十分详细,还有简单使用说明。这里还包括一个操作系统移植的简单介绍和说明。超值强烈建议下载...
Linux安装,并与Windows共存。自己写的PPT文档,十分详细,还有简单使用说明。这里还包括一个操作系统移植的简单介绍和说明。超值强烈建议下载-Linux installation, and coexist with Windows. PPT wrote the document, in great detail, there are simple instructions. Here also includes an operating system and simple introduction and annotations. Overvalued strongly recommend downloading
- 2022-04-23 04:32:54下载
- 积分: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
-
本文介绍了在Linux下进行拨号服务的方法,说明了如何修改PPP的设置。...
本文介绍了在Linux下进行拨号服务的方法,说明了如何修改PPP的设置。-This paper introduces a Linux dial-up service under way, illustrate how changes PPP settings.
- 2022-09-26 14:45:03下载
- 积分:1
-
任意触摸屏可用驱动程序在下
任意的触摸屏可用的驱动,在LINUX下实现-arbitrary Touchscreen available drivers in the under LINUX
- 2022-02-05 03:16:36下载
- 积分:1
-
线程中使用Semaphore的例子
线程中使用Semaphore的例子 -The example for using semaphore in thread
- 2022-03-16 04:24:14下载
- 积分:1