资源列表
jisuanqi
- 实现数字的加减乘除,取消,等功能,能连续相加-Digital' s addition, subtraction, cancellation, etc.
matrics
- find the sum of the diagonals below and above the main diagonals in a matrics
MyClass
- n皇后问题,这是利用回溯做的,经过验证,绝对正确-n queens problem
code_imp
- 可用于有限元软件ABAQUS中的塑性本构关系模型UMAT-the UMAT of plasticity constitutive model
Ford
- Bellman-ford算法,根据顶点和边的权值求出最短路径-Bellman-ford algorithm, based on the weights of vertices and edges of the shortest path obtained
LMS
- LMS算法、NLMS算法和RLS算法的仿真和当今应用较广的自适应均衡器、自适应分离器、自适应滤波器。-LMS algorithm, NLMS algorithm and RLS algorithm simulation and present a wider application of adaptive equalization, adaptive separation, adaptive filter.
include1
- 多项式计算(单向链表的应用) 设计要求:设计处理n次一元多项式P(x) = a0 + a1x + a2x2 + … + anxn,多项式实际上包含n+1项,由n+1个系数唯一确定。为了节省存储空间,只存储多项式中系数非0 的项。运用链表中的每一个结点存放多项式的一个系数非0项,它包含三个域,分别存放该项的系数、指数以及指向下一项结点的指针,来对其进行相应的处理(某一多项式根据x求值、多个同元多项式处理等等)。 -Polynomial calculations (one-way link
include1
- 有理数运算程序 设计内容:有理数是一个可以化为一个分数的数,例如2/3,533/920,-12/49都是有理数。在C++中,并没有预先定义有理数,该课程设计要求定义一个有理数类,将有理数的分子和分母分别存放在两个整型变量中,模拟进行针对有理数的各种操作。 -RATIONAL programming content: is a rational number can be reduced to a fraction of the number, say 2/3, 533/920,-12/4
process
- 单纯性算法编程 用以实现单纯形算法的程序 但必须给出初始基-Simple algorithm programming simplex algorithm used to implement the program but must be given in the initial base
RBTree
- 红黑树算法cpp实现 包括建立,添加,删除-RBtree cpp include creating,add,delete
OGSS
- 反走样OGSS算法,可以相应的改成其他算法较为简单-anti-liasing OGSS
RGSS
- 三角形光栅化---反走样--RGSS算法---c语言---- Anti-aliasing triangle rasterization- RGSS algorithm--- c language
