资源列表
JacobiIteration
- 雅各比法近似求解方程组的根,可作为数值分析课程上机试验的参考程序
Gauss
- 列主元高斯消元法已通过上机验证适合于数值计算学习者编程欢迎下载-PCA out Gauss elimination method has been adopted to verify the machine is suitable for numerical programming learners welcome to download
polyorder
- 最小二乘拟合,求多项式系数,包括建立误差方程、误差方程法化,迭代求解-Least squares fitting of a polynomial coefficient, including the establishment of error equation, the error equation, iterative solving
Radix-Sort
- 基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (radix sort) is a " distrib
Stribeck-Friction-Model
- 采用M语言仿真stribeck的三轴伺服系统,可以在低速情况下观察较强的摩擦现象-With M-language simulation stribeck three-axis servo systems, in the case of low friction phenomena observed strong
list
- 利用指针实现线性表。 要求:用模板类的继承,实现链表的几个函数功能,主要包括链表的插入,追加和删除。并在main函数中对你的链表的各项功能进行测试 -The use of pointers to the linear form. Requirements: the inheritance with template classes, implement a linked list of functions of several functions, including the lis
yuese
- 约瑟夫环-yuesefu
Linear-table-to-insert-a-number
- 这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginners to learn the linear form of
next_permutation
- 自己手写的 next_permutation-next_permutation by myself
getRankN.m
- fingerprint get rank
Euler-backward-difference-scheme
- 欧拉向后差分格式的程序文件,可直接调用,在科学计算中有很重要的应用.-Euler backward difference scheme of program files can be called directly,which have important applications in scientific computing.
MutualInfo
- 互信息,一个随机变量中包含另一个随机变量的信息量,可用于度量随机变量间的所有相关关系,包括线性相关关系和非线性相关关系。-Mutual information, a random variable that contains information on another random variable, can be used to measure all the correlations between random variables, including linear correlatio