-
本书是一本有关LINUX下的C语言编程的书籍。
本书是一本有关LINUX下的C语言编程的书籍。-This book is a book about the C language under LINUX programming books.
- 2023-09-03 12:15:04下载
- 积分:1
-
This document describe the fundamental concept of network simulator
This document describe the fundamental concept of network simulator-2, a simulation environment for computer networking field of engineering. It covers the description of basic tools and components used in network simulations.
- 2022-03-22 06:08:07下载
- 积分:1
-
用C写的CGI测试程序,已通过测试
用C写的CGI测试程序,已通过测试-C write CGI test procedure has been tested
- 2022-03-13 11:41:04下载
- 积分:1
-
在Linux下进行编程时,很多时候我们并没有完全记住所有函数,此时本书就会帮我们快速方便的查到这些函数的具体用法。...
在Linux下进行编程时,很多时候我们并没有完全记住所有函数,此时本书就会帮我们快速方便的查到这些函数的具体用法。-In programming under Linux, many times we do not fully remember all the function, when this book will help us quickly and easily find the specific usage of these functions.
- 2022-01-25 17:04:07下载
- 积分:1
-
linux动态连接库示例
linux动态连接库示例-example Dynamic Link Library
- 2022-02-26 21:23:10下载
- 积分:1
-
LINUX基于1602的贪吃蛇程序,难得啊
LINUX基于1602的贪吃蛇程序,难得啊-LINUX based on the 1602
- 2022-07-13 21:57:07下载
- 积分: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
-
orders, the need for unix operating system will help the friends
unix命令,对需要操作unix系统的朋友一定帮助-orders, the need for unix operating system will help the friends
- 2022-07-22 17:25:13下载
- 积分:1
-
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器...
华中科技大学操作系统课程设计 linux环境下编的一个资源管理器-Huazhong University of Science and Technology curriculum design linux operating system environment under a resource manager
- 2022-04-27 07:08:43下载
- 积分:1
-
spi interface LINUX CAN driver
spi接口的 LINUX CAN driver -spi interface LINUX CAN driver
- 2022-02-26 18:02:54下载
- 积分:1