资源列表

« 1 2 ... .02 .03 .04 .05 .06 607.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法search_number

说明:找一个最小的自然数,使它等于不同的两组三个自然数的三次幂之和,即找最小的x,使得:x=a*a*a+b*b*b+c*c*c = d*d*d+e*e*e+f*f*f 其中,a,b,c,d,e,f都是自然数,a<=b<=c, d<=e<=f [a,b,c]!=[d,e,f] 进一步,是否还存在另外一个自然数满足上述条件,可能的话请输出其结果 -Find a smallest natural number, ma
<黄咋的> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法StatisticsNumber

说明: 读入一个西文文本文件,找出文件中的不同字符,对各个不同字符的出现次数进行统计并输出。注意需要重新设定文本路径-Read the text into a text file with the West to identify the different characters in the document, and the emergence of the different number of characters and outpu
<黄咋的> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法MathShortestPath

说明:数据结构,求迷宫最短路径问题,C++写的-Data structure, a maze for the shortest path problem, using C++
<吴轩宇> 在 2025-01-31 上传 | 大小:4kb | 下载:0

[数据结构常用算法DataStructureWithC

说明:基于C语言的数据结构算法描述,包括常用的基础算法,适合初学者使用。-Based on the C language descr iption of the data structure algorithms, including the commonly used basic algorithm, suitable for beginners to use.
<wang qu> 在 2025-01-31 上传 | 大小:211kb | 下载:0

[数据结构常用算法sturctdata

说明:主要用于计算一元多项式的相加,相减运算(多项式的存储使用的是链表结构)-The main one used to calculate the sum of the polynomial, with minus operator (polynomials are used in the storage list structure)
<王智慧> 在 2025-01-31 上传 | 大小:1kb | 下载:0

[数据结构常用算法structdata

说明:这是学习数据结构很好的一些资料,其中还有许多重要程序的代码-This is a very good study of data structure information, which have lot of important code
<王智慧> 在 2025-01-31 上传 | 大小:444kb | 下载:0

[数据结构常用算法datastructure

说明:自己写的数据结构课程程序,包括链表、树、图等实验-Writing their own data structures curriculum procedures, including chain, tree, map test
<张华子> 在 2025-01-31 上传 | 大小:24kb | 下载:0

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

说明:本程序演示的是一个K阶斐波那契序列实例,在程序运行中输入斐波那契的阶数为4,在序列中允许的最大数为3.-This procedure is a demonstration of the K-order Fibonacci sequence example, type in the program to run the order Fibonacci number 4, sequence at the maximum allowable
<frank> 在 2025-01-31 上传 | 大小:57kb | 下载:0

[数据结构常用算法path

说明:找出(二叉树中)从根结点到任一给定的结点的路径(非递归实现)-To find (in Binary Tree) from the root node to any given node of the path (non-recursive implementation)
<weixiaoguoke> 在 2025-01-31 上传 | 大小:598kb | 下载:0

[数据结构常用算法BANKER

说明:多用户银行家算法,操作系统课设中需要使用到-Banker algorithm multi-user, the operating system located in the required classes to use. . . .
<吴遐> 在 2025-01-31 上传 | 大小:374kb | 下载:0

[数据结构常用算法list

说明:链表。创建,添加,删除,插入链表的元素-List
<zhang> 在 2025-01-31 上传 | 大小:13kb | 下载:0

[数据结构常用算法migong

说明:关于迷宫问题的几种解法,请大家参考参考,多指点指点-Several questions about the maze method, please refer to the reference, multi-point point
<李凯胜> 在 2025-01-31 上传 | 大小:186kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 607.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org