搜索资源列表
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
yinghangjiaWenDan
- 设Request[i] 是进程Pi的请求向量,如果Request[i,j]=K,表示进程Pi需要K个Rj类型的资源。当Pi发出资源请求后,系统按下述步骤进行检查: 如果Request[i,j]<= Need[i,j],便转向步骤2;否则认为出错,因为它所需要的资源数已超过它所宣布的最大值。 如果Request[i,j]<= Available[j],便转向步骤3;否则表示尚无足够资源,Pi须等待。 系统试探着把资源分配给进程Pi,并修改下面数据结构中的数值: Avai
Vectordemo
- 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
DataStructure
- 数据结构 链表 栈 各种算法,详细信息请下载-list,map,vector and so on...
StuManV
- 用STL的VECTOR 以为文件流的输入输出 实现了一个学生成绩管理系统 控制台应用程序 对巩固C++ 和 数据结构优点帮助-This is a student management system with Vector , file iostream and so on
solveTriDiagonalMatrix
- 3对角矩阵的解法,使用Vector数据结构,从int.txt读取数据,在命令行中显示结果,int.txt必须在当前目录下。-Three pairs of diagonal matrix of the solution, using the Vector data structures, from int.txt read data displayed on the command line results, int.txt in the current directory.
xiangliangdeyingyongshilie
- 一个向量的应用示例。学习数据结构的好列子。-Example of a vector application. Learning data structure Liezi.
psapi.h
- gis矢量数据处理程序,相关数据结构的定义。对access存储的数据进行数据格式转换。基于geomadie的二次开发。-gis vector data processing procedures, the definition of the data structure. Access data stored in a data format conversion. Secondary development of geomadie.
include
- 1)编程递归实现0-1背包问题并回溯求出问题的解向量(即X[N]的值)和多段图的最短路经问题的动态规划算法。 2)图的数据结构采用邻接表。 3) 要求用文件装入5个多段图数据,编写从文件到邻接表的函数。 4)验证算法的时间复杂性。 5)0-1背包问题的实验数据见实验二的背包问题数据。 -1) programming recursive implementation of the 0-1 knapsack problem and backtracking to solve th
fhe__realization__realization
- 单例模板类,实现vector中结构体数据的排序,-Singleton class templates, the realization of the vector in the structure of the data sorting,
ajnrnm
- 单例模板类,实现vector中结构体数据的排序,-Singleton class templates, the realization of the vector in the structure of the data sorting,
tse-voe-sorting
- 单例模板类,实现vector中结构体数据的排序,-Singleton class templates, the realization of the vector in the structure of the data sorting,
vwptorthe
- 单例模板类,实现vector中结构体数据的排序,(Singleton class templates, the realization of the vector in the structure of the data sorting,)
diixram-hard_copy
- 单例模板类,实现vector中结构体数据的排序,()
数据结构1800试题
- 前面所讨论的Jacobi迭代法,一次只计算一个分量。要完成一次迭代,需要逐个地计算迭代解向量中的每一个分量,直到算出全部分量的值。然后再进行下一次迭代,使解向量达到计算精度为止。通常,称这种迭代法为点迭代法。(The Jacobi iteration method discussed earlier, only one component is calculated at one time. In order to complete an iteration, each component in
kdTree-master
- C ++模板化的KD-Tree实现 这是KD-Tree空间数据结构的仅头部实现。 你只需要提供一个 具有已知编译时间“维度”字段的矢量类型和双重getDimension(size_t维度)方法。 目前支持以下操作: - 从点矢量创建 - 在一个点中心的立方体中查找点 - 从树中删除点(但不是从点的内部列表) - 采用任意函数参数的遍历方法 我已经成功地使用它来删除邻居太近的修剪一组点。(C++ templated KD-Tree implementation T
零基础Python入门课件和代码
- 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算法轮廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, fi
NTS-TRANSFER_V1.7
- 南方测绘gnss数据处理(Gpsadj)其功能强大全面,结构明晰,操作简单而便捷,特点明显。人性化的设计,使用起来十分高效,非常实用。流程化管理与操作,具有更出色的图形操作界面和良好的图形服务功能,可进行包括基线网图、误差椭圆等各种图形的输出、打印。自动化程度更高、操作更方便的基线向量解算、闭合环搜索、网平差处理等功能。(The southern surveying and mapping GNSS data processing (Gpsadj) has a powerful and comp
ufcjfvv
- 单例模板类,实现vector中结构体数据的排序,()
vector
- 数据结构 vector的头文件,C++代码实现(Vector's header file, C++ code implementation)