资源列表

« 1 2 ... .00 .01 .02 .03 .04 405.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法ADS_Handbook2e

说明:算法和数据结构手册 英文chm第2版 有实现代码-Algorithm and data structure chm manual English version 2 has the realization of the code
<沈沫> 在 2025-01-20 上传 | 大小:148kb | 下载:0

[数据结构常用算法187453-Kriging61

说明:kriging算法,此算法可以应用于三维的数据插值处理,不过我没看懂,-kriging algorithm, this algorithm can be applied to deal with three-dimensional data interpolation, but I did not understand,
<maniu> 在 2025-01-20 上传 | 大小:742kb | 下载:0

[数据结构常用算法DC

说明:基于图形的二叉树工作演示程序,包括创建、查找、插入、删除操作。-The binary tree-based graphical presentation of work procedures, including creation, search, insert, delete operation.
<PLUM> 在 2025-01-20 上传 | 大小:234kb | 下载:0

[数据结构常用算法qSort

说明:快速排序算法是基于分治策略的另一个排序算法。其基本思想是,对于输入的字数组a[p:r],按以下3个步骤进行排序: (1)分解:以a[p]为基准元素将a[p:r]划分成3段a[p:q-1],a[q]和a[q+1:r],使得a[p:q-1]中任何元素小于等于a[q],a[q+1:r],中的任何元素大于等于a[q]。下标q在划分过程中确定 (2)递归求解:通过递归调用快速排序算法,分别对a[p:q-1]和a[q+1:r]进行排序
<忠波> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash

说明:数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。-Curriculum design data structure, hash table. Design documents have been written, can be directly used to use.
<嘎嘎> 在 2025-01-20 上传 | 大小:377kb | 下载:0

[数据结构常用算法haf

说明:哈弗曼编码的课程设计报告,报告文档已经写好了,可以直接拿来用,适合大多数学校的课程设计-哈弗曼encoded curriculum design report has been written document, can be directly used to use, suitable for the majority of the school curriculum design
<嘎嘎> 在 2025-01-20 上传 | 大小:454kb | 下载:0

[数据结构常用算法Calgorithm

说明:C语言常用算法源代码,非常实用,包括各种常用的算法。-C language commonly used algorithm source code, very useful, including a variety of commonly used algorithms.
<吴鸣仕> 在 2025-01-20 上传 | 大小:328kb | 下载:0

[数据结构常用算法link

说明:用带表头的链表存放输入的数据,每读入一个数,按升序顺序插入到链表中,链表中允许两个结点有相同值。链表的头结点存放链表后面的结点个数,初始化时就生成头结点(初值为0)。链表翻转是把数据逆序(变成降序),注意,头结点不动。翻转后要再翻转一次,恢复升序后才能插入新元素,否则会出错。-Using the list with the first table input data storage, each read a few, accordin
<brian> 在 2025-01-20 上传 | 大小:184kb | 下载:0

[数据结构常用算法SequenceList

说明:以数组为存储结构保存线性表,并实现线性表创建、清空、增加、删除、修改、查找等基本操作。-Array for the storage structure in order to preserve the linear form, and realize the creation of a linear table, empty, add, delete, modify, search and other basic operations.
<> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法OPT

说明:从输入文件中读取数据,构造最优二叉树,输入文件格式如下: 节点的值 出现概率 例如: A 0.001 B 0.25-Read from the input file data, the optimal binary tree structure, input file format is as follows: node probability value such as: A 0.001B 0.25
<魏木木> 在 2025-01-20 上传 | 大小:905kb | 下载:0

[数据结构常用算法maze

说明:主要实现了迷宫求解的功能,用到的就是栈的基本操作.-The main achievement of the maze to solve the function used is the basic operation of the stack.
<ljp> 在 2025-01-20 上传 | 大小:6kb | 下载:0

[数据结构常用算法list

说明:数据结构实例代码,链表操作,c语言编写,向熟悉链表的可以-Examples of data structure code, list operations, c language, to be familiar with the list of
<石木> 在 2025-01-20 上传 | 大小:4kb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 405.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org