-
MySQL数据库的安全配置_实用技术,000(1)
MySQL数据库安全配置_实用技巧来个内外兼修(1)-MySQL database security configuration _ practical skills to 000 Out (1)
- 2022-06-17 03:59:26下载
- 积分:1
-
xml文档树分析例子程序
xml文档树分析例子程序-xml document examples tree analysis procedures
- 2022-02-25 13:35:26下载
- 积分:1
-
44B0+uclinux keyboard driver code
44B0+uclinux外接键盘驱动程序-44B0+uclinux keyboard driver code
- 2022-05-25 03:32:19下载
- 积分:1
-
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!...
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!-This is a UNIX development of the Company to do when the need to resort to a class library source code, in the hope that the next development in the unix help!
- 2022-03-02 15:06:33下载
- 积分:1
-
ncurses中文解释
ncurses中文说明-ncurses Chinese explanation
- 2022-05-25 06:12:38下载
- 积分:1
-
linux 块设备.学习linux块设备的好东东。
linux 块设备.学习linux块设备的好东东。-linux
- 2022-01-28 22:08:14下载
- 积分:1
-
linux 1000常见问题集,适合初级人员。
linux 1000常见问题集,适合初级人员。-linux 1000 Frequently Asked Questions for junior staff.
- 2022-05-24 20:03:05下载
- 积分:1
-
ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过....
ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
- 2022-10-12 22:50:02下载
- 积分: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
-
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