资源列表
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.
P4_23.ZIP
- logo语言中的“龟图”,此程序即实现了“龟图”的功能。-language logo of "turtle", and this program is to achieve a "turtle map" function.
P4_30.ZIP
- 桶排序算法:这是一种比冒泡排序有更好性能,但是要求更多内存的排序方法。-barrels Sorting Algorithm : This is a bubble sort than better performance, but require more memory sequencing methods.