-
Solaris system optimization tools can do debugging test. Sun provided the origin...
Solaris系统优化工具,还可以做排错试验。SUN公司提供的原始文件和代码。-Solaris system optimization tools can do debugging test. Sun provided the original documentation and code.
- 2023-06-29 21:50:07下载
- 积分:1
-
操作系统加载的源代码
操作系统加载的源代码-loading the operating system source code
- 2022-04-23 03:36:27下载
- 积分:1
-
读写问题的vc仿真代码
读写问题的vc仿真代码-literacy problems vc simulation code
- 2022-03-26 01:09:49下载
- 积分:1
-
操作系统内存管理模拟实验源代码
操作系统内存管理模拟实验源代码-operating system memory management simulation source code---------------------
- 2023-04-07 03:25:03下载
- 积分:1
-
页面替换算法源代码
页面置换算法源程序-pages replacement algorithm source code
- 2022-07-05 02:44:44下载
- 积分:1
-
a micro
一个微型操作系统源码-a micro-source operating system
- 2022-03-28 12:18:10下载
- 积分:1
-
real
实时网络栈,在Linux操作系统环境下编译通过,以内核模块的方式加载到系统-real-time network stack, and the Linux operating system environment compiler through to the kernel module loading to the system
- 2022-02-07 12:23:39下载
- 积分:1
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1
-
麦克风阵列基于谱减法的语音增强的波束形成…
基于麦克风阵波束形成的谱相减方法在语音增强中的应用-Microphone array beamforming based on the spectral subtraction method speech enhancement application
- 2022-04-10 13:58:26下载
- 积分:1
-
一个小小的操作系统,这是我写的。操作系统已经有多
A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.-A tiny operating system, which is written by me. The os has already had multi-task function, you can add another task in processes.asm .The os is written by nasm on linux platform, and the instruction of assemble is in the makefile.
- 2022-10-23 04:35:03下载
- 积分:1