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

资源列表

« 1 2 ... .99 .00 .01 .02 .03 2604.05 .06 .07 .08 .09 ... 2673 »
  1. Desktop

    1下载:
  2. 实验四:分枝限界算法设计 实现课本上旅行售货员问题的分枝限界算法(P225),随机生成两个规模为10和20的TSP实例,比较算法运行时间。 提交源代码以及实验报告。 -Experiment 4: Design and Implementation of Branch and Bound algorithm for the traveling salesman problem textbooks Branch and Bound algorithm (P225), randomly g
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:13984
    • 提供者:pactric
  1. pinghengerchashu

    1下载:
  2. 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:450406
    • 提供者:肖胜鹏
  1. bbb

    1下载:
  2. 根据《算法与数据结构》课程的结构体系,设计一个基于DOS菜单的应用程序。要利用多级菜单实现各种功能。比如,主界面是大项,诸如线性表、栈与队列、串与数组及广义表等,子菜单使这些大项中的一些功能或者小项。要求所有子菜单退出到他的父菜单。-According to " Algorithms and Data Structures" course of the structural system, design a menu-based DOS applications. To ta
  3. 所属分类:Data structs

    • 发布日期:2014-12-10
    • 文件大小:1849169
    • 提供者:长江
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. MixtGaussian

    1下载:
  2. 这是基于em算法混合高斯模型参数的估计方法,用matlab开发的,看一遍程序就会明白了。-mixture Gauss estimation
  3. 所属分类:Data structs

    • 发布日期:2015-03-07
    • 文件大小:1921958
    • 提供者:赵长生
  1. OSyinghangjiasuanfa

    1下载:
  2. 1.1 课程设计题目 银行家算法的模拟实现。应用银行家算法验证进程安全性检查及分配资源。 1.2 课程设计目的 本设计的目的是通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用适当的算法,有效地防止和避免死锁地发生。 -1.1 Course Design Title Simulation of banker s algorithm implementation. Application of Banker s algorithm validat
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:579960
    • 提供者:张晓光
  1. malloc

    1下载:
  2. C语言内存分配函数malloc的源代码,让你更清楚C语言中的内存模型-source code of molloc.c
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:50862
    • 提供者:captain
  1. gragh

    1下载:
  2. 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:206574
    • 提供者:lfm
  1. Dijkstra

    1下载:
  2. Algorithm Dijkstra O(n*logN) use set and operator le-Algorithm Dijkstra O(n*logN) use set and operator less
  3. 所属分类:Data structs

    • 发布日期:2014-12-16
    • 文件大小:114840
    • 提供者:ODDI
  1. src

    1下载:
  2. 數值法演算範例 牛頓法、夾擠法 兩種方程式求解的原碼 使用BCB builder及TChart原件-Newton numerical method calculus paradigm, pinching method to solve two equations using the original code and TChart Original BCB builder
  3. 所属分类:Data structs

    • 发布日期:2014-11-17
    • 文件大小:1095754
    • 提供者:張淳皓
  1. matlab

    1下载:
  2. 5个自己开发的Matlab的源码。其功能分别是队列、亚可比、拟合、标准化。-Five self-developed Matlab source. The function of the queue, respectively, Jacobi, fitting, standardize.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:8402
    • 提供者:bonner
  1. smallmemory_code

    1下载:
  2. 《内存受限系统之软件开发》一书中的源代码,针对内存受限系统而整理的模式-the source code of "small memory software" ,patterns for system with limited memory
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:251776
    • 提供者:blackychan
« 1 2 ... .99 .00 .01 .02 .03 2604.05 .06 .07 .08 .09 ... 2673 »
搜珍网 www.dssz.com