资源列表
windowed_Burg
- Windowed-Burg method is made in order to improve the Clasical Burg method. Previously, I send the PBURGW.m file, but now I include also the ARBURGW.m algorithm and some NOTES-EXAMPLES to explain it and compare with the pburg.m algorithm from MATLAB.
幸卜生与梯形公式
- 这是一个数值分析算法的源程序,是用C来编写的,绝对是源码,而且也比较有用,因为只要是理工科的大学生大多要学数值分析,所以此程序有用-This is a numerical analysis of the source algorithm is used to prepare the C is absolutely source, but also more useful, because as long as it is mostly science and engineering studen
piclassic
- 一个简单的求圆周率的高精度源代码,至少可以在几秒内算1000000位小数-seeking a simple ratio of the circumference precision source code, at least in a few seconds with one million decimal counting
log2classic
- 一个简单的计算高精度log(2)的源码,计算速度快-a simple calculation precision log (2) the source code for faster computing
eclassic
- 一个非常简单的计算高精度自然对数的源码,速度快-a very simple calculation of high-precision natural logarithm of the source, fast
sqrt2series
- 一个非常简单的计算高精度sqrt(2)的源代码,计算时间短-a very simple calculation precision sqrt (2) the source code, a short calculation time
Machina公式
- 一个用Machina公式计算圆周率的高精度算法,超快-Machina a formula using the ratio of the circumference precision algorithm, ultrafast
用C语言实现最近最久未使用(LRU)置换算法
- c语言编的LRU置换算法,word文档格式-series of the LRU algorithm replacement, word document formats
LRU算法的自编c++实现及源码。
- 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
FIFO与LRU 算法实现(java)
- java编的两种算法,word写的,看不懂,大家帮忙-java series of the two algorithms, write the word, fail to understand, we look at the help
LRU页面置换算法模拟 CNBIE
- LRU页面置换算法模拟,LRU置换算法虽然是一种比较好的算法,但要求系统有较多的支持硬件。为了了解一个进程在内存中的各个页面各有多少时间未被进程访问,以及如何快速地知道哪一页是最近最久未使用的页面.-LRU algorithm simulation replacement pages, the LRU algorithm replacement is a better algorithm, but requires a system with more hardware support. In
my雅可比迭代法
- 在VC++中实现成功的雅可比迭代法,有每次迭代的结果。-in VC achieve success Jacobi iterative method, the results of each iteration.