-
linux 下的无限网卡驱动开发
linux 下的无限网卡驱动开发-under the unlimited Ethernet Driver Development
- 2022-09-22 02:20:03下载
- 积分:1
-
Written in 2440 with the compilation of NAND to DRAM copy of the code
用汇编写的2440复制nand到DRAM的代码-Written in 2440 with the compilation of NAND to DRAM copy of the code
- 2023-08-15 03:40:04下载
- 积分:1
-
这是一个代理服务器的代理,在liunx下运行
这是一个代理服务器的代理,在liunx下运行-this is a proxy programing used in liunx.
- 2023-06-18 17:15:02下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
BIND 9 dynamic DNS webmin module. This module supports both static and dynamic z...
BIND 9 dynamic DNS webmin module. This module supports both static and dynamic zones, and IPv4 and IPv6 addressing in both forward and reverse zones.
- 2022-03-18 23:57:19下载
- 积分:1
-
自己写的ls命令
自己写的ls命令-himself wrote the ls command
- 2022-01-26 01:29:32下载
- 积分:1
-
的分布有多个工具Valgrind。最受欢迎的是记忆…
The Valgrind distribution has multiple tools. The most popular is the memory checking tool (called Memcheck) which can detect many common memory errors such as:
*
touching memory you shouldn t (eg. overrunning heap block boundaries)
*
using values before they have been initialized
*
incorrect freeing of memory, such as double-freeing heap blocks
*
memory leaks.
-The Valgrind distribution has to multiple ols. The most popular is the memory checking too l (called Memcheck) which can detect many commo n memory errors such as :* touching memory you should not (eg. overrunnin g heap block boundaries)* t values before using hey have been initialized* incorrect freeing o f memory, such as double-freeing heap memory blocks* lea ks.
- 2022-05-10 23:27:50下载
- 积分:1
-
金融IC卡读写器函数,支持PBOC2.0协议,原创
金融IC卡读写器函数,支持PBOC2.0协议,原创-Financial IC card reader function to support PBOC2.0 agreement, originality
- 2022-11-14 00:00:03下载
- 积分:1
-
该软件完成的是在linux下的分词,可以进行词性标注,可以用于中英文分析...
该软件完成的是在linux下的分词,可以进行词性标注,可以用于中英文分析-The software is a complete linux under a sub-word, can be part of speech tagging can be used for analysis in Chinese and English
- 2022-06-21 10:40:13下载
- 积分:1
-
可用于UNIX/LINUX下测试字库文件的源代码
可用于UNIX/LINUX下测试字库文件的源代码-Can be used in UNIX/LINUX to test the font file
- 2022-02-15 14:25:45下载
- 积分:1