-
这些代码和文本文件写在EUC
These code and text file are written in euc-jp-unix
- 2023-08-22 11:30:03下载
- 积分:1
-
linux指令大全 全面介绍每一个参数使用方法规则
linux指令大全 全面介绍每一个参数使用方法规则 -linux commands Guinness comprehensive introduction for each parameter using the rules
- 2022-01-26 02:30:51下载
- 积分:1
-
autoconf 和 automake 生成 Makefile 文件
autoconf 和 automake 生成 Makefile 文件-autoconf and automake generated Makefile file
- 2023-05-17 08:40:04下载
- 积分:1
-
alienmind
AlienMind-1.2.tar.bz2
- 2022-07-21 16:48:45下载
- 积分:1
-
who命令的具体实现,方法见原代码注释
/*who1.c
who命令的具体实现,方法见原代码注释
/*who1.c - for a first version the who programe
* open,read UTMP file,and show resulets
-/*who1.c- for a first version the who programe
* open,read UTMP file,and show resulets
*/
- 2022-03-23 17:18:26下载
- 积分:1
-
Mac OS X 10.4.9 for x86 Source Code crontabs 实现源代码
Mac OS X 10.4.9 for x86 Source Code crontabs 实现源代码-Mac OS X 10.4.9 for x86 Source Code crontabs realize the source code
- 2022-02-03 23:52:44下载
- 积分:1
-
multithreaded process as a multi
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。
3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。
-multithreaded process as a multi-task, complicated by the way, has the following advantages : 1) improve application response. This graphical interface is especially meaningful, when a very long time-consuming operation, the entire system will wait for the operation, this procedure will not respond to keyboard, mouse, the menu of operations, and the use of multithreading technology, long will be time-consuming operation (time consuming) under a new thread, avoided this embarrassing situation. 2) multi-CPU system more effective. When the operating system would ensure that not more than a few threads CPU number of different threads running on different CPUs. 3) to improve program structure. A long and complex
- 2023-06-23 05:00:03下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1
-
实现的外壳,可以处理订单CD:电流变化路径pwd的过程:1.
实现Shell,能处理命令
cd :改变进程当前路径
pwd :查看进程当前路径
pid:查看当前进程号(getpid()系统调用)
logout :退出shell
ls [-l]
rm [-r]
mkdir, mv, cp-achieve Shell, can handle orders cd : the process of change current path pwd : View current path process pid : View the current process (getpid () system call) logout : withdraw from the shell ls [-l] rm [-r] mkdir, mv, cp
- 2022-07-20 23:01:41下载
- 积分:1
-
一个在linux/unix系统下的多线程的程序设计方法说明
一个在linux/unix系统下的多线程的程序设计方法说明-A linux/unix system under multi-threaded program design methodology
- 2022-02-26 00:44:20下载
- 积分:1