-
基于MINI2440的独立按键点亮LED+启动代码 可以直接运行
基于MINI2440的独立按键点亮LED+启动代码 可以直接运行-Based on the independence of keys MINI2440 lit LED+ boot code can run directly
- 2022-10-05 02:40:04下载
- 积分:1
-
是一份讲述Linux内核和驱动开发的文档,概念讲解十分清晰,深刻。有利于帮助开发Linux的内核驱动...
是一份讲述Linux内核和驱动开发的文档,概念讲解十分清晰,深刻。有利于帮助开发Linux的内核驱动-Embedded Linux Kernel And Driver Development
- 2022-08-25 07:22:46下载
- 积分:1
-
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!
linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
- 2023-06-24 12:25:02下载
- 积分:1
-
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步...
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos- labs.pdf).
- 2022-02-05 05:46:07下载
- 积分:1
-
书
book
- 2022-01-21 23:21:43下载
- 积分:1
-
Linux下网络相关工具源代码。
Linux下网络相关工具源代码。-Linux network correlation tool source code.
- 2023-04-15 01:30:03下载
- 积分:1
-
详细讲解 Linux系统文件格式转换实用技巧
详细讲解 Linux系统文件格式转换实用技巧-Elaborate on Linux system file format conversion and practical skills
- 2023-03-11 16:30:04下载
- 积分: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
-
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。...
本手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义。-This manual page is taken from the GNU C compiler complete document, limited to explain the meaning of options.
- 2023-05-12 06:50:03下载
- 积分:1
-
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务...
Linux使用技巧集。Linux 是目前最热门的网络操作系统之一,它包含了完整的Internet服务-Linux set to use the skills. Linux is the most popular one of the network operating system, which includes a complete Internet services ... ...
- 2022-01-23 10:38:54下载
- 积分:1