-
操作系统课程设计(1)_读者写者问题;
附设计说明及主要函数流程图。...
操作系统课程设计(1)_读者写者问题;
附设计说明及主要函数流程图。-courses on operating system design (1) _ readers who write; Report design descriptions and the main function flowchart.
- 2022-06-02 09:11:07下载
- 积分:1
-
a service used to control the process, it may be useful debugging service
一个用来控制service的程序,可能对调试service有用-a service used to control the process, it may be useful debugging service
- 2023-02-20 07:25:03下载
- 积分:1
-
实现定时关机功能,是学习与系统交互的例子
实现定时关机功能,是学习与系统交互的例子- The realization fixed time closing machine function, is the
study and the system interactive example
- 2022-02-06 10:44:23下载
- 积分:1
-
实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件...
实现日志信息的批量写入文件,定时自动flush到文件中,写入文件的日志级别可动态调整,单个日志文件大小可配置,循环对日志文件写入,这样不会造成机器空间被日志文件耗尽。-To achieve the log information, write to a file volume, timing, automatic flush to a file, write to the file log level can be dynamically adjusted, a single log file size can be configured cycle on the log file is written, so that the machine will not cause the log file space is consumed do.
- 2022-09-08 23:45:03下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1
-
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用...
杭州舟远信息技术连锁有限公司提供的餐饮管理源代码,VB+SQL,在杭州多家餐饮店使用-Zhou Yuan Hangzhou Chain Information Technology Co., Ltd. to provide the source code of the food and beverage management, VB+ SQL, restaurants in Hangzhou, the use of more than
- 2022-01-24 16:32:59下载
- 积分:1
-
干燥清洁的代码
干洗delphi code starter,Acceptance form,item form,ry cleaning software由Mainline Technology group设计、开发和测试,Mainline Technology group为fabricare Industry设计、安装和支持干洗软件,由Maineline Technology group开发和测试,mainline Technology group一直在为fabricare industry销售、安装和支持干洗机软件。该软件由mainline Technology group设计、开发和测试,mainline Technology group一直在销售、安装和支持干洗机软件
- 2022-03-17 08:14:48下载
- 积分:1
-
动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收...
动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to achieve the main memory space allocation and recovery
- 2022-03-06 11:13:37下载
- 积分:1
-
MiniSpy 微筛选器的的主要功能模块。
ALLOC_PRAGMA #ifdef#pragma alloc_text (INIT,驱动入口)#pragma alloc_text SpyFilterUnload 页面)#pragma alloc_text SpyQueryTeardown 页面)#pragma alloc_text SpyConnect 页面)#pragma alloc_text SpyDisconnect 页面)#pragma alloc_text SpyMessage 页面)#endif#define SetFlagInterlocked(_ptrFlags,_flagToSet)((作废) InterlockedOr (((挥发性长 *)(_ptrFlags)),_flagToSet))//---------------------------------------------------------------------------例程//---------------------------------------------------------------------------NTSTATUS驱动入口 (俺们 PDRIVER_OBJECT DriverObject俺们 PUNICODE_STRING RegistryPath)/*++常规的描述:驱动程序首次加载时,将调用这个例程。其目的是初始化全局状态,然后注册 FltMgr 开始过滤。参数:DriverObject-指向驱动程序由系统创建的对象的指针代表此驱动程序。RegistryPath-标识在何处的 Unicode 字符串为此参数驱动程序位于在注册表中。返回值:
- 2022-03-21 12:13:07下载
- 积分:1
-
应用和优先数法和轮转法实现对进程的控制,附注释和报告
应用和优先数法和轮转法实现对进程的控制,附注释和报告-application and priority numbers and Web Method in the process control, and annotated report
- 2022-03-23 16:21:10下载
- 积分:1