-
这是一个EXT2的文件管理系统的程序
这是一个EXT2的文件管理系统的程序-EXT2 This is a document management system procedures
- 2022-02-11 20:54:44下载
- 积分:1
-
completion of the following non
完成ls的如下功能
不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录
ls -a:列出当前目录下的所有文件和目录
ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数
ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件
列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。
所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
- 2023-02-01 23:40:04下载
- 积分:1
-
Linux0.01设备驱动程序
最精简的linux代码 适合操作系统入门...
Linux0.01设备驱动程序
最精简的linux代码 适合操作系统入门-Linux0.01 device drivers streamlining the most suitable source Linux operating system entry
- 2022-07-22 21:17:55下载
- 积分:1
-
Rest of the eye from time to time by QTimer class software implementation
定时休息的护眼软件 通过QTimer类实现-Rest of the eye from time to time by QTimer class software implementation
- 2022-02-12 21:54:56下载
- 积分:1
-
ARM9
ARM9-2410系统测试源码,可测试各种硬件接口,-ARM9-2410 system test source code to test a variety of hardware interfaces,
- 2022-11-09 05:05:03下载
- 积分:1
-
blob: a kind of popular embeded system bootlader for ARM.
一款arm嵌入式系统常用的bootload程序blob-blob: a kind of popular embeded system bootlader for ARM.
- 2022-07-23 17:05:14下载
- 积分:1
-
关于SHELL方面的, 不会就别下载了,可惜了
关于SHELL方面的, 不会就别下载了,可惜了-About SHELL aspects, not on the other downloaded, but the
- 2022-02-05 11:45:08下载
- 积分:1
-
linux unix 入门代码上,是关于初级入门的,经典代码
linux unix 入门代码上,是关于初级入门的,经典代码-entry code is on the initial entry, classic code
- 2023-01-10 08:30:03下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1
-
C语言实现UTF
C语言实现UTF-8与GB2312互换,提供详细的转换函数-C language UTF-8 with GB2312 exchange, provide a detailed transfer function
- 2022-02-01 16:25:40下载
- 积分:1