资源列表

« 1 2 ... .16 .17 .18 .19 .20 2021.22 .23 .24 .25 .26 ... 2656 »

[数据结构常用算法poj1012

说明:poj1012解题报告,采用打表做的,先计算出数字,再输出-poj1012 problem solving reports, play table, first calculate the number, and then output
<helijia> 在 2024-09-30 上传 | 大小:217088 | 下载:0

[数据结构常用算法poj1088

说明:poj1088解题报告,采用动态规划,-poj1088 problem solving reports, skiing and path maximum dynamic programming,
<helijia> 在 2024-09-30 上传 | 大小:1137664 | 下载:0

[数据结构常用算法0-1-beibao-

说明:0。1 背包问题,带有输入说明,和程序详细解释-0.1 knapsack problem, with input instructions, and procedures explained in detail
<刘欣欣> 在 2024-09-30 上传 | 大小:73728 | 下载:0

[数据结构常用算法linked_list

说明:学习数据结构中的双向链表的例子,自己实现了一遍并经过验证,供需要者学习。-source code for data struct linked list
<randolph> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法100204031009

说明:1.掌握栈的类定义及基本操作:初始化栈、判栈为空、出栈、入栈等运算 2. 掌握栈的应用 3.利用栈的基本操作实现将任意一个十进制整数转化为R进制整数-1 master class definition and the basic operation of the stack: stack initialization and sentenced to the stack is empty, the stack, the stac
<林文众> 在 2024-09-30 上传 | 大小:1042432 | 下载:0

[数据结构常用算法students

说明:基于C语言的学生信息管理系统。包含查插删改的功能。并且添加了清除键盘缓冲区的函数。适合C语言初学者。-C-based student information management system. Contains the functions check the plug excision. And add a function to clear the keyboard buffer. Suitable for the C langua
<张鑫> 在 2024-09-30 上传 | 大小:224256 | 下载:0

[数据结构常用算法K-means

说明:K-means算法是很典型的基于距离的聚类算法,采用距离作为相似性的评价指标,即认为两个对象的距离越近,其相似度就越大。这是一本介绍K-means算法的英文书籍 -K-means algorithm is very typical distance-based clustering algorithm, using distance as the similarity evaluation, that the closer the
<> 在 2024-09-30 上传 | 大小:779264 | 下载:0

[数据结构常用算法HuffmanCode

说明:在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message
<Mei> 在 2024-09-30 上传 | 大小:1024 | 下载:0

[数据结构常用算法100204031009-linwenzhong

说明:编写并调试顺序表类定义(由线性表类派生)及顺序表基本操作的算法实现。-To write and debug the class definition of the sequence table (derived by the linear table class) and the basic operation of the sequence table algorithm.
<林文众> 在 2024-09-30 上传 | 大小:384000 | 下载:0

[数据结构常用算法SparseMatrix

说明:稀疏矩阵的三元组存储及操作实现 【实验目的】 1. 调试运行课本中的第4章节的代码示例 2. 掌握矩阵的类定义及基本操作:构造矩阵、矩阵的寻址、矩阵的基本操作 3. 掌握矩阵的应用-Triples sparse matrix storage and operations to achieve
<林文众> 在 2024-09-30 上传 | 大小:10240 | 下载:0

[数据结构常用算法Heap

说明:最小堆的实现 最小堆的创建、调整、插入和删除算法,运用C++类实现最小堆的类定义及基本操作算法 -Minimum heap to achieve the minimum heap to create, adjust, insert and delete algorithms use C++ class to class definition and the basic operation algorithms to achiev
<林文众> 在 2024-09-30 上传 | 大小:2048 | 下载:0

[数据结构常用算法ShortestPath_FLOYD

说明:代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of
<Mei> 在 2024-09-30 上传 | 大小:3072 | 下载:0
« 1 2 ... .16 .17 .18 .19 .20 2021.22 .23 .24 .25 .26 ... 2656 »

源码中国 www.ymcn.org