资源列表
最长递增子序列
- 这是数据结构和算法设计中的经典案例题,代码不唯一,最长公共子序列源码和动态规划ppt分析(This is a classic case of data structure and algorithm design, the code is not unique, the largest m sub segment and source code and dynamic programming ppt analysis)
Palindrome subsequences
- 求一个长度不超过15的字符串的回文子序列个数(子序列长度>=1)。 输入描述:输入一个长度不超过15的字符串,字符串均由小写字母表示 输出描述:输出其回文子序列个数 样例输入:abaa 样例输出:10(Find the number of palindrome subsequences of a string of no longer than 15 (subsequence length >=1). Input descr iption
Maximum sum of subarray
- 题目描述:给定一个数组a[0,...,n-1],求其最大子数组(长度>=1)和 输入描述:第一行一个整数n(1<=n<=5000),然后依次输入n个整数(每个整数范围[-5000, 5000]) 输出描述:输出一个整数表示最大子数组和 样例输入:5 1 -1 1 1 -1 样例输出:2(Topic descr iption:Given an array a[0,..., n-1], find its maximum sum of suba
MD5
- linux下用C++实现的一个MD5算法(A MD5 algorithm implemented with C++ under inux)
huffman
- 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
分治法求最大子数组以及其对应的下标
- 分治法应用分治法求最大子数组以及其对应的下标分治法求最大子数组以及其对应的下标(Application of divide and conquer therapy)
setup
- 冒泡排序查询迭代数组。以及海量数据筛查,数组自由组合。(Bubble sort query iterative array)
bank
- C++实现周边音效算法,PHASER,调制类音效算法!()
851723
- Newton法的本质就是不断用切线来近似曲线,因此,Newton法也称为切线方法,本程序用Newton法求解n元正定函数的()
protjcal
- 区间消去法,主要用于解决优化问题中的区间确定问题()
comboaember
- 在MPI上用并行LU分解求解线性方程组的源程序,()
ratgb_maintanence
- 在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类()