-
华为公司内部linux培训教程,是很基础,很难得,很实用的教程。...
华为公司内部linux培训教程,是很基础,很难得,很实用的教程。-Huawei company linux training tutorials, is very basic, very rare, very useful tutorial.
- 2022-07-16 16:33:59下载
- 积分:1
-
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.-in UNIX/LINUX hang below a process and the SHELL under observation process.
- 2022-02-10 11:20:38下载
- 积分: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
-
Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。
Bookcase 是一个用于KDE的个人的书籍管理。它使用XML文件存储格式,并且追踪26种书籍特性。 -Bookcase is uses in the KDE individual books management. It uses
the XML document memory form, and traces 26 kind of books
characteristics.
- 2022-02-03 21:12:46下载
- 积分:1
-
unix下五笔练习软件
unix下五笔练习软件-practice software
- 2022-02-05 17:31:14下载
- 积分:1
-
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah...
Linux 设备驱动 Edition 3
By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman
由 quickwhale 翻译的简体中文版 V0.1.0 2006-6-2 -Linux Device Driver Edition 3By Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman from quickwhale Translation Simplified Chinese Edition V0.1.0 2006-6-2
- 2022-01-26 03:44:56下载
- 积分:1
-
mosquiteo mobile iP 4 the handover program
mosquiteo mobile iP 4 the handover program
- 2022-08-02 23:28:39下载
- 积分:1
-
Linux下操作Bios的驱动
Linux下操作Bios的驱动-Linux operating under the driver Bios
- 2022-03-14 00:59:25下载
- 积分:1
-
s3c2410驱动 包含需要的全部文件。速度很快
s3c2410驱动 包含需要的全部文件。速度很快-S3C2410 drive that contains all the documents needed. Fast
- 2022-07-08 22:18:50下载
- 积分:1
-
对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该...
对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。
利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dictionary word list, the result output in a text file output.txt. Every word here, and the output of the word after word of the number, between two fields separated by a comma. Agreed only by the words in alphabetical composition, word by non-alphabetic segregation, the same word is only one output, distinction is not case. Achieved using binary tree
- 2022-12-15 15:30:03下载
- 积分:1