资源列表

« 1 2 ... .37 .38 .39 .40 .41 442.43 .44 .45 .46 .47 ... 2656 »

[数据结构常用算法商人安全过河

说明:
<fei696> 在 2009-02-13 上传 | 大小:572.68kb | 下载: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-21 上传 | 大小: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-21 上传 | 大小:574kb | 下载:0

[数据结构常用算法Maze

说明:数据结构的迷宫求解,用C++编程,在VC编译通过-Data structure to solve the maze, using C++ programming, compiler in VC through
<dahai> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法Ckechengsheji

说明:c++版数据机构预算法国外经典计算机教程-c++ version of the data sector budget law
<小东> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法fdsag

说明:数据结构答案 严蔚敏《数据结构(c语言版)习题集》答案-Yan Wei Min answer data structure " data structure (c language version) problem sets," the answer
<luyong> 在 2025-01-21 上传 | 大小:572kb | 下载:0

[数据结构常用算法tankzoumigong

说明:坦克走迷宫算法,简单的astar初步,利于学习迷宫算法的思想-Tank Maze algorithm, the initial simplest astar, conducive to learning the maze idea of the algorithm
<liuxu> 在 2025-01-21 上传 | 大小:575kb | 下载:0

[数据结构常用算法InverseList

说明:链表逆转,实现单链表的逆转程序,数据结构-List Inverse
<tom> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法shuzhifenxi

说明:牛顿插值的vc具体实现,数值分析应该会用的上,具体是用均差表做的-Vc concrete realization of Newton interpolation, numerical analysis should be used, and specifically to do with the average difference table
<wangx> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法LCS

说明:最长公共子序列,并且实现了输出。 好的不得了。不要错过啊!-Longest common subsequence, and to achieve the output. Extremely good. Do not miss ah!
<尚启昌> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法KNAPSACK

说明:0-1背包问题,用动态规划做的,很不错,供大家传阅。算法设计的原型。我给具体实现了。-0-1 knapsack problem, using dynamic programming to do, very good for your circulation. Algorithm design prototype. I gave a concrete realization.
<尚启昌> 在 2025-01-21 上传 | 大小:573kb | 下载:0

[数据结构常用算法huffman

说明:利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行
<小咩> 在 2025-01-21 上传 | 大小:573kb | 下载:0
« 1 2 ... .37 .38 .39 .40 .41 442.43 .44 .45 .46 .47 ... 2656 »

源码中国 www.ymcn.org