搜索资源列表
二叉树数据结构上机实验报告
- 二叉树数据结构-数据结构上机编程实验报告,附源码。对在校大学生有用。-binary tree data structure-structure data on the machine programming experiment report, source. For college students useful.
抽象数据类型实现
- 二叉树抽象数据类型的实现 问题说明:数据结构来实现二叉树具体函数功能的实现; 以及相关操作。-binary tree abstract data types realization : data structures to achieve specific function in a binary tree the realization; , and related operations.
DecisionTreeApplet_3.20
- 一个决策树的Applet(转载,内有说明)-a Decision Tree Applet (reproduced, which is described)
clustering_feature_tree
- Birch,是在1996年提出的。我做的是一个聚类特征树。-Birch, in 1996's. I am doing is a cluster of trees.
huajdj
- 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
3adf
- 遍历是二叉树各种操作的基础,显示,遍历过程中可以对各结点进行各种操作,又实现各种的目的。-traverse binary tree is the basis for various operations, that the process can traverse the nodes of various operations, Also achieve various objectives.
GameSceneMang
- 几篇关于游戏场景管理的方法介绍,其中包括二叉树、BSP树的详细内容。-few scenes management of the game on the way, including the binary tree, the BSP tree in detail.
chess_improve
- 棋类博弈算法的改进:瞿锡泉,白振兴,包建平.基于博弈树的构建,对传统的博弈算法进行了分析研究,指出了其存在的不足。提出改进传统算法的三种可行技术,并通过实例进行了验证。 -chess game algorithm improvements : Jixi spring, and white revitalization, including the Jianping. Based on Game Tree Construction, Game of the traditional algori
NO.3104007253
- 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程。有十个以上的实用命令-prepared and debugging a directory tree structure of the file system to simulate document management workflow. 10 more practical command
TooTree
- 这是一个关于二叉树的运算程序,里面包有各种运算,大家可以看看.-This is a binary tree on the Operational procedures, which contain various operations, we will look at.
shujujiegou-erchashu
- 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
fivechessl
- 五子棋!设计是利用赫夫曼构造法建立赫夫曼树,再利用赫夫曼树求编码-331! Hefuman design is the use of structural method Hefuman tree, the tree used for coding Hefuman
suffixtree
- 中科院计算所的关于后缀树的一个ppt,内容是英文的-calculation of the Chinese Academy of Sciences on a suffix tree ppt, as is the English
watermarkt1
- 基于小波零树特性的视觉感知度模型的优化方案, 给出了两种水印算法: 一种算法嵌入的是高斯序列水印, 通过相关检测实现盲检测 另一种算法嵌入的是二值图像水印, 水印的提取是非盲提取。这两种算法在所有重要小波系数( 包括最低频系数) 中嵌入水印, 以达到最大化水印嵌入量的目的, 并结合感知度模型在水印的透明性和鲁棒性之间实现了较好的平衡, 对于常见的图像处理操作, 特别是对于JPEG 和小波压缩均有较好的鲁棒性。-based on wavelet zerotree visual perception
人工智能第三章,图搜索 课件
- 人工智能课件,第三章,含 知识表示与推理,状态空间图,搜索树,与或树
KONGQING
- 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。--compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
shujujiegou
- 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
Ctree4.5
- 详细讲解算法设计及其原理,有利于加深对决策树的理解,并能快速实现决策树的生成-calculation of the Tree c45
数据结构上机实验——二叉树
- 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性
huffman
- 对给定字符建立哈夫曼树并解码和编码,手动输入权值和数量(Set up the Hoffman tree for a given character and decode and encode)