资源列表

« 1 2 ... .81 .82 .83 .84 .85 186.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法shujujiegouduoxiangshijisuan

说明:这是一个数据结构实现简单的加减乘除运算的算法源代码,希望能及早通过,我想下载贵网站中的一个代码-This is a simple data structure of the arithmetic computation algorithm source code in hopes early, I want to download your site is a source of
<高兴> 在 2025-01-12 上传 | 大小:17kb | 下载:0

[数据结构常用算法wenfashibie

说明:文法识别 文法识别 文法识别-grammar recognition gra mmar recognition gra mmar recognition grammar grammar Recognition Recognition
<胡志明> 在 2025-01-12 上传 | 大小:116kb | 下载:0

[数据结构常用算法removeDuplicates2

说明:上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
<郎斐> 在 2025-01-12 上传 | 大小:952kb | 下载:0

[数据结构常用算法zy.tar

说明:数组结构写的程序 可以删除,查找,增加,排序内容-array structure written procedures can be deleted, locate, increased sorting content
<xiaohei> 在 2025-01-12 上传 | 大小:11kb | 下载:0

[数据结构常用算法CaculateRomanpn

说明:计算图p(n,k)罗马支配数的算法,计算罗马支配数是一个np—complete问题,这里给出一个相对高性能的算法。-calculated plan p (n, k) Rome disclaimer few algorithm disclaimer calculated Rome is a few np-complete problem here is a relatively high-performance algorithm.
<姜宝琦> 在 2025-01-12 上传 | 大小:9kb | 下载:0

[数据结构常用算法MiniSpanTree_Kruskal

说明:最小生成树算法程序,已经通过编译的程序,能运行出结果-minimum spanning tree algorithm, compiled by the procedure, the results can run
<lipeng> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法PackageProblem

说明:实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4,5)、(8,2)、(3,5,2)。 2. 基本
<李昭明> 在 2025-01-12 上传 | 大小:9kb | 下载:0

[数据结构常用算法classstr2

说明:完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : S
<李昭明> 在 2025-01-12 上传 | 大小:536kb | 下载:0

[数据结构常用算法TriMat

说明:在目录“\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0
<李昭明> 在 2025-01-12 上传 | 大小:572kb | 下载:0

[数据结构常用算法ACKFunction

说明:实现阿克曼函数并统计递归调用次数 Counting times of recursion calling 1. 问题描述 定义阿克曼递归函数: ACK(0,n)=n+1 n>=0 ACK(m,0)=ACK(m-1,1) m>=1 ACK(m,n)=ACK(m-1,ACK(m,n-1)) m,n>0 2. 基本要求 读入m、n,输出ACK(m,n)的值,并统计递归调用次数。-A
<李昭明> 在 2025-01-12 上传 | 大小:574kb | 下载:0

[数据结构常用算法fsm

说明:
<陈文> 在 2025-01-12 上传 | 大小:28kb | 下载:0

[数据结构常用算法999999

说明:数据结构试验中一个有关于非递归算法的源程序,很适合于初学者参考。-test data structure on a non- recursive algorithm of the source is well-suited to beginners reference.
<jayjiang> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 186.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org