资源列表

« 1 2 ... .90 .91 .92 .93 .94 2195.96 .97 .98 .99 .00 ... 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
<刘欢> 在 2024-09-20 上传 | 大小:1024 | 下载: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
<今昔> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法maxsub

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

[数据结构常用算法NON

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

[数据结构常用算法Dijkstra

说明:Dijkstra algorithm for graphs
<dutz> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法hh

说明:用递归实现二叉树的先序,中序,后序3种遍历.-Binary tree with recursive realization of the first order, in sequence, the latter three kinds of traversal sequence.
<霍永健> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法LianBiao

说明:数据结构中用vc实现单链表-Data structure used to achieve a single list vc
<phonixJ> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法xianxingbiao

说明:数据结构中线性表实现-Linear table data structure to achieve
<phonixJ> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法tree

说明:二叉树的遍历问题中关于使用二叉树进行表达式求值-Binary Tree Traversal issues on the use of the expression tree for evaluation
<kyo> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法Queen

说明:n皇后 在一定范围内,可以输出n皇后问题的所有解。-solve the "n queen" problem.
<woka> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法txhafuman

说明:贪心算法实现哈弗曼编码,在vc里面即可运行。-Greedy algorithm哈弗曼coding, which can be run in the vc.
<jerry> 在 2024-09-20 上传 | 大小:1024 | 下载:0

[数据结构常用算法1100(tree)

说明:HDOJ第1100题解题报告,有详细说明和代码-detailed analysis of problem 1100 of HDOJ
<starwan> 在 2024-09-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 2195.96 .97 .98 .99 .00 ... 2656 »

源码中国 www.ymcn.org