CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Tree program in C

搜索资源列表

  1. 算法(销售员问题)

    0下载:
  2. 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:孙永锐
  1. 传教士和野人过河

    0下载:
  2. 在VC的环境下,用C++编程实现人工智能中的A*树的搜索算法,得到一个最优的过河方案。-in VC environment, the C programming AI * A tree search algorithms, to be an optimal program of the river.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11419
    • 提供者:
  1. LDSToolkit1.1

    0下载:
  2. Lossless Data Compression Toolkit Version 1.1 of the lossless data compression toolkit by Nico deVries. The C sources in this toolkit include an LZW compressor, AR002 archiver, a PPM like compressor using arithmetic compression, Huffman compressor, s
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:96717
    • 提供者:jason..
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. binary_tree

    0下载:
  2. 文本为一个用c语言编写用于产生一个二叉树的源码文本。以三元组形式输入任意二叉树(以大写字母表示结点),求以任意一选定结点为子树的深度。如,在输入示范题中的二叉树之后,程序显示:Please select a node: 输入 ‘B’,回车后,程序显示‘3’。-Text for a written in c used to produce a binary tree source text. With three yuan group form input arbitrary binary tre
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1190
    • 提供者:梅剑寒
  1. FP_growth_1221

    1下载:
  2. FP-growth 算法,包括了建树和挖掘部分。 代码风格良好,可读性强,运算速度快, accident.dat, 340000条数据,50 支持度,建树和挖掘时间100秒左右,mushroom.dat, 8000条记录,建树和挖掘不超过8秒-FP-growth algorithm, written with c++,(ide is visual c++ 2008). The program is very fast and robust,for data of accide
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-04-19
    • 文件大小:6952224
    • 提供者:cy
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

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

    0下载:
  2. tree implementation in c. good program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1510
    • 提供者:ashu
  1. DataStructureAlgorithm

    1下载:
  2. 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回
  3. 所属分类:Data structs

    • 发布日期:2016-08-26
    • 文件大小:17229762
    • 提供者:孙继磊
  1. binary_tree

    0下载:
  2. 本程序详细地介绍了二叉树数据结构在c++程序中的实现。-The procedure described in detail the binary tree data structure in c++ program implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:36475
    • 提供者:王一
  1. BiTree

    0下载:
  2. 此程序的功能是建立二叉树,并且对二叉树进行前序中序后序的遍历以及二叉树的显示等功能,主要是数据结构的小实验,对二叉树的理解很有帮助,程序采用C++编程,简单易懂。-Feature of this program is to build a binary tree, and on the binary tree in order to pre-order traversal and postorder binary tree display and other functions, the mai
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1609
    • 提供者:周中锋
  1. pr07

    0下载:
  2. Program to maintain an AVL tree in c++ languages
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1707
    • 提供者:rajesh
  1. AVL-Trees

    0下载:
  2. AVL Tree program written in C++ using namespaces with branching factor and threshold values
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6104
    • 提供者:uday
  1. shujujiegoushiyan5

    0下载:
  2. 数据结构实验内容,C++编写的树结构的控制台程序。其中运用到队列结构。-Experimental data structure contents, C++ written in the console tree program. Which applied to the queue structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1026842
    • 提供者:
  1. the-trees-build

    0下载:
  2. 树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:12174
    • 提供者:zhuye
  1. The-production-of-function-call-tree

    0下载:
  2. 文档是编程工作的一个非常重要的环节,它一般包括规格化程序清单、函数调用关系、变量参访表和程序结构等等。本文介绍了用BorlandC++编程实现函数列表和函数调用树的自动生成方法,并详细分析了有关的数据结构和主要算法及技巧。-It is very important to make a document for programming work.Generally speaking,it includes standard program list,function call relation,v
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:171347
    • 提供者:李飞
  1. Huffman-tree-coding

    0下载:
  2. 这是一个有关于哈夫曼树编码,用C编写的一个程序-This is a Huffman tree code, written in C program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1382
    • 提供者:哈达
  1. Huffman-Tree-and-Coding

    0下载:
  2. 哈夫曼树编码完整程序,编码主要是依照数据结构一书上的伪C代码,有调整,有完整-Huffman coding complete program, coding mainly in accordance with the data structure of a pseudo-C code book, there are adjustments, there is a complete
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:545253
    • 提供者:yiyi
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
« 12 »
搜珍网 www.dssz.com