-
pilot operating system
操作系统试验--通过随机数产生一个指令序列。将指令序列变换为页地址流。-pilot operating system-- through a random number generator instruction sequences. Instruction sequences will transform page address to flow.
- 2023-08-05 14:35:03下载
- 积分:1
-
c语言开发实战
一般认为,一个数据结构是由数据元素依据某种逻辑联系组织起来的。对数据元素间逻辑关系的描述称为数据的逻辑结构;数据必须在计算机内存储,数据的存储结构是数据结构的实现形式,是其在计算机内的表示;此外讨论一个数据结构必须同时讨论在该类数据上执行的运算才有意义。一个逻辑数据结构可以有多种存储结构,且各种存储结构影响数据处理的效率。
在许多类型的程序的设计中,数据结构的选择是一个基本的设计考虑因素。许多大型系统的构造经验表明,系统实现的困难程度和系统构造的质量都严重的依赖于是否选择了最优的数据结构。许多时候,确定了数据结构后,算法就容易得到了。有些时候事情也会反过来,我们根据特定算法来选择数据结构与之适应。不论哪种情况,选择合适的数据结构都是非常重要的。
- 2023-06-05 05:20:04下载
- 积分:1
-
有一个与服务程序有关的源代码
有一个与服务程序有关的源代码-a service program and the source code
- 2022-04-07 10:32:51下载
- 积分:1
-
从EXE程序中导出函数的示例
从EXE程序中导出函数的示例-from EXE procedures derived function of sample
- 2022-04-01 07:49:53下载
- 积分:1
-
在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策...
在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调动算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-tasking system, the system in a state of readiness within the same process may have several. That is the number of running processes can be greater than the number of processors. To make the process of the system can orderly work, we must use some kind of scheduling policy, select a process consumes processor. Ask students to design an analog processor to mobilize algorithm, in order to consolidate and deepen the concept of processor scheduling.
- 2022-04-12 12:46:27下载
- 积分:1
-
输入一个表达式包扩括号,进行求值
比如输入2+6*35
输入一个表达式包扩括号,进行求值
比如输入2+6*35-(68/5-3)*5@#-Enter an expression in parentheses expansion pack to carry out evaluation
- 2022-02-02 05:38:14下载
- 积分:1
-
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码...
该程序功能是以动态库的形式封装ADO常用数据库函数,其中包括源代码和测试代码-Function of the program is based on the form of dynamic libraries ADO package commonly used database functions, including source code and test code
- 2022-03-11 20:16:03下载
- 积分:1
-
写控制面板程序(CPL)的模板
写控制面板程序(CPL)的模板 -The app template of writing switching panel
- 2022-06-12 15:19:40下载
- 积分:1
-
一个通用定时器类,可用于无窗口类中。本例程使用一个C++类,利用定时器变换指示灯。程序中用到:自定义的定时器类、C++多类继承、使用纯虚函数的中间类、指示灯变换...
一个通用定时器类,可用于无窗口类中。本例程使用一个C++类,利用定时器变换指示灯。程序中用到:自定义的定时器类、C++多类继承、使用纯虚函数的中间类、指示灯变换设置。-A general-purpose timer class can be used for non-window class. The routine use of a C++ classes, the use of timer indicator transform. Programs used: a custom timer class, C++ multi-class inheritance, the use of pure virtual functions of the middle class, set the lights change.
- 2022-05-07 21:55:07下载
- 积分:1
-
模拟键盘和鼠标事件演示代码
模拟键盘和鼠标事件演示代码-simulated keyboard and mouse events demonstration code
- 2023-06-19 14:20:03下载
- 积分:1