搜索资源列表
zy1
- 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
求向量加减乘运算
- 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
向量遍历器
- 数据结构常用算法——向量遍历器。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector traverse device. Hope can help bring readers.
向量应用
- 数据结构常用算法——向量应用。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector applications. Hope can help bring readers.
loadcode
- 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
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
structuress
- 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、vector等,自带异常处理,非常方便-commonly used data structures collective achievement, function over the entire data structure to achieve, including the linked list, mapping, Queue, Set, Stack, vector, bringing their unusua
libcprops-0.1.6.tar
- 以c实现的基本数据结构, 如: hashtable, hashlist, vector, mempool, 以及http的实现, 对于用c编程的人员应该很有用处-to achieve the basic data structure, such as : hashtable, hashlist. vector, mempool, and the realization http for using the c programming personnel should be useful
Vectordemo
- 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
example
- 常见java数据结构的使用方法,包括Arrays类Collections类HashSet类List类TreeSet类Map类Vector类-Java data structures commonly used methods, including Arrays Class Collections category HashSet Class List Class TreeSet Class Map type Vector Class
chain_DIME
- 实现文件的数据结构,从矢量图中得到拓扑信息-Realize the document data structure, received from the vector topology information
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
Vector
- 数据结构中向量结构的实现,用的是VS2008开发的。是大家常见的课程设计题目-vector
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.
vector
- 代码设计了可以用来存图像轮廓的数据结构。类的设计。类似与OPENCV的设计方案-The code design can be used to save image outline of data structure. The design of the class. Similar and OPENCV design scheme
Vector-and-Matrix-Template
- 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
C-Vector-Josephus
- C语言求解Josephus问题,10个人排队,固定人数,数据结构实验。-Josephus C language to solve problems, 10 people queuing, fixed number of experimental data structure.
DS
- 数据结构第三版,适用于初学者学习使用,并且对C,C++已经学过的人。(DS third edition:Vector(using OOP to describe) includes List, Stack, Graph, Binary Tree and so on. it is better that you have learnt C and C++ previously, it will help you better learn the Data Structure especially
数据结构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
vector
- 数据结构 vector的头文件,C++代码实现(Vector's header file, C++ code implementation)