资源列表
linktostack
- 用链表实现栈的操作.该程序有栈的进栈和出栈操作.很简单.这是本人第一次上传程序源代码,如有什么不足之处还望各位多多海涵.-used to achieve stack operation. The program is the stack into the stack and stack up operation. Very simple. This is the first time I uploaded the source code, if there are any deficiencie
yuesefuhuan
- 本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。
guandao
- 某石油公司计划建造一条由东向西的主输油管道,这条管道要穿过n口油井的油田,每口油井通过一条次管道沿最短路径(或南或北)直接与主管道相连。就n口油井分布的一般位置,试确定主管道位置,使得各油井到主管道的输油管道长度总和达到最小。并验证可在线性时间内确定主管道的最优位置。
matrixChain
- 动态规划法解矩阵连乘积的最优计算次序问题。按照分解最优解的结构,建立递归关系,计算最优值,构造最优解4个步骤
Greed
- 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
tangent
- 求解过线上一点的切线方程,详细使用见文件内,用tangent( 方程 ,切点x坐标)求解
shujujiegou_erfenfachazhaoshuju
- 《数据结构》课程中,利用二分法查找数据,压缩包里是源代码,在vc++6.0中可以直接调试-" Data Structure" Course, using binary search data, compression bag is the source code, in vc++6.0 can directly debug
friendfunction-(2)
- friendfunction数据结构算法-friendfunction Data Structure Algorithm
buxian
- 算法分析与设计之分支界限法解决电路布线问题-Algorithm analysis and design of the branch circuit wiring method to solve boundary problems
Board-box-to-go-horse-riding-knight
- 马踏棋盘++骑士走方格 马踏棋盘++骑士走方格 CPP文档-Board box to go horse riding knight
插入排序
- 插入排序是很多排序中的一种,又分为直接插入、折半插入、希尔排序。
Longest_Common_Subsequence
- 输入两个字符串,对其进行求解最长公共子序列,采用的方法是动态规划-Enter the two strings, to solve the longest common subsequence, the method used is dynamic programming algorithm