-
a simple character
一个简单的字符设备的驱动--led的驱动,对于学习linux驱动有一定的帮助!-a simple character-driven equipment-- led the drive, Drivers learning linux can help!
- 2023-08-06 00:40:04下载
- 积分:1
-
外壳编程。详细解释,包括awk,sed,TR和其他…
linux,shell编程。讲解详细,包括awk,sed,tr等工具的使用。对于初学者而言,非常有帮助。-linux, shell programming. Explain in detail, including awk, sed, tr and other tools. For starters, very helpful.
- 2022-03-11 15:10:03下载
- 积分: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
-
机群环境下投资决策模型的并行化
机群环境下投资决策模型的并行化-cluster environment of the investment decision-making model parallelization
- 2023-07-23 04:30:03下载
- 积分:1
-
perl scripting language for XML documents to read and write code.
perl脚本语言对XML文件进行读写的代码.-perl scripting language for XML documents to read and write code.
- 2022-03-05 17:20:55下载
- 积分:1
-
rgfdsghsdfh
rgfdsghsdfh
- 2022-12-13 14:40:03下载
- 积分:1
-
光学指纹头加密芯片IIC的驱动(linux 2.4)
光学指纹头加密芯片IIC的驱动(linux 2.4)-The first optical fingerprint encryption chip IIC driver (linux 2.4)
- 2022-03-17 20:43:23下载
- 积分:1
-
portfwd
portfwd-0.26.rar
- 2022-03-16 13:02:01下载
- 积分:1
-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2022-09-25 11:15:03下载
- 积分: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