资源列表
einstein
- einstein谜题,效率超高的编程实现-einstein puzzle, high efficient programming
main
- 计算约瑟夫环,本程序是一个控制台程序,能够计算出约瑟夫环。-compute the Josephus
ISODATA
- ISODAT Algorithm is a dynamic cluster algorithm in the pattern recongnise.
calculation
- Its a very naive and basic code to implement the mathematical operations in a computer language which could help us expand our skills.
DP-Navie-LongestCommonSubstring
- 给出了一种基于动态规划的最长公共子串算法(vc),以及一种朴素算法。-There two Longest common substring algorithms writen in VC in this document.One is based on the dynamic programming, the other is naive.
equal
- find equal set about 1 = 2 , 3=2, 4=3 5 = 9 11= 2 equal set is 1,2,3,4,11 5,9
PIDsourceCode
- PID控制程序,输入一个变量值,pid控制程序根据增量式pid控制算法计算控制变量,然后输出控制变量。-PID source code of control program
Windows.
- 使用DOS控制台 进行 windows 汇编程序的编程过程。
curl-7.24.0-devel-mingw32
- this curl library-this is curl library
test
- 中缀表达式转化后缀表达式,符号仅限于+、-、(、)、*几个符号。-Infix expression into a suffix expression
JosephProblem
- 解决约瑟夫问题,有n个小孩报数,报到规定数时就被罚下,依次显示被罚下小孩的编号-To solve the Josephen Problem,the children who get the number was put will be out in all n,present the number of children was out.
bianweici
- 如果两个单词的组成字母完全相同,只是字母的排列顺序不一样,则它们就是变位词,两个单词相同也被认为是变位词。如tea 与eat , nic 与cin, ddc与dcd, abc与abc 等。你的任务就是判断它们是否是变位词。 -If the composition of letters of two words is identical, just not the same as the order of the letters, if they is an anagram, the same
