资源列表

« 1 2 ... .57 .58 .59 .60 .61 25962.63 .64 .65 .66 .67 ... 28522 »

[数据结构常用算法0601

说明:这个是学校的一个实验,用数组和线性表实现多项式的加法-This is an experimental school with the realization of the array and linear form of the additive polynomial
<金泳> 在 2025-05-15 上传 | 大小:13kb | 下载:0

[数据结构常用算法0601

说明:这也是一个实验,系统结构的,实现哈夫曼树的,也可以归类为数据结构-This is an experiment, the system structure to achieve Huffman tree can also be classified as a data structure
<金泳> 在 2025-05-15 上传 | 大小:27kb | 下载:0

[数据结构常用算法binarysearch

说明:实现数据结构中的二分法算法,二分检索的程序,对输入的一组顺序数可以查找所需的记录。-Data structure dichotomy algorithm, binary search procedures, the input sequence of a group of a few can find the necessary records.
<> 在 2025-05-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法quicksort

说明:熟悉快速排序法的基本思想,掌握快速排序法的排序过程及其实现算法-Familiar with the quick sort method the basic idea, master quick sort to sort the process of law and its implementation algorithm
<> 在 2025-05-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法shuxu

说明:顺序查找是一种简单的查找方法,数据记录顺序存放在某顺序表中。顺序表查找的方法是:从顺序表的一端开始,用给定值K逐个顺序地与表中各记录的关键字相比较,直到在表中找到某个记录的关键字与K值相等,表明查找成功;否则,若查遍了表中的所有记录却仍未找到与K值相等的关键字,表明查找失败。-Find the order is a simple way to find the data records stored in a sequential or
<> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法prim

说明:掌握Prim算法的特点,学会用Prim算法构造最小生成树 如果无向连通图是一个网,那么它的所有生成树中必有一棵树的边的权值总和为最小,我们称这棵生成树为最小生成树。在Prim算法中,在图G=(V,E)(V表示顶点,E表示边)中任选一点V0,令集合U={V0}为初态,从V0出发寻找与U中顶点相邻(另一顶点在V中)且代价最小的边的另一顶点V1,并使V1加入U,即U={V0,V1},同时(V0,V1)边加入集合T中(T的初态为空),
<> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法shendu

说明: 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。-1, depth-first search graph traversal algorithm: First visit to the designated start vert
<> 在 2025-05-15 上传 | 大小:1kb | 下载:0

[matlab例程matlab_program

说明:matlab实用程序百例-100 cases of matlab utility
<独孤> 在 2025-05-15 上传 | 大小:21kb | 下载:0

[数学计算/工程计算shuzhifenxi

说明:数值分析算法:四阶龙格库塔算法、 平方解方程组算法等 -Numerical Analysis of Algorithms: Fourth-Order Runge-Kutta algorithm, solution of equations square algorithm
<chengxin> 在 2025-05-15 上传 | 大小:3kb | 下载:0

[matlab例程Ad18

说明:小波分析工具,可进行各类小波分析,工程计算以及控制策略的编写。-Wavelet analysis tool for various types of wavelet analysis, engineering, computing and control strategy of the preparation.
<题目> 在 2025-05-15 上传 | 大小:743kb | 下载:0

[数据结构常用算法BitTree

说明:有关二叉树数据结构的C++程序,有二叉树的建立,增加节点,删除,查找,遍历-On the binary tree data structure of C++ Procedures, there is the establishment of tree to increase the node, delete, find, Ergodic
<古大> 在 2025-05-15 上传 | 大小:869kb | 下载:0

[人工智能/神经网络/遗传算法apriori

说明:数据挖掘中的关联规则算法,对其进行了优化,适用于学习数据挖掘人员参考!-Data mining association rules algorithm, its optimized for data mining study reference!
<liu> 在 2025-05-15 上传 | 大小:121kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 25962.63 .64 .65 .66 .67 ... 28522 »

源码中国 www.ymcn.org