-
哲学家就餐问题例子
哲学家就餐问题例子-dining philosophers problem example
- 2023-01-12 14:50:03下载
- 积分:1
-
cipe 编程
cipe 编程-CIPE programming
- 2022-01-25 18:29:49下载
- 积分: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
-
书
book
- 2022-01-21 23:21:43下载
- 积分:1
-
Linux管理员手册,大家有兴趣就多看看吧
Linux管理员手册,大家有兴趣就多看看吧-Linux Administrator Manual, we are interested in more to see it! ! ! !
- 2022-03-12 16:10:24下载
- 积分:1
-
doom游戏,手机上玩得
doom游戏,手机上玩得-doom games played on mobile phones
- 2022-04-24 03:02:28下载
- 积分:1
-
Linux
Linux-2.6.18内核调试工具补丁程序KGDB。-Linux-2.6.18 kernel debugging tool patch KGDB.
- 2022-03-07 21:12:59下载
- 积分:1
-
arm9开发板上的例子,可以学习一下有简单的c程序
arm9开发板上的例子,可以学习一下有简单的c程序-ARM9 development board example, can learn about a simple c program
- 2022-01-28 13:00:37下载
- 积分:1
-
安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在...
安装完solaris整完ls支持颜色,也装了经常使用的一些工具,改了环境变量.用着已经顺手多了,但是就有一样.vi不支持语法功能,也不高亮显示.也像原来那样,在根目录下加了个.vimrc写上一些自己习惯性的配置,可是不起作用,郁闷!难道我人品有问题?打开linux,alias看了一下环境变量,乖乖 alias vi vim!郁闷,早就知道linux用的是vim了,可是平常用的时候习惯性的敲vi,竟把这事给忘记了.早到病根下药就简单了,装个vim!
就像上次装ls一样访问:http://www.sunfreeware.com/indexintel10.html找到vim-7.1下载地址
是:ftp://ftp.sunfreeware.com/pub/freeware/intel/10/vim-7.1-sol10-x86-local.gz.OK
解压一下:gzip -d coreutils-6.4-sol10-x86-local.gz
安装:pkgadd -d coreutils-6.4-sol10-x86-local
OK安装很顺利,自我感觉良好,可是执行/usr/local/bin/vim的时候却意外的提示:ld.so.1: ./vim 致命的: libgtk-1.2.so.0 没有这个文件或文件夹.网上找了一下,发现CU06年有人提过这个问题
http://bbs.chinaunix.net/thread-683746-1-1.html帖的-
http://bbs.chinaunix.net/thread-683746-1-1.html
- 2022-02-04 07:29:11下载
- 积分:1
-
串口程序,一个很好的Linux、Unix的串行、并行的源代码
串口程序,一个很好的Linux、Unix下的串口,并口程序源代码-Serial procedures, a very good Linux, Unix Serial, Parallel source code
- 2022-05-07 23:28:14下载
- 积分:1