-
linux系统,qt,标准对话框的编写,正确的
linux系统,qt,标准对话框的编写,正确的-linux system, qt, the preparation of the standard dialog box, the correct
- 2022-04-02 12:37:57下载
- 积分:1
-
Linux Shelf Scripting Tutorials
Linux Shelf Scripting Tutorials
- 2023-07-07 22:10:04下载
- 积分:1
-
应用平台 UNIX 一个时间程序的C代码。 datemath
应用平台 UNIX 一个时间程序的C代码。 datemath - manipulate dates mathematically -a UNIX application platform timing of C code. Datemath- manipulate dates mathematically
- 2022-03-06 12:16:02下载
- 积分:1
-
rarp protocol s sample program,server and client.run in linux.
rarp protocol s sample program,server and client.run in linux.
- 2022-12-12 06:00:03下载
- 积分:1
-
学习内核编程入门的好资料,标准开发文档,附源码。
学习内核编程入门的好资料,标准开发文档,附源码。-Introduction to study the kernel of good programming information, development of documentation standards, source code is attached.
- 2023-05-28 09:25:03下载
- 积分:1
-
这是一本教你如何在Linux下进行网络开发的电子教材,如果你又兴趣不妨来试一下,它会给你奇妙的感觉。...
这是一本教你如何在Linux下进行网络开发的电子教材,如果你又兴趣不妨来试一下,它会给你奇妙的感觉。-This is a teach you how to network Linux developed under the e-learning materials, if you are interested may wish to try, it will give you a wonderful feeling.
- 2022-01-26 01:32:09下载
- 积分:1
-
UNIX环境下资源监控程序(包含对CPUMEMDISKIOPS等资源的监控)
UNIX环境下资源监控程序(包含对CPUMEMDISKIOPS等资源的监控)-UNIX environment monitoring program resources (including the CPU MEM DISK IO PS resource control)
- 2022-07-11 11:40:19下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
读写INI文件的函数已经日志记载
读写INI文件的函数已经日志记载-literacy INI file has been a function of log records
- 2022-03-30 21:50:17下载
- 积分:1