资源列表

« 1 2 ... .50 .51 .52 .53 .54 355.56 .57 .58 .59 .60 ... 2656 »

[数据结构常用算法huffman

说明:实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2
<张娟> 在 2025-01-19 上传 | 大小:129kb | 下载:0

[数据结构常用算法graph

说明:实现无向图(或有向图)的存储表示,并输出对该图的广度优先(或深度优先)遍历。 系统具备如下的功能: 1.初始化。从键盘输入图的顶点数与边数。 2.输出图的相应的存储表示。 3.输出图的广度优先遍历序列。 4.输出图的深度优先遍历序列。-Realize undirected graph (or digraph) express storage and output of the graph breadth-first
<张娟> 在 2025-01-19 上传 | 大小:86kb | 下载:0

[数据结构常用算法factor

说明:整数因子分解问题 大于1 的正整数n可以分解为:n=x1*x2*…*xm。对于给定的正整数n,编程计算n共有多少种不同的分解式-Integer factorization problem of positive integer greater than 1 for n can be decomposed: n = x1* x2* ...* xm. For a given positive integer n, calculated th
<lin> 在 2025-01-19 上传 | 大小:474kb | 下载:0

[数据结构常用算法encode

说明:在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。
<lin> 在 2025-01-19 上传 | 大小:58kb | 下载:0

[数据结构常用算法gap

说明:最大间隙问题:给定n 个实数x , x , , xn 1 2  ,求这n 个数在实轴上相邻2 个数之间的最 大差值。假设对任何实数的下取整函数耗时O(1),设计解最大间隙问题的线性时间算法。-The largest gap problem: given n a real number x, x,, xn 1 2
<lin> 在 2025-01-19 上传 | 大小:55kb | 下载:0

[数据结构常用算法DtPro

说明:一个球面积,曲率半径,子午圈的C++程序,有需要的请下载-A ball area, the radius of curvature, meridian circle C++ Procedures, there is a need to please download
<李伟> 在 2025-01-19 上传 | 大小:702kb | 下载:0

[数据结构常用算法shortestDijkstra

说明:网络最短路径Dijkstra算法的c语言实现,很有参考价值-Network shortest path Dijkstra algorithm c language, the valuable
<刘明> 在 2025-01-19 上传 | 大小:3kb | 下载:0

[数据结构常用算法gausss

说明:使用C语言实现高斯塞德尔迭代算法,GS迭代发是一种用于计算方程组的经典方法。-The use of C language to achieve high斯塞德尔iterative algorithm, GS-fat is a kind of iterative equations used to calculate the classical method.
<刘伟> 在 2025-01-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaisupaixu

说明:计算机软件技术基础实验之快速排序程序,实现语言为c-Computer software technology based on quick sort of experimental procedure, the realization of language as c
<loser> 在 2025-01-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法No11

说明:本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
<张波> 在 2025-01-19 上传 | 大小:40kb | 下载:0

[数据结构常用算法No22

说明:本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then wil
<张波> 在 2025-01-19 上传 | 大小:39kb | 下载:0

[数据结构常用算法CalcBigMulti

说明:计算大数乘法的算法示例,windows控制台程序-Algorithm for calculating the multiplication of large numbers examples, windows console program
<和恶毒发> 在 2025-01-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .50 .51 .52 .53 .54 355.56 .57 .58 .59 .60 ... 2656 »

源码中国 www.ymcn.org