-
it is a code for kruskal algorithm
it is a code for kruskal algorithm
- 2022-01-26 05:35:35下载
- 积分:1
-
UNIX/Linux下用C开发的公历农历转换程序
UNIX/Linux下用C开发的公历农历转换程序-UNIX/Linux development using C Lunar calendar conversion process
- 2022-03-02 16:26:44下载
- 积分:1
-
全中文注释的Linux源代码,这是Linux的早期版本,用来学习是不过...
全中文注释的Linux源代码,这是Linux的早期版本,用来学习是不过-Notes of the entire Chinese Linux source code, which is an early version of Linux, but is used for learning
- 2022-07-14 23:08:50下载
- 积分:1
-
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。...
linux的相关知识的介绍,非常适合初学者。
简单介绍了linux的方方面面。-linux introduction of relevant knowledge, very suitable for beginners. Simple introduction of all aspects of linux.
- 2022-03-11 06:46:22下载
- 积分:1
-
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。
klibc精简化的c程序库,可以支持linux、unix等的小型化应用。-klibc streamlining procedures for the c library, to support linux, unix and other small applications.
- 2022-02-03 09:06:11下载
- 积分:1
-
The c source code of archieving the hostid of host machine in linux 9.
在linux9下获得主机hostid的c源代码。-The c source code of archieving the hostid of host machine in linux 9.
- 2022-06-30 08:14:40下载
- 积分:1
-
此程序为linux触摸屏驱动程序,这是我花4千元买的教学试验平台带的,绝对经典。...
此程序为linux触摸屏驱动程序,这是我花4千元买的教学试验平台带的,绝对经典。-This program for linux touch screen driver, this is I spent 4 thousand dollars to buy the teaching test platform with absolute classic.
- 2022-12-05 15:05:03下载
- 积分:1
-
嵌入式ARM程序相称
Comport programe for Embedded arm-linux (including Makefile)
- 2022-03-29 05:51:24下载
- 积分:1
-
Multi
Multi-module programs and MAKE-compile and link multiple c code source files together into a single executable file named "calcit". To simplify the entry of commands to build the executable file you will use UNIX command “make” with a file named “makefile”.
- 2022-01-21 23:37:15下载
- 积分: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