搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
struct00000000000
- 在程序设计中,常用下列三种不同的出错处理方式: (1) 用exit语句终止执行并报告错误; (2) 以函数的返回值区别正确返回或错误返回; (3) 设置一个整型变量的函数参数以区别正确返回或某种错误返回。 -in program design, often following three different ways to deal with mistakes : (a) terminate with the implementation of the exit s
zhubuhuigui
- 逐步回归的基本思想是有进有出。具体做法是将变量一个一个引入,当每引入一个自变量后,对已选入的变量要进行逐个检验,当原引入的变量由于后面变量的引入而变得不再显著时,要将其剔除。引入一个变量或从回归方程中剔除一个变量,为逐步回归的一步,每一步都要进行 检验,以确保每次引入新的变量,之前回归方程中只包含显著的变量。这个过程反复进行,直到既无显著的自变量选入回归方程,也无不显著自变量从回归方程中剔除为止。-the basic idea is out there Progressive. Specific
vc_jiqiaoshili_part1
- Visual.C++程序设计技巧与实例--配套光盘 第1章 C_C++基础 共有四个实例 1. ex1_7用C语言实现参数个数可变的函数 2. ex1_8创建和访问环境变量 3. SortDemo各种排序算法示例 4. BinaryTree二叉排序树相关操作示例-Visual.C program design techniques and examples -- matching CD Chapter 1 C_C foundation is a total of four
dianlidianzi
- 电力电子电机控制MATLAB仿真模型,包括矢量控制盒直接转矩控制,以及变流变频等-Power electronic motor control MATLAB simulation model, including vector control box direct torque control, as well as inverter variable frequency
fuhuaqiuji
- MATLAB语言编写变步长复化梯形求积公式的算法程序(函数式M文件)-MATLAB language-based variable step-size re-trapezoidal quadrature formula of the algorithm program (functional M file)
pbassistPB
- 欢迎使用PB小助手。作为一名PB程序员,您是否有过为了查找某一语句而不辞辛劳地打开一个又一个事件或函数, 在其脚本中苦苦寻觅的痛苦经历;而为了找到某一变量或函数的定义,您不得不在错综复杂的对象继承关系中刨根溯源、 上下求索。有了PB小助手,这些问题都将迎刃而解。它能帮您在一大堆对象或脚本中迅速找到您想要的,快人一步,胜人一筹! -Welcome to PB helper. PB as a programmer, you have to find a statement and tirele
liuchang
- 二维浅水方程运行流场,采用有限元法变成,采用不规则三角形网格的分步杂交方法,在前半步长用特征线法,后半步长用集中质量有限元方法求解方程,是变边界模型-Two-dimensional shallow water equations to run the flow field into a finite element method, using irregular triangle mesh step-by-step hybrid methods, with the former half-len
shujufenxiyutongji
- 这是用matlab实现的数据分析和统计程序,包括:用线性回归法估计一个因变量与多个自变量之间的线性关系,用多项式回归法估计一个因变量与一个自变量之间的多项式关系等-This is achieved using matlab data analysis and statistical procedures, including: linear regression estimation one dependent variable with more than a linear relations
tycfgsmatlab
- matlab源程序: 用Fisher两类判别法对样本进行分类 对样本进行主成分分析 用最短距离算法的系统聚类对样本进行聚类 用二次完全式回归法估计一个因变量与两个自变量之间的关系 -matlab source: The Fisher discriminant method, two types of samples to classify the samples by principal component analysis system using the shortest
FreTrans
- 图像的正交变换,付式换,余弦变换,变特征量变换等-Image of the orthogonal transformation, pay-for, cosine transform, variable characteristic quantities transform
getenv
- name matches the string at <[name]>. If a variable name matches, <<getenv>> returns a pointer to the associated value.-name matches the string at <[name]>. If a variable name matches, <<getenv>> returns a poin
jiedianshumv
- 隐单元节点数可变的BP网络训练 通过训练时间来比较隐单元数改变对网络影响-Variable nodes hidden units trained by BP network training time to compare the number of hidden units of change on the network
The-History-and-State-of-the-Art-of-Variable-Spee
- The History and State of the Art of Variable-Speed Wind Turbine Technology
Lesson2Code
- 孙鑫视频源码第二课C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。-Sun Xin Lesson Video Source C++ syntax and application of the classic, class preparation and application, st
hsqhds
- MATLAB仿真程序模块图,利用这个构建了滑膜变结构的仿真模型,利用学习仿真搭建方法-MATLAB simulation program module map, use this to build the simulation model of the synovial membrane of variable structure, the use of learning simulation construction methods
WinRAR
- 一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树的表示的算术表达式Expression的操作。 基本要求 1.ReadExpr(E) 以字符序列的形式输入语法正确的前缀表示式并够着表达式E。 2.WriteExpr(E) 用带括弧的中缀表达式输出表达式E。 3.Assign(V,c) 实现对变量V的赋值(V=c),变量的初值为0。 4.Value(E) 对算术表达式E求值。 5.CompoundExpr(P,E1,E2) 构造一个新的复合
jonsef
- 约瑟夫环设置了一个结构体变量用来保存数据,c代码-Josephus set up a structure variable to store the data, c code
shiyan
- 实现客户机(CLIENT)类。定义字符型静态数据成员ServerName,保存其服务器名称;整型静态数据成员ClientNum,记录已定义的客户数量;定义静态函数ChangeServerName()改变服务器名称。在头文件client.h中定义类,在文件client.cpp中实现,在文件test.cpp 中测试这个类,观察相应的成员变量取值的变化情况。(需要给出main函数代码和运行结果) 完善Body类,将检测胖瘦的标准定义为静态数据成员并设计相应的静态成员函数。(最好给出main函数
msp430x20xx_dco_flashcal
- // Descr iption: This code re-programs the F2xx DCO calibration constants. // A software FLL mechanism is used to set the DCO based on an external // 32kHz reference clock. After each calibration, the values from the // clock system are read ou
