资源列表
Plural-problem
- 使用c++实现了众数问题算法的实现,在一串自定义输入的数字中找出出现次数最高的。-Using c++ implementation of the algorithm to achieve the plural problem in a string of custom input numbers to find the highest number of occurrences.
pailie
- 已知一个已经排好顺序的数组,今输入一个数,要求按原来排序的规律将它插入数组中-Given a sequence has been lined up an array of this type a number, required by the law of the original sort it into the array
Ex4_01
- 计算不同的距离里程,主要采用c++实现。-Different from the mileage calculation, mainly c++ implementation.
kmp
- KMP算法,能够实现字符串的模式匹配!C++语言实现!-KMP 算法,能够实现字符串的模式匹配!
TORRES
- (estructura de datos) programa en C++ para ejemplificar torres de hanoi
enhancedsafearray
- SSD5 exam1 源码 96分 多点注释就满分了-SSD5 exam1
dynamic-planning
- 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。-Given n matrices {A1, A2, ..., An}, where Ai and Ai+1 is a mere of, i = 1,2, ..., n-1. Study the n matrix with the product A1A2 ...
Knapsack-problem2
- 这是一个关于背包问题的算法,其中使用了回溯的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses Backtracking algorithm , the program can be run successfully.
JosephImitate
- 约瑟夫环的模拟算法.注释部分取消之后可以有更好的功能.-Josephus simulation algorithm. Comment section after the abolition of the better features.
zuiudanlujing
- 随机生成一个矩阵,求左上角和右下角的最短路径-Randomly generate a matrix, find the shortest path of the upper left and lower right corner of
P207-ziliti-5
- 实现简单计算器功能的程序。加减乘除运算,可以是整数,也可以是小数。-Simple calculator program. Arithmetic operations, can be an integer, it can be fractional.
sstring
- 利用串来比较数据大小,代码中有两个串,通过串来比较大小- 10/5000 Use the string to compare the data size