搜索资源列表
-
0下载:
Newton Game Dynamic 1.52
Delphi下基于GLScene的OpenGL游戏开发控件。功能非常强大和易于使用。
Advanced physics engine for real-time simulation of rigid bodies-Newton Game Dynamic 1.52Delphi the OpenGL-based game development GLScene control. Very powerful and easy to use.
-
-
0下载:
对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
-
-
0下载:
操作系统的动态分区存储管理模拟程序。程序将分区说明表分散为可用队列与已用队列,每次插入进程或撤销进程只需将结点移至另一队列即可,当然此过程还涉及拆分分区,合并分区以及更新分区号-Dynamic partitioning operating system storage management simulation program. Procedure will Zoning Table scattered available queue queue and has spent each inser
-
-
1下载:
实现动态分区管理模拟最先适应法和最佳适应法,用c实现-Dynamic simulation of regional management to adapt the first and best adaptation law, with the realization of c
-
-
0下载:
通过图形化的界面模拟操作系统中动态分区存储管理方式的内存分配与回收,采用的算法有首次适应算法和最佳适应算法,并且能实现内存回收功能,包括单独回收;与上边空闲区邻接,合并回收;与下边空闲区邻接,合并回收;与上、下边空闲区邻接,合并回收。-Through the graphical interface of the dynamic simulation of the operating system partition storage management and recovery of the m
-
-
0下载:
Basic simulation of Dynamic Spectrum Acce-Basic simulation of Dynamic Spectrum Access
-
-
0下载:
c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。-
c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
-
-
0下载:
操作系统小程序--银行家算法.该代码主要是针对计算机系高校学生在操作系统中有编程困难的同学而设计的,针对性教强.模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁.-Operating System applet- Banker' s algorithm. The code is mainly for the Department of Computer Science College Students in the
-
-
0下载:
给定文法及该文法各非终结符所对应的FIRSTVT和LASTVT集,能依据文法和FIRSTVT和LASTVT生成算符优先分析表。
动态模拟算法的基本功能是:
输入一个给定文法,及FIRSTVT和LASTVT集;
输出算符优先分析表生成算法;
输出算法优先分析表构造的过程;
主要是依据构造算符优先关系的算法来绘制优先关系矩阵表。
-Given the grammar and the grammar nonterminals corresponding FIRSTVT and
-
-
0下载:
运用ASM编程环境轻松实现8字模拟动态循环显示动态-ASM programming environment for easy use 8-character display dynamic simulation of the dynamic cycle
-
-
0下载:
这是操作系统中动态优先权算法模拟的实验报告,内含有源代码,能够计算周转时间等-This is the operating system, dynamic priority algorithm simulation lab report, containing source code, to calculate the turnover time
-
-
0下载:
盐水池的动态模拟程序,以前编写的一个小小的程序-Dynamic simulation of salt pond, a small program written in the previous
-
-
0下载:
操作系统动态分区模拟,简单的课程设计,缺少错误分析。数组实现。-Dynamic simulation of the operating system, a simple course design, lack of error analysis. Array implementation.
-
-
0下载:
Dynamic simulation of machine\Dynamic simulation of machine
-
-
0下载:
cstr开车过程动态模拟及稳态模拟,,得出动态时相平面图,及稳定时的状态-the cstr car dynamic simulation and steady-state simulation, draw dynamic phase plane and stability when the state
-
-
0下载:
基于单片机的Max7221动态显示仿真 带HEX文件能运行-Max7221 microcontroller-based dynamic simulation with HEX file can run
-
-
3下载:
请设计一个模拟投篮过程的小游戏,游戏的要求如下:
(1)设计一个matlab窗体,在窗体上防止一个坐标轴控件,并设置好该坐标系的坐标轴范围;
(2)在坐标系上利用鼠标点击一个点a,作为篮筐的中心,并生成一个半径为r的圆,来模拟篮筐;
(3)在坐标系上再用鼠标点一个点b,作为投篮的出发点,同时生成一个红色实心小球来模拟篮球,再选一个点c,b、c之间的连线作为投篮方向;
(4)根据a、b、c三个点之间的位置关系,来模拟投篮过程,并记录命中次数;
(5)以按住鼠标不放的时间来模拟力
-
-
1下载:
随书光盘DYNAMIC SIMULATION OF ELECTRIC MACHINERY-CDROM FOR DYNAMIC SIMULATION OF ELECTRIC MACHINERY
-
-
0下载:
基于matlab/Simulink的动态仿真与控制的学习资料,有多章的相关学习内容。-Dynamic simulation and control matlab/Simulink learning materials, a number of chapters related learning content.
-
-
0下载:
计算机操作系统实验3.用C语言或Pascal语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程Allocate()和回收过程Free()。
-Computer Operating System Experiment 3. Using C language or Pascal language were achieved using the first-fit algorithm and best-fit algorithm for dynamic partitioning proc
-