资源列表

« 1 2 ... .81 .82 .83 .84 .85 1386.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法algorithm2

说明:随机生成n个关键字,求最优二叉查找树的平均cost,按不同的关键字插入顺序求对应红黑树的平均cost。-N randomly generated keywords, find the optimal binary search tree, the average cost, according to the order of different keywords into the red-black tree corresponding
<erevus> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法Knowledge-representation

说明:摘 要:知识的表示就是对知识的一种描述,或者说是对知识的一组约定,一种计算机可以接受的用于描述知识的数据结构。某种意义上讲,表示可视为数据结构及其处理机制的综合:表示= 数据结构+处理机制。本系统使用产生式知识表示方法,利用Web编程技术建立一个基于产生式知识表示的简单的智能系统。可用于模拟动物识别。-Abstract: Knowledge representation is a descr iption of knowledge, o
<Winky> 在 2024-10-12 上传 | 大小:254976 | 下载:0

[数据结构常用算法sort-compare

说明:内部排序算法比较 问题描述:编制一个演示内部排序算法比较的程序。可对冒泡排序、直接插入排序、简单选择排序、快速排序、希尔排序和堆排序进行比较。 算法输入:排序方法选择,待排序的元素的关键字,关键字序列的给出方式(正序、逆序和乱序) 算法输出:不同情况下关键字参加的比较次数和关键字的移动次数。 算法要点:(1)由键盘输入待排序表的表长(50到100)和不同测试数据的组数。(2)利用不同排序方法排序并统计两类次数,列表显示(
<Winky> 在 2024-10-12 上传 | 大小:363520 | 下载:0

[数据结构常用算法zuixiaoshengchengshu

说明:用数据结构生成一个最小生成树问题,c语言环境下实现之-sndhyegfvrebwveftwcv,febewyvaa rnuegyfe
<曹茂元> 在 2024-10-12 上传 | 大小:44032 | 下载:0

[数据结构常用算法matrix_C

说明:A C++ class library for Matrix Data Structure based on well-defined vector object.
<bilal> 在 2024-10-12 上传 | 大小:161792 | 下载:0

[数据结构常用算法treeppt2010

说明:这是一个严格按照数据结构书的课件,很有益于大家学习理解-This is a book in strict accordance with the courseware data structure, it is good for them to learn to understand
<> 在 2024-10-12 上传 | 大小:592896 | 下载:0

[数据结构常用算法doubly-linkedlistpointer

说明:doubly linked list pointers using c-doubly linked list pointers using c++
<Abdullah> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法suanfa

说明:算法导论,一本近点的算法学习书,虽然要话很多时间,但绝对是值得的-Introduction to Algorithms, a near point of the algorithm to learn the book, although a lot of time to be so, but definitely worth it
<洛歌> 在 2024-10-12 上传 | 大小:13036544 | 下载:0

[数据结构常用算法horse

说明:使用C语言解决马走日问题,是一个简单的算法问题,对于算法初学者很有用!-Using the C language to solve horse to go to Japan, is a simple algorithm for the problem, for the algorithm is useful for beginners!
<宋旭> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法sjjg

说明:数据结构,信息与计算科学类毕业设计课题的主要研究对象是信息技术和计算技术的数学基础以及信息技术和计算技术在实际中的应用,-Data structure, information and computing science graduation project of the main object of study in information technology and mathematical foundations of comp
<mgh> 在 2024-10-12 上传 | 大小:175104 | 下载:0

[数据结构常用算法NEXTVAL

说明:字符串的模式匹配算法,主要用的是数据结构-String pattern matching algorithm, the main data structure is used
<mgh> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法Kruskal

说明:采用Kruskal算法求最小生成树主要数据结构 edgeset GE 存放图中的所有边 int n,int e 存放图中的顶点数与边数 edgeset C 存放生成树中的边 vexlist gv 图中结点的顶点值 adjmatrix s 用来处理图中结点的查找与合并 int m1,m2 一条边上两顶点所属集合的序号 int k 最小生成树中的边数 int d //图中待扫描边元素的下标-For the
<mgh> 在 2024-10-12 上传 | 大小:2048 | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 1386.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org