-
这是程序在Linux C显示BMP图像。我用这个程序和我..
Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program-Here is the program to display bmp image in linux c..i worked this program and i dont know how to give input for this program..
- 2023-04-11 04:50:08下载
- 积分:1
-
操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。...
操作系统上机实验的内容。一个模拟LINUX中EXT2文件系统的小系统。完全是自己写的,大约有900行源码。-a simulation system of linux ext2 file system
- 2022-08-19 15:46:00下载
- 积分:1
-
linux内核,非常详细的源代码,在其他网络上多次下载
linux内核,非常详细的源代码,在其他网络上多次下载-linux kernel, very detailed source code, the other networks repeatedly Download
- 2022-09-15 09:05:03下载
- 积分:1
-
linux 的tar,不用说的吧
linux 的tar,不用说的吧-the tar, needless to say, in the end,
- 2022-06-19 01:23:25下载
- 积分:1
-
黑所有程序按钮程序
黑所有程序按钮程序-black button procedures
- 2022-07-25 20:47:47下载
- 积分:1
-
Unix learning for most of us are self
对 于unix的学习 我们大部分都是自学为主 对初学者而言 其命令还是不好记的
本书总结了大部分unix命令 为初学者的好书-Unix learning for most of us are self-oriented in terms of its order for beginners or not remember most of this book summarizes the unix command for beginners books
- 2022-01-25 14:42:51下载
- 积分:1
-
linux系统下一个简单的聊天程序,主要用socket和select实现的
linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
- 2022-08-05 12:43:08下载
- 积分:1
-
1。编写一个C++程序,作为内核命令行解释器
1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用""作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin.
- 2022-08-13 03:09:59下载
- 积分: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
-
pthread的例子程序,新手上传,更多的关心
pthread的例子程序,新手上传,多关照-pthread examples of procedures, and newcomers upload, more care
- 2023-09-01 03:00:02下载
- 积分:1