-
The latest version of 7zip source code, to appropriate friends, I am looking for...
最新版7zip源代码,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!-The latest version of 7zip source code, to appropriate friends, I am looking for zip compression algorithm, a pure C language, want to get everyone" s help, thank you!
- 2022-03-21 21:58:08下载
- 积分:1
-
SDIO驱动补丁,已经通过测试,可以使用!
sdio 驱动程序的补丁,已经通过测试,可以使用!-SDIO driver patches, has passed the test, you can use!
- 2023-07-20 19:25:03下载
- 积分:1
-
UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c...
UNIX下编程:目录树的遍历。包含文件:apue.h、error2e.c、pathalloc.c、3.c-Under UNIX Programming: the traversal tree. Include file: apue.h, error2e.c, pathalloc.c, 3.c
- 2022-01-27 19:46:39下载
- 积分:1
-
a simple LINUX on the inter
一个简单的关于LINUX下的进程间通讯的演示,使用的是信号量.适合初学编程的同学一起学习!-a simple LINUX on the inter-process communication demonstration, using a semaphore. Programming for beginner students learning together!
- 2022-01-26 00:15:35下载
- 积分:1
-
网狐棋牌内部专用的快速打开房间连接的工具 呵呵 这可是正版用户才享有的工具 送给大家乐...
网狐棋牌内部专用的快速打开房间连接的工具 呵呵 这可是正版用户才享有的工具 送给大家乐-Fox Network Card rapid internal special tools to open the room to connect Ha ha this is genuine tool for users to enjoy to the Cafe de Coral
- 2022-04-27 14:37:49下载
- 积分:1
-
C Primer Plus book example source code
C Primer Plus书上的例题源代码-C Primer Plus book example source code
- 2022-12-28 07:05:03下载
- 积分: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
-
方便查询unix的各种代码
可是作为开发系统工具的参考手册
方便查询unix的各种代码
可是作为开发系统工具的参考手册-Easy access to a variety of unix code but as a development system tools reference manual
- 2022-02-11 13:17:48下载
- 积分:1
-
介绍linux下如何添加系统调用的编程实例。
介绍linux下如何添加系统调用的编程实例。-Introduced under linux how to add a system call programming examples.
- 2022-05-31 02:34:52下载
- 积分:1
-
网卡芯片DM9003在linux下的驱动程序。
网卡芯片DM9003在linux下的驱动程序。-DM9003 chip card in the linux driver.
- 2022-02-06 11:20:10下载
- 积分:1