CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - vector 数据结构

搜索资源列表

  1. zy1

    0下载:
  2. 一.算法介绍: **数据结构: 1.可利用资源向量Available 2.最大需求矩阵Max 3.分配矩阵Allocation 4.需求矩阵Need **功能介绍: 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描) 1.如果Request<=Need,则转向2 否则,出错 2.如果Request<=Available,则转向3,否则等待 3.系统试探分配请求的资源给进程 4.系统执行安
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.7kb
    • 提供者:李琪
  1. 求向量加减乘运算

    0下载:
  2. 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:
  1. 向量遍历器

    0下载:
  2. 数据结构常用算法——向量遍历器。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector traverse device. Hope can help bring readers.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:
  1. 向量应用

    0下载:
  2. 数据结构常用算法——向量应用。希望能给读者朋友带来帮助。-algorithm commonly used data structures -- Vector applications. Hope can help bring readers.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.4kb
    • 提供者:
  1. loadcode

    0下载:
  2. 在MATLAB中编写实现图像的不同级别小波分解算法;2选择合适的小波基;3对经典的几幅黑白和彩色图像进行DWT变换;4实现零树、基于塔式网格矢量量化、基于LBG算法、基于标量量化等小波变换编码;5得到分析比较结果。达到的目的:1综合训练学生编程的能力;2对高数、计算方法、程序设计、数据结构、算法、数字图像处理等课程的复习和运用;3可培养学生的算法设计和分析能力。-in MATLAB prepared to achieve different levels of image wavelet dec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:33.91kb
    • 提供者:aa
  1. yinghangjiaWenDan

    0下载:
  2. 设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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:30.51kb
    • 提供者:传统
  1. structuress

    0下载:
  2. 常用数据结构集体实现,功能较全的数据结构实现,包括链表、映射、队列、集合、堆栈、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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.78kb
    • 提供者:杜立博
  1. libcprops-0.1.6.tar

    0下载:
  2. 以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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:531.21kb
    • 提供者:meitian
  1. Vectordemo

    0下载:
  2. 数据结构与算法-程序、素材\STL向量测试类-Data Structures and Algorithms- procedures, materials testing STL Vector Class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:865byte
    • 提供者:陈旭
  1. example

    0下载:
  2. 常见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
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4.59kb
    • 提供者:a29768
  1. chain_DIME

    0下载:
  2. 实现文件的数据结构,从矢量图中得到拓扑信息-Realize the document data structure, received from the vector topology information
  3. 所属分类:GIS program

    • 发布日期:2017-04-16
    • 文件大小:98.25kb
    • 提供者:lee
  1. CPP

    0下载:
  2. 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
  3. 所属分类:STL

    • 发布日期:2017-04-11
    • 文件大小:856byte
    • 提供者:nwyf201
  1. Vector

    0下载:
  2. 数据结构中向量结构的实现,用的是VS2008开发的。是大家常见的课程设计题目-vector
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:993.29kb
    • 提供者:张铨
  1. solveTriDiagonalMatrix

    0下载:
  2. 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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1mb
    • 提供者:John
  1. vector

    0下载:
  2. 代码设计了可以用来存图像轮廓的数据结构。类的设计。类似与OPENCV的设计方案-The code design can be used to save image outline of data structure. The design of the class. Similar and OPENCV design scheme
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:887.66kb
    • 提供者:qihui
  1. Vector-and-Matrix-Template

    1下载:
  2. 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-08
    • 文件大小:4.96kb
    • 提供者:sniperhu
  1. C-Vector-Josephus

    0下载:
  2. C语言求解Josephus问题,10个人排队,固定人数,数据结构实验。-Josephus C language to solve problems, 10 people queuing, fixed number of experimental data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:659byte
    • 提供者:mafangyuan
  1. DS

    0下载:
  2. 数据结构第三版,适用于初学者学习使用,并且对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
  3. 所属分类:数据结构

    • 发布日期:2017-12-23
    • 文件大小:19.37mb
    • 提供者:SUPERsu
  1. 数据结构1800试题

    0下载:
  2. 前面所讨论的Jacobi迭代法,一次只计算一个分量。要完成一次迭代,需要逐个地计算迭代解向量中的每一个分量,直到算出全部分量的值。然后再进行下一次迭代,使解向量达到计算精度为止。通常,称这种迭代法为点迭代法。(The Jacobi iteration method discussed earlier, only one component is calculated at one time. In order to complete an iteration, each component in
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:754kb
    • 提供者:oneeee
  1. vector

    0下载:
  2. 数据结构 vector的头文件,C++代码实现(Vector's header file, C++ code implementation)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1kb
    • 提供者:ChanHolYan
« 12 3 4 »
搜珍网 www.dssz.com