-
读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。...
读取配置文件(ini格式)的程序,可返回int,char*,float类型等的配置项数值。-Read configuration file (ini format) procedures can return int, char*, float type of configuration item values.
- 2023-05-21 04:40:04下载
- 积分:1
-
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。...
本代码实现了操作系统中的司机和售票员同步问题,应用了VC中的信号灯,是我学完P、V操作后写的,希望于大家分享。-the code of the operating system and the driver and conductor of the bus synchronization, application of the VC"s appearance, I studied End P, V written after the operation, which we hope to share with you all.
- 2022-05-05 23:41:27下载
- 积分:1
-
performance management, and let the operating system to help the people
solaris操作系统性能管理,对于想学这种操作系统的人有帮助-performance management, and let the operating system to help the people
- 2022-10-27 18:15:04下载
- 积分:1
-
橙色与# 39:一个操作系统的实现(源代码附在博…
Orange s:一个操作系统的实现(书附源码)chapter4.rar-Orange" s: an operating system implementation (source code attached to the book) chapter4.rar
- 2022-10-11 05:25:03下载
- 积分:1
-
C源代码的实时操作系统
C源代码的实时操作系统-C source code for the real-time operating system
- 2022-08-16 19:15:40下载
- 积分:1
-
CuRT_嵌入式操作系统源码
一款基于C语言开发的嵌入式操作系统源码,使用方便,效率高。为开源的非实时操作系统(经改良后也能用于实时系统)。免费又好用,用得很广。稳定性很强常用于服务器等对稳定性有较高要求的场所。因为稳定性比较好,图形界面又很炫所以常用于智能手机等消费电子领域。
- 2022-03-06 20:45:58下载
- 积分:1
-
C algorithm to achieve bankers
用C实现银行家算法-C algorithm to achieve bankers
- 2023-07-07 16:00:03下载
- 积分:1
-
磁盘调度的三种方法的其中一种用C语言实现
磁盘调度的三种方法的其中一种用C语言实现-Disk scheduling one of three methods using C language
- 2022-02-21 03:38:03下载
- 积分: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
-
C#模仿超级终端
C#模仿超级终端
利用C# Visual Studio 2010来开发的,模仿windows下的超级终端程序实现串口通讯
主要功能,打开串口,设置波特率等等,可以参考。
- 2022-01-24 17:11:08下载
- 积分:1