资源列表
spline
- 最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。
yinhangjiasuanfa
- 银行家算法,实现了避免死锁的算法,是比较高级的程序,体现了资源分配与进程之间的关系
SQP
- 这是基本的二次规划算法,能够帮助初学者很好的掌握二次规划的基本概念,深入理解优化设计的程序。-This is the basic quadratic programming algorithm that can help beginners a good grasp of the basic concepts of quadratic programming, in-depth understanding of optimal design of the program.
200812221
- 单链表删除 集合a和集合b,删除在集合a中与集合b元素相同的数据-Set a single-linked list to delete and set b, to delete a collection a collection of b with the same data element
aefwxcvddx
- 双向链表功能的实现包括插入删除修改查找等功 为比较好用的-Realize two-way linked list functions including insert delete modify search such as reactive useful for comparison
hist_plot_clear_tworeg_sum
- 根据输入的频数数据,自动做出频率分布的条形图。图形美观,简单明了-According to the frequency of input data, automatically make a bar graph of frequency distribution. Beautiful graphics, easy to understand
xifapai
- 洗牌发牌程序,实现牌堆打乱以及四个方位的重组-Shuffle licensing procedures, to achieve brand heap disrupted and the reorganization of the four directions
matrix
- 矩阵的实现(十字链表为基础),基本功能(转置,求和,求积)-Matrix in (cross-list based), the basic functions (transpose, sum, product)
1
- 已知整数a,b,假设函数succ(x)=x+1,pred(x)=x-1,不许直接用‘+’、‘-’运算符号,也不许用循环语句,只能利用函数succ(x)和pred(x),试编写计算a+b,a-b的递归函数add(a,b),snb(a,b),并在主程序中验证该函数的正确性。 -Known integers a, b, assuming the function succ (x) = x+1, pred (x) = x-1, allowed the direct use of' +'
matrix_gauss
- 輸入為AX=B的A、B矩陣及N(A的row數)M(B的行數) 經過後可得到A的反矩陣、X解-Input for the AX = B, A, B matrix and N (A s row number) M (B the number of rows) After the inverse matrix A obtained after, X solution
matrix_inv
- 矩阵的求逆按矩阵类型分2种,一种是方阵,一种就是任意的矩阵了。而求逆的过程,我们学过线数就知道,可以用行列变化,用伴随矩阵。两种思路的代码网上都有,这里贴出一部分c++写的代码,是针对任意矩阵的用伴随的方法(先求代数余子式)。完全的代码和矩阵类,等我会用Wordpress里的文件插入的时候立马补上。-Matrix inversion matrix type 2, a square, one is an arbitrary matrix. Inversion process, we learned
EXTRACT
- 利用WINRAR解压RAR ZIP ISO GZ等各种压缩文件,并且是递归解压,也就是当前目录下的所有压缩文件都能解压-Use WINRAR extract RAR ZIP ISO GZ and other compressed file and is recursive decompression, which is the current directory of all the compressed files can be unpacked
