资源列表
Ultra-linear-interpolation
- 该程序使用了Bresenham算法的思想将四个象限-The program uses the idea of ??the Bresenham algorithm four quadrants
asdssd
- 排序算法的运行时间及其说明,code下环境运行-The running time of the sorting algorithm and its instructions, code environment running under
3
- 3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -3.1 the longest common subsequence problems longest common subsequence (dynam
3
- 3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。-3.1 the longest common subsequence problems longest common subsequence (dynamic
324
- 算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件input.txt 提供输入数据,文件的第一行中只有1 个整数给出
shujujiegou
- 大二毕业设计数据结构课程设计-迷宫 数据结构课程设计-迷宫-Data structures course design- maze
suanfa
- 分支限界法解决01背包问题,适用于算法上机作业-Branch and bound method to solve the 01 knapsack problem
dongtaiguihuqiubeibaowenti
- 动态规划求0/1背包问题,是一个或多个物品的重量和价值,数组中的每个元素定义一趟需要记录的数据-Dynamic programming 0/1 knapsack problem is the weight and value of one or more items, each array element defines a trip record data
HMM
- 隐马尔科夫模型(HMM)C++代码,自己实现的,注释也很详细,希望对大家有用。-Hidden Markov Model.C++
dianshiji
- 通过单链表,实现节点的查找、插入、删除等其他功能-Through the single table, realize the node search, insert, and delete, and other functions
juzhenliancheng
- 算法与分析中使用动态规划法求解矩阵连乘的问题-Algorithm and analysis using dynamic programming method for solving the matrix multiplicative
Cpp1
- 是一个顺序表,关于一个集合在递增有序中插入-Is an order form, insert a set in increments of Ordered
