资源列表
Total_Permutations
- 任意输入一个整数n,程序将自动生成1到n之间n个数的全部可能排列。利用递归算法。-indiscriminate importation of an integer n, procedures will automatically generate between 1 to n number n of the total potential order. Recursive algorithm.
Fast_Joseph
- 时间复杂度为O(nlogn)的Joseph排列问题的计算程序。程序的运行时间与m无关。在一分钟之内可以计算n=10^6,m任意的Joseph排列问题.-time complexity of O (nlogn) Joseph problems with the program. Procedures for the running time has nothing to do with the m. In a minute can be calculated n = 10 ^ 6, m arbit
LISS_FAST
- 时间复杂度为O(nlogn)的最长单调递增子序列问题的计算程序。不是动态规划算法。在一分钟之内可以计算n=10^6个元素的递增子序列。-time complexity of O (nlogn) of the longest-monotonically increasing sequence of the program. Is not dynamic programming algorithm. In a minute can be calculated n = 10 ^ 6 elements
changgenumbertoword
- c++实现人民币数字换算为大写-c Renminbi figures converted to uppercase ~~~~~~~~~~~~~~~~~~~~~~~
charchongzai
- C++运算符的重载举例,几个例子,-C Operators of heavy for example, a few examples - huh-huh
scorecomputeandfilewrite
- C++文本文件的读写以及计算平均成绩-C text file read and write and calculate average scores ~~~~~~~~~~~~~~~~~~~~
computedaybydate
- C++输入年月日,判断星期几?-C + + input date, the judge what day? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CMatrixClass
- 1.内存管理一律根据实际需要的大小在堆中动态分配内存。 2.边界检查。如果数组下标超越了数组大小界限,会给出警告信息,可以防止非法内存访问以及方便程序的调试。 3.重载了+,-,*,+=,-=,数乘等常见运算符; 4.可以保存数组为二进制数据文件和文本文件两种形式,也可以从二进制数据文件和文本文件读取数据到数组。 5.实现了和矩阵相关的线性代数方程组求解算法。一是高斯选主元消去法二是针对三对角矩阵的追赶法。 6.静态函数Bspline3():3次
paikechengxu
- 一个简单的课表排课算法实现,识别课程前后继关系,完成自动排课-a simple Timetable Course Scheduling Algorithm, before subsequent identification courses, complete Automatic Timetable
mmm2
- 用C++语言来实现,堆栈实现模拟表达式求解-C language to achieve, Stack for the simulation of expression
newmat_1.10.4.orig.tar
- matrix library for linux and windos
eightdirection
- 以八个方位为主的迷宫问题解法,列出所有可能解法,并找出最短路径及计算出最佳解的个数。-mainly to the eight position maze Solutions, listing all possible solutions, and find the shortest path and calculate the number of the optimal solution.