-
早期的FreeBSD的实现,特别是解剖TCP/IP网络的部分相关。
早期freebsd实现,特别是其中的网络部分,是stevens tcp/ip三卷的讲解的目标。-early freebsd achieved, in particular the network part of the anatomy tcp/ip Volume on the goal.
- 2022-02-02 07:18:23下载
- 积分:1
-
MD5算法的例子
MD5算法的例子--Example of MD5 algorithm
- 2022-03-21 17:55:35下载
- 积分:1
-
关于Linux Grep命令使用的详细介绍
关于Linux Grep命令使用的详细介绍-Linux Grep command on the use of a detailed introduction
- 2022-02-15 19:18:19下载
- 积分:1
-
对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG...
对内存的分配、释放和使用进行检查,以发现不合法指针,减少程序BUG- To the memory assignment, the release and the use carry on the
inspection, discovered the illegal indicator, reduces procedure
BUG
- 2022-02-13 17:53:21下载
- 积分:1
-
auto test for unit test
auto test for unit test
- 2022-03-11 01:32:14下载
- 积分:1
-
正则表达式库,是实现正则表达式的官司方源代码。
正则表达式库,是实现正则表达式的官司方源代码。-Regular expression library, regular expressions to achieve the lawsuit Fangyuan code.Regular Expression Library.
- 2023-01-20 09:50:04下载
- 积分:1
-
多线程库
多线程库 -Multi-thread library
- 2022-03-15 19:28:41下载
- 积分:1
-
这是第一个开源实现动态主机配置…
This is the first ever open source implementation of Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server and client on Linux Operating System. The server provides leases (durations or lifetimes) on IPv6 addresses to the clients who request for it
- 2022-05-16 18:05:10下载
- 积分:1
-
直击Linux:12问
1.什么是Linux?
Linux是一个诞生于网络、成长于网络且成熟于网络的奇特的操作系统。...
直击Linux:12问
1.什么是Linux?
Linux是一个诞生于网络、成长于网络且成熟于网络的奇特的操作系统。-Live Linux: 12 question one. What is Linux? Linux is a birth in the network, grew up in the network and the maturity of the peculiar network operating system.
- 2022-05-26 06:16:51下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1