-
Advanced Programming in the UNIX Environment 的源代码
Advanced Programming in the UNIX Environment 的源代码-Advanced Programming in the UNIX Environment source code
- 2022-01-23 11:04:27下载
- 积分: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
-
一个简单的linux下的 常用命令,对学习有一定帮助
一个简单的linux下的 常用命令,对学习有一定帮助-A simple linux command under the commonly used, have some help in learning
- 2023-03-02 17:45:03下载
- 积分:1
-
套接字程序2在风险投资
socket program 2 in vc-socket program 2 in vc++
- 2022-08-24 02:51:12下载
- 积分:1
-
linux 2.4 的用gpio 模拟韦根输出的驱动!与标准韦根设备对接.反应灵敏!...
linux 2.4 的用gpio 模拟韦根输出的驱动!与标准韦根设备对接.反应灵敏!-linux 2.4 using GPIO analog Wiegand output driver! with standard Wiegand docking equipment. responsive!
- 2022-02-15 00:18:50下载
- 积分:1
-
基于UNIX的FTP源代码,希望对大家有所帮助
基于UNIX的FTP源代码,希望对大家有所帮助-UNIX-based FTP source code, we want to help
- 2023-06-03 01:15:03下载
- 积分:1
-
The use of a side under LINUX
-一个LINUX下的使用方便 的CD-ROM刻录软件,开放源码,编译后即可使用-- The use of a side under LINUX
- 2022-05-13 14:17:36下载
- 积分:1
-
本文用中文详细描述了编译器GCC的所有命令语法格式。
本文用中文详细描述了编译器GCC的所有命令语法格式。-this artical narates all the grammer of gcc in details
- 2023-02-18 04:35:03下载
- 积分:1
-
ramfs文件系统代码及注解,是深入学习ramfs文件系统的最佳材料!荐!...
ramfs文件系统代码及注解,是深入学习ramfs文件系统的最佳材料!荐!-ramfs file system code and comments, an in-depth study ramfs file system the best materials! Recommended!
- 2023-09-03 06:15:03下载
- 积分:1
-
如果你对linux内核编程感兴趣的话就来吧, 这本书是你最佳的选择! 取之于网, 用之于网, 于你分享!...
如果你对linux内核编程感兴趣的话就来吧, 这本书是你最佳的选择! 取之于网, 用之于网, 于你分享!-if you linux kernel programming interested in the case of Barber, this book is your best choice! Taken from the net benefit of network, you have to share!
- 2022-02-14 12:37:12下载
- 积分:1