资源列表

« 1 2 ... .00 .01 .02 .03 .04 705.06 .07 .08 .09 .10 ... 2656 »

[数据结构常用算法jiafa

说明:题目描述:   一个正整数有可能可以被表示为n(n>=2)个连续正整数之和,如:   15=1+2+3+4+5   15=4+5+6   15=7+8   请编写程序,根据输入的任何一个正整数,找出符合这种要求的所有连续正整数序列。   输入数据:一个正整数,以命令行参数的形式提供给程序。-Title Descr iption: There may be a positive integer can be
<刘欢> 在 2025-02-03 上传 | 大小:1kb | 下载:0

[数据结构常用算法hufuman

说明:
<徐志鹏> 在 2025-02-03 上传 | 大小:2kb | 下载:0

[数据结构常用算法calculator

说明:简单的计算器,用于大数的计算。位数没有限制。-simple large number calculator
<sunlei> 在 2025-02-03 上传 | 大小:5.18mb | 下载:0

[数据结构常用算法baggreedy

说明:改写成面向对象的贪心算法(背包问题),一定容量,每个物体按效益/重量排序,本例只有三个物体-Rewritten into a greedy algorithm for object-oriented (knapsack problem), a certain capacity, for each object according to benefit/weight sorting, which in this case only thr
<今昔> 在 2025-02-03 上传 | 大小:1kb | 下载:0

[数据结构常用算法migong

说明:C++版的迷宫问题,可以手动或者自动生成迷宫-Maze problem
<man哥> 在 2025-02-03 上传 | 大小:2kb | 下载:0

[数据结构常用算法maxsub

说明:求多个字母序列的最长公共子序列的C++代码-get the maxsimum common subsequence of some subsequence
<wangyouhua> 在 2025-02-03 上传 | 大小:1kb | 下载:0

[数据结构常用算法hugeintplus

说明:100位的大整数加减法.输入格式可以任意,要带符号+ -,不带或者只有一个带都可以.允许输入的数前面有多个0(可以超过100).-Big Integer Plus and minus.
<zhuo> 在 2025-02-03 上传 | 大小:77kb | 下载:0

[数据结构常用算法queen2

说明:八皇后问题. C++实现. 采用递归. 版本二 .通过 记录对角线 和 上下 左右的方法实现.比直接的搜索快一些-Queen Problem .Implement In c++
<zhuo> 在 2025-02-03 上传 | 大小:53kb | 下载:0

[数据结构常用算法HeapSortQuickSort

说明:C++实现的快速排序,堆排序 .里面有测试不现算法运行时间多少代码-QuickSort heapSort . including the function of calculate the time that different algorithm uses
<zhuo> 在 2025-02-03 上传 | 大小:2kb | 下载:0

[数据结构常用算法10001stprime

说明:Find the 10001st prime 采用一种比较快的方法求指定的第n个素数-Find the 10001st prime
<zhuo> 在 2025-02-03 上传 | 大小:5kb | 下载:0

[数据结构常用算法NON

说明:实现二叉树三种遍历(先序遍历、中序遍历、后序遍历)的非递归算法。-The realization of the three binary tree traversal(PreOrderTraverse,In OrderTraverse,PostOrderTraversal)of the non-recursive algorithm.
<诗雅 攀> 在 2025-02-03 上传 | 大小:1kb | 下载:0

[数据结构常用算法MazePath_v4.0

说明:C语言 使用SDL 实现的迷宫求解演示程序。 使用栈,回溯法 包括制作地图,随机生成地图,求解过程演示。-C language realization of the use of SDL demo program to solve the maze. The use of stacks, including the production of backtracking map, randomly generated maps,
<袁建华> 在 2025-02-03 上传 | 大小:429kb | 下载:0
« 1 2 ... .00 .01 .02 .03 .04 705.06 .07 .08 .09 .10 ... 2656 »

源码中国 www.ymcn.org