资源列表
Deadlock-contracted-algorithm
- 死锁环路判定的系统资源分配图约简算法的设计与实现.(1)系统资源分配图输入(界面) • 按资源分配图的形式定义,输入进程名字、资源类名字及其个数、申请/占有边。 (2)运行结果(界面) • ① 以图形的形式输出原资源分配图; • ② 以图形的形式动态输出原资源分配图约简过程 • 实现 -Deadlock loop system to determine resource allocation graph reduction
SA-impedance
- 基于模拟退火算法的单道反演程序,主要用于地震资料解释-Based on simulated annealing of single-channel inversion program, mainly for the interpretation of seismic data
umat-single-cristal
- This subroutine provides the plastic constitutive relation of single crystals for finite element code ABAQUS. The plastic slip of single crystal obeys the Schmid law. The program gives the choice of small deformation theory and theory of finit rotati
flow-field-around-circle
- 用于模拟圆柱绕流模拟,使用四分之一模型,结果以云图方式显示,蓝色部分为低压区,红色为高压区-to simulate flow field around circle
DisplayPort1.2
- VESA DisplayPort Standard Version 1, Revision 2 Released January 5, 2010 The purpose of this document is to define a flexible system and apparatus capable of transporting video, audio and other data between a Source Device and a Sink Device o
immune-algorithm
- 本算法主要是把免疫优化算法用于物流配送中心选择问题中。在考虑该问题的约束条件和优化目标的基础上,建立物流配送中心选址问题的数学模型,并采用免疫优化算法求解最佳物流配送中心选址模型。-This algorithm is meant to give the immune optimization algorithm for selection problem in logistics and distribution center. In considering the issue of const
45454
- 基于LBM的槽道流直接数值模拟.The LBM-based direct numerical simulation of channel flow.-The LBM-based direct numerical simulation of channel flow.
QSTBC
- 正交空时分组码和准正交空时分组码的性能分析,在4*1的情况下采用4PSK分别描述了两者的性能,以及两种准正交编码的性能仿真-Orthogonal space-time block codes and quasi orthogonal space-time block code performance analysis, in 4* 1 of the both describing performance, as well as two orthogonal code must performan
98B
- 98年数学建模B题--灾情巡视路线问题,各种经典解答-1998 Mathematical Modeling Problem B- disaster tours question, answer all the classic version
dgesvd_502502307
- SVD (奇异值分解) fortran下的奇异值分解代码,可以完成矩阵的奇异值分解以及基于奇异值分解的图片压缩-Singular Value Decomposition
4eMka2
- 用java编写的粗糙集算法,能够属性约简,规则生成-soft about rough set based algorithm using java programming laguage
fgr
- 舞伴问题 问题描述:一班有m个女生、n个男生(m不等于n), 举办一场舞会. 男女生分别编号坐在舞池两边的椅子上,每曲开始时, 依次从男生和女生中各出一人配对跳舞, 本曲没成功配对者坐着等待下一曲找舞伴,设计一个程序模拟舞伴配对过程。 基本要求:输入男、女学生的姓名、性别,由程序自动为男女生编号,可以顺序编号,也可以随机编号,输出每曲配对情况(包括男、女生的姓名、性别和编号)。原始数据和结果数据要保存到文件中。 测试数据:分别选择男生多于女生、女生多于男生、男女生相等的三组