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

资源列表

« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2673 »
  1. 进程调度.rar

    0下载:
  2. 进程调度.rar
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-11-21
    • 文件大小:184.35kb
    • 提供者:coolhandy
  1. Stack-and-Queue-

    0下载:
  2. 1.熟悉堆栈这种特殊线性结构的特性; 2.熟练并掌握堆栈在连接存储结构下的基本运算; 3.熟悉队列这种特殊线性结构的特性; 4.熟练并掌握队列在循环存储结构下的基本运算。-1 familiar with the characteristics of the special linear structure of the stack 2 skilled and master the basic operation of the stack in the connectio
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:chenchen
  1. Knapsack-problem

    0下载:
  2. 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loade
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:591byte
    • 提供者:chenchen
  1. Linear-table-operation

    0下载:
  2. 1,线性表在顺序存储结构上的建立、插入、删除运算。 2,线性表在链接存储结构上的建立、插入、删除运算。-1, the establishment, insertion and deletion of the linear table in the sequential storage structure. 2, the linear table in the link storage structure, the establishment, insertion, delete ope
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:chenchen
  1. Binary-Tree

    0下载:
  2. (1)实现二叉树的构造过程,并打印出二叉树  (2)对该二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历;  (3)将该二叉树的所有左右子树进行交换,得到新的二叉树,并打印出该二叉树;  (4)对新获得的二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历。-(1) the construction process to achieve the two fork tree, and print out the two fork tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.39kb
    • 提供者:chenchen
  1. 128FFT_C

    0下载:
  2. 基本C++的128点的FFT计算,为了方便移植,添加了大量注释。-FFT calculation of the basic C++ 128 points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:185.13kb
    • 提供者:liangdong
  1. deviceinfo2

    0下载:
  2. deviceinfo delphi xe8 android app source code
  3. 所属分类:Data structs

    • 发布日期:2016-06-23
    • 文件大小:7kb
    • 提供者:beklentili
  1. tree

    0下载:
  2. 编码树的遍历,找的时候还没在网上找到相对应的内容。对应于中大的数据结构实验.-Traverse coding tree in a large experimental data structure corresponding to
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:615.9kb
    • 提供者:yufeng
  1. TelephoneServiceSystem

    1下载:
  2. 一个模拟时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟),直到到达指定的时间为止。 在时钟的每个“时刻”,就会 ——执行一次检查来看看当前电话的服务是否已经完成, 如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电话(如果有)继续开始。 ——同时还需要执行一个检查来判断是否有一个新的电话到达, 如果有将其到达的时间记录下来,并为其产生一个随机服务时间,这个服务时间也被记录下来,然后将这个电话放入电话队列中, 当客户服务人
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-11-12
    • 文件大小:2.22mb
    • 提供者:Wchenxu
  1. StudentsAchievementManagementSystem

    0下载:
  2. 设计一个实用的小型学生成绩管理系统程序,它有输入、输出、插入、删除、查找、追加、读入、显示、保存、拷贝、排序、退出查询、检索和排序等功能,并且能够对指定文件操作,也可以将多个文件组成一个文件。-Design a practical small student achievement management system procedures, it has input, output, insert, delete, search, add, read, display, save, copy,
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:7.35kb
    • 提供者:Wchenxu
  1. nmi

    0下载:
  2. NormalizedMutualInformation(NMI),areusedtomeasure the clusteringperformance
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:609byte
    • 提供者:huang
  1. DNAseries

    0下载:
  2. DNA环状序列是算法中的经典问题,包括了对String的经典的处理和问题中的运用。-DNA loop sequence is the classic algorithm , including the treatment of String of classic and problems in the application .
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:2.91mb
    • 提供者:
« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2673 »
搜珍网 www.dssz.com