CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - distribution

搜索资源列表

  1. Garwick

    0下载:
  2. 这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:hunter
  1. AllocBuddy

    0下载:
  2. 伙伴系统:avail[0..m]为可利用空间表, n为申请分配量, 若有不小于n的空闲块, 则分配相应的存储块, 并返回其首地址,否则返回NULL -Partner system: avail [0 .. m] can be used for table space, n for the distribution of the volume of applications, if n is not less than the free block, then the distribution o
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2258
    • 提供者:liyuansong
  1. vc1011423523562

    0下载:
  2. 匈牙利算法 解决类似于线性规划中的分配问题,用于各种匹配算法-Hungary is similar to linear programming algorithm to solve the distribution problem, for a variety of matching algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:195159
    • 提供者:james
  1. 5_queen

    0下载:
  2. 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:10038
    • 提供者:卡米力江
  1. dijkstra

    0下载:
  2. 银行家算法 1. 实验目的: 用高级语言编写和调试一个利用银行家算法避免死锁的程序,以加深对分配资源时如何避免死锁的理解。 2. 实验内容: 编写一个模拟程序,完成避免死锁的模拟,要求采用dijkstra的银行家算法。 实验具体包括:首先确定可利用资源向量的数据结构、最大需求矩阵,分配矩阵,需求矩阵,然后完成银行家算法、安全性算法等程序代码 最后编写模拟过程的主函数,上机实验并取得结果数据。 -Banker' s Algorithm 1. Experimental
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1327
    • 提供者:Jun
  1. huffman

    0下载:
  2. 包括huffman编码的源代码 输入为信源符号个数信源的概率分布 输出为每个符号对应的huffman编码的码字-Including the source code for huffman encoding source input for the number of source symbols of the probability distribution of output for each symbol corresponding to the codeword huffman c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1493
    • 提供者:lyy
  1. bank

    0下载:
  2. 银行家算法,输入一个要分配资源的进程,判断状态是否安全,决定是否分配-Banker' s algorithm, the allocation of resources to enter a process to determine whether the state of security, decide whether or not the distribution of
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:张晓安
  1. Dijkstra

    0下载:
  2. 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13353
    • 提供者:李方
  1. Sorting

    0下载:
  2. 14种排序算法的C语言实现(包括插入排序、选择排序、交换排序、归并排序、分配排序五大类)-14 kinds of sorting algorithms in C-language implementation (including five categories: insertion sort, selection sort, exchange sort, merge sort and distribution sort)
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:98957
    • 提供者:小白鼠
  1. WorkAssignment

    0下载:
  2. 算法设计与分析中,用回溯法解决工作分配问题,有较详细的源码解析。-Algorithm design and analysis, the distribution of work by backtracking to solve the problem, there is a more detailed source code analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:955044
    • 提供者:刘颖
  1. ds_3

    0下载:
  2. 1.定义串的顺序存储结构。 2.编写函数实现串的初始化、分配、取子串算法 3.编写函数据实现串的模式匹配-1. The definition of the order of string storage structure. 2. The initialization string write function implementation, distribution, taking sub-string algorithm 3. Write a function, according
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:952
    • 提供者:Yvonne
  1. user_mm

    0下载:
  2. 1. 分析用户程序虚拟地址空间分布 2. 模拟实现可变分区管理,存储分配算法采用最佳适配算法。-1. Analysis of user process virtual address space distribution 2. Simulation and Realization of a variable partition management, storage allocation algorithm uses the best fit algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:631
    • 提供者:atlantis_5
  1. Frequencydistribution

    0下载:
  2. /*功能:从纯英文文本中统计出现频率最高的前十个单词(采用双向列表) */- Frequency distribution of the vowels and consonants used in the sample.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:972485
    • 提供者:son koukan
  1. paixusuanfa

    0下载:
  2. 本程序实现的算法:冒泡排序、shell排序、快速排序、归并排序 (1)设n个关键字均为整数(1≤n≤100000) (2)设计K个内部排序算法(K≥5), 每个算法须记录执行所需的时间 (3)自动生成多组数据,每组数据含n个整数(正序、逆序、随机分布) -This procedure implemented algorithms: bubble sort, shell sort, quick sort, merge sort (1) Let n keywords are int
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:449277
    • 提供者:肖胜鹏
  1. 20102546

    0下载:
  2. 分配的排序是很经典的算法,方法明确,注释全面,可以运行,好用-Distribution sorting algorithm is a classic, methods, clear, comprehensive notes, you can run, easy to use
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1597
    • 提供者:jessica
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. memory

    0下载:
  2. 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allocation algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2370
    • 提供者:智利蒋
  1. MemoryMgr

    0下载:
  2. 可变式分区管理使用的主要数据结构,分配、回收的主要技术,了解最优分配、最坏分配、最先分配等分配算法。-Variable type partition of the data structure, distribution, and the main technology, recovery of optimum allocation, the worst distribution, the first distribution allocation algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:28274
    • 提供者:智利蒋
  1. 11

    0下载:
  2. 主程序:插入排序,交换排序,选择排序,归并排序个分配排序;中间过程追踪以及结果输出等。-Main program: insertion sort, exchange sort, selection sort, merge sort a distribution sort intermediate process tracing, and outputting the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4042
    • 提供者:wanfheng
  1. huffman

    0下载:
  2. 在解某些判定问题时,利用哈夫曼树获得最佳判定算法。输入学生人数和0-59、60-69、70-79、80-89、90-100各等级分布比例,输出比较次数。-Determined in the solution of certain problems, determine the best use of the Huffman tree algorithm. Enter the number of students and 0-59,60-69,70-79,80-89,90-100 distribu
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1324
    • 提供者:赵明敏
« 1 23 4 5 »
搜珍网 www.dssz.com