-
红黑树算法实现
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2022-01-25 23:40:23下载
- 积分:1
-
使用汇编计算93的499次方
计算93的499次方,解决大大数字的相关运算问题,使用汇编语言,使用AT&T语法更改相关数字可以完成其他大数的类似计算
- 2023-05-27 12:20:03下载
- 积分:1
-
Anderson CFD第九章求解Couette流
利用Fortran实现了Couette的求解,使用托马斯算法求解相关方程;可以输入时间推进次数,观察不同时间的断面流速分布;可以直接更改E等常数进行数值实验;采用Fortran 90/95格式书写代码,方便阅读
- 2023-05-12 01:10:03下载
- 积分:1
-
PGE Solving equations faster
高斯消元法解方程, 速度较快-PGE Solving equations faster
- 2022-03-21 08:54:03下载
- 积分:1
-
本程序用来实现具体的fft运算,程序参考数字信号处理c语言描述这本书
这个程序利用旋转因子可以先算下来的特征,可以在大量数据处理时节省时间
本程序用来实现具体的fft运算,程序参考数字信号处理c语言描述这本书
这个程序利用旋转因子可以先算下来的特征,可以在大量数据处理时节省时间
-This procedure used to realize specific fft computing, digital signal processing procedures reference c language to describe this book, this process can make use of rotating factor算下来features, can handle large amounts of data to save time when
- 2022-04-16 16:01:04下载
- 积分:1
-
优选1005
1005一堆石头;
- 2022-03-09 10:39:39下载
- 积分:1
-
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!...
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!-ANSYS model can be used to convert to FLAC. Considerable body of practical numerical calculation of geotechnical software partners!
- 2022-08-11 21:00:42下载
- 积分:1
-
dual simplex method for solving linear programming problems.
对偶单纯形法求线性规划最优解-dual simplex method for solving linear programming problems.
- 2022-01-26 01:48:58下载
- 积分:1
-
Надоело
- 2022-03-23 05:42:02下载
- 积分:1
-
Use of sub
用对分法求非线性方程f(x)=0的实根.基本思想:逐步缩小这个有根的区间,当这个区间长度减小到一定程度是,就取这个区间的中点作为根的近似值-Use of sub-method of nonlinear equation f (x) = 0 the real roots. The basic idea: to gradually narrow the range of this well-established, when the interval length decreases to a certain extent, we take the midpoint of this range as the root approximation
- 2022-08-08 04:02:19下载
- 积分:1