-
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作init...
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的patch,主要作用是可以在制作initrd文件中挂载FAT磁盘时加上 -o iocharset=cp936的参数。FanX-0.1.1和0.2.0就是使用这个脚本制作出来的。-SLAX/CD production FanX the complete script for kernel 2.4 .* version. After the script linuxfans.org atfa the patch, can be a major role in the production initrd document when mount disk with a FAT-o iocharset = cp936 parameters. FanX- 0.1.1 and 0.2.0 is the use of the script studios.
- 2022-02-21 17:25:41下载
- 积分:1
-
单元测试框架
c unit test framework
- 2022-07-17 21:07:23下载
- 积分:1
-
Linux Kernel中文手册
Linux Kernel中文手册-manual Chinese Linux Kernel
- 2022-04-17 08:49:26下载
- 积分:1
-
Linux命令行参数的分析.rar
Linux命令行参数的分析.rar-Linux command line parameter analysis. Rar
- 2022-02-07 19:00:58下载
- 积分:1
-
In the Linux system,/etc directory there is such a file passwd, this file contai...
在Linux系统的/etc目录下有这样一个文件passwd,该文件里包含系统中所有用户信息的记录,记录里包含每个用户的如下信息:用户名、密码、用户ID、组ID、用户全名、用户主目录和用户登录所用的shell。请设计一个脚本(shell)程序能实现增加、删除、查找和显示特定用户信息的功能。你们可以通过创建一些UNIX/LINUX shell 脚本文件来满足以上需求。-In the Linux system,/etc directory there is such a file passwd, this file contains all the user information system, records, record where each user that contains the following information: user name, password, user ID, group ID, user" s full name , the user" s home directory and the user logged in with the shell. Please design a script (shell) program enables to add, delete, search and display information on a specific user function. You can by creating a number of UNIX/LINUX shell script file to meet the above requirements.
- 2022-02-04 08:25:33下载
- 积分: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
-
beginninglinuxprogramming例
BeginningLinuxProgramming example4
- 2022-02-04 05:49:50下载
- 积分:1
-
Linux下图形用户接口(GUI)编程技术
Linux下图形用户接口(GUI)编程技术-Under the Linux graphical user interface (GUI) programming technology
- 2022-01-23 10:48:50下载
- 积分:1
-
三星s3c6410 Android移植文档,android篇
三星s3c6410 Android移植文档,android篇
-三星s3c6410 Android移植文档,android篇
- 2022-12-27 04:30:03下载
- 积分:1
-
介绍了编程的资料,很好的。初学者应该下载
介绍Linux编程的资料,非常不错。值得初学者下载-introduced Linux programming information, very good. Beginners should download
- 2022-06-21 08:21:46下载
- 积分:1