-
Internal communication systems to provide network communication capabilities, in...
企业内部通讯系统必须提供网络通讯功能、在通讯过程中禁止使用聊天表情、文件传送等功能,避免资料外泄,或因发送错误而导致上级资料的丢失以及其他损失。最重要的是必须适应任何操作系统,也就是实现跨平台技术,因为企业内部的工作需要,工作环境中使用了多个操作系统来完成不同的工作。另外,系统不需要使用服务器中转和记录通讯内容,可以独立完成通讯任务,排除职工对领导监视工作进度等逆反心理-Internal communication systems to provide network communication capabilities, in the communications process of the Prohibition of the Use chat expressions, such as file transfer capabilities, to avoid leakage of information, or send an error which led to the loss of higher-level information as well as other losses. The most important thing is to be adapted to any operating system, which is cross-platform technology, as businesses need to work within the working environment in the use of a number of different operating system to complete the work. In addition, the system does not require the use of transit and records of communications servers, you can independently accomplish the communication task, remove the leadership of trade unions to monitor the progress of the work of such an antagonistic mental
- 2022-05-15 18:57:53下载
- 积分:1
-
Using the c language of the modeling process scheduler. Which to achieve a varie...
使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
- 2022-03-17 17:10:23下载
- 积分:1
-
DOS操用系统源代码,C语言编写,对操作系统的认识有很大的帮助....
DOS操用系统源代码,C语言编写,对操作系统的认识有很大的帮助.-DOS speaks system source code, C language, the awareness of the operating system will be very helpful.
- 2023-04-27 00:40:03下载
- 积分:1
-
30天自制操作系统源码
文件时30天自制操作系统源码,内容非常好,一步一步教你自制操作系统,适合计算机专业学生,也适合对操作系统感兴趣的同学,可以系统的学习汇编和c语言开发。
- 2022-02-06 05:57:51下载
- 积分:1
-
职工信息包括职工号、姓名、性别、年龄、学历、工资、住址、电话等(职工号不重复)。试设计一职工信息管理系统,使之能提供以下功能:
(1)系统以菜单方式工作;...
职工信息包括职工号、姓名、性别、年龄、学历、工资、住址、电话等(职工号不重复)。试设计一职工信息管理系统,使之能提供以下功能:
(1)系统以菜单方式工作;
(2)职工信息录入功能(职工信息用文件保存);
(3)职工信息浏览功能;
(4)职工信息查询功能,查询方式:按学历、职工号查询等;
(5)职工信息删除、修改功能。
-Information including the number of workers union, name, sex, age, education, salaries, addresses, telephone numbers, etc. (number of workers of non-repetition). Workers try to design a management information system so that it can provide the following functions: (1) the way the menu system to work (2) staff input function information (information workers saved documents) (3) staff information browsing (4) Information trade unions function, query methods: according to their academic qualifications, trade unions, such as its inquiries (5) information workers to delete, modify function.
- 2022-11-13 10:35:04下载
- 积分:1
-
Visual C++数字图像识别技术典型案例
条形码生成器
Visual C++数字图像识别技术典型案例
条形码生成器-Visual C++ Digital image recognition technology a typical case of bar code generator
- 2022-02-13 08:34:42下载
- 积分:1
-
监控文件目录的VC程序,不需要驱动的代码
监控文件目录的VC程序,不需要驱动的代码-monitoring directory of VC procedures, the code does not need Drivers
- 2023-08-17 10:00:03下载
- 积分:1
-
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内...
扩展的动态内存机制
任务综述
本任务扩展了自己私有的内存管理机制。首先使用预先规划的思想,使用预先分配的内存池和内存分区,再通过使用消息队列作为内存池的管理机制处理内存块分配与释放的过程,而消息队列中保存的是每个预先申请内存块的地址。当用户需要分配一个内存块时,使用msgQReceive() 函数从消息队列中获取一个相应大小的内存块地址;当用户需要释放一个内存块时,则使用msgQSend()函数将内存块首地址发送回消息队列中。通过这种方法,减少了内存反复申请与释放产生外部碎片的可能,并能够有效利用预先分配的思想减少内部碎片。同时也通过消息队列的特性实现了方便的内存块申请与释放的管理操作。
同时,本系统作为扩展的动态内存管理机制,引入了定制的内存分配与释放功能,使用了互斥机制保证操作安全性和一系列告警机制。在保证内存分配与释放安全有序的基础上,还增加了管理监视机制。
其系统具体实现参照系统实现部分。-none
- 2022-10-26 02:25:03下载
- 积分:1
-
动态资源分配系统的设计
目的与要求:
本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和...
动态资源分配系统的设计
目的与要求:
本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁的发生。具体要求如下:
⑴模拟一个银行家算法;
⑵初始化时让系统拥有一定的资源;
⑶用键盘输入的方式申请资源;
⑷如果预分配后,系统处于安全状态,则修改系统的资源分配情况;
⑸如果预分配后,系统处于不安全状态,则提示不能满足请求。
- 2023-03-03 08:05:03下载
- 积分:1
-
计算机技术在大约55年后取得了令人难以置信的进展…
Computer technology has made incredible progress in the roughly 55 years since
the first general-purpose electronic computer was created. Today, less than a
thousand dollars will purchase a personal computer that has more performance,
more main memory, and more disk storage than a computer bought in 1980 for
$1 million. This rapid rate of improvement has come both from advances in the
technology used to build computers and from innovation in computer design.
- 2022-04-29 06:46:06下载
- 积分:1