资源列表
[控制台(字符窗口)编程] main
说明:计算约瑟夫环,本程序是一个控制台程序,能够计算出约瑟夫环。-compute the Josephus<郭军> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] ISODATA
说明:ISODAT Algorithm is a dynamic cluster algorithm in the pattern recongnise.<xiaoming> 在 2024-11-13 上传 | 大小:303kb | 下载:0
[控制台(字符窗口)编程] calculation
说明:Its a very naive and basic code to implement the mathematical operations in a computer language which could help us expand our skills.<masood> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] 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.<lin> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] 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<jangsungjae> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] PIDsourceCode
说明:PID控制程序,输入一个变量值,pid控制程序根据增量式pid控制算法计算控制变量,然后输出控制变量。-PID source code of control program<上官衍猛> 在 2024-11-13 上传 | 大小:7kb | 下载:0
[控制台(字符窗口)编程] curl-7.24.0-devel-mingw32
说明:this curl library-this is curl library<funpro> 在 2024-11-13 上传 | 大小:3.08mb | 下载:0
[控制台(字符窗口)编程] test
说明:中缀表达式转化后缀表达式,符号仅限于+、-、(、)、*几个符号。-Infix expression into a suffix expression<袁帅> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] 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.<Leeton> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] 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, i<张一> 在 2024-11-13 上传 | 大小:1kb | 下载:0