资源列表

« 1 2 ... .92 .93 .94 .95 .96 2297.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法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-15 上传 | 大小:474kb | 下载:0

[数据结构常用算法encode

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

[数据结构常用算法DtPro

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

[数据结构常用算法shortestDijkstra

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

[数据结构常用算法kuaisupaixu

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

[数据结构常用算法CalcBigMulti

说明:计算大数乘法的算法示例,windows控制台程序-Algorithm for calculating the multiplication of large numbers examples, windows console program
<和恶毒发> 在 2025-01-15 上传 | 大小:8kb | 下载:0

[数据结构常用算法erchashusort

说明:二叉树排序,数据结构算法。效率高,操作简便,实用性强-Binary tree sort algorithm data structure. High efficiency, simple, practical
<熊振乾> 在 2025-01-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法merge

说明:并归排序,我的一个作业, 代码是正确的 可以拷下即用-And under the order of one of my operation, code is a correct copy of which can be used
<snail> 在 2025-01-15 上传 | 大小:867kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 2297.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org