-
地震波有限差分正演
地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。
- 2022-09-04 08:15:02下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
JAVA棒状排序实现
用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示,用JAVA语言实现排序算法中的,快速排序,基数排序,堆排序等排序算法的动画演示
- 2022-05-17 05:25:30下载
- 积分:1
-
非恒定渗流计算程序(包括数值解和解析解的程序fortran语言)...
非恒定渗流计算程序(包括数值解和解析解的程序fortran语言)-unsteady flow calculation procedures (including numerical solution of the analytical solutions and procedures FORTRAN language)
- 2022-12-08 11:05:03下载
- 积分:1
-
聚类算法的实现
该代码使用c++语言在vc下分别实现了层次聚类,k均值聚类,模糊k均值,em聚类等聚类算法。对于初学数据挖掘的人有一定的借鉴作用。代码简单易懂,容易看懂。
- 2023-07-03 06:15:04下载
- 积分:1
-
线性的插值算法,内涵读取文件,算法实现和写入文件。读取的文件为PARCHG,写入的文件为INSERT_DATA...
线性的插值算法,内涵读取文件,算法实现和写入文件。读取的文件为PARCHG,写入的文件为INSERT_DATA-Linear interpolation algorithm, meaning to read documents, algorithm implementation and write to a file. Read documents PARCHG, written documents INSERT_DATA
- 2022-07-14 11:15:11下载
- 积分:1
-
Nurbs曲线曲面库源码
学习NURBS时写的NURBS曲线曲面的库-NurbsLib,用它就可以画NURBS曲线和曲面了。里面的源代码参照了The NURBS Book, 注意该程序只能编译出来库文件,NurbsCurve.lib和NurbsSurface.lib如果想画NURBS曲线和曲面还要自己建立OPENGL三维环境,根据节点矢量和权因子等调用该库绘制曲线和曲面。同时注意使用了matrix.h的头文件实现矩阵运算。
- 2022-02-13 18:59:02下载
- 积分:1
-
Huffman Algorithm develop by C
Huffman Algorithm develop by C-Huffman Algorithm develop by C++
- 2022-12-25 01:50:03下载
- 积分:1
-
中科院的概率上下无关文法的句法分析
概率句法分析器对于统计自然语言处理的很多高层应用,如统计机器翻译、问答系统、信息抽取、文本挖掘等都是至关重要的,直接决定这些应用系统的最终性能。本系统是一个概率型的Chart分析器。系统的分析算法是采用了多种优化策略。分析结果是概率最大的一棵分析树。在概率模型方面,本系统在一定程度上突破了PCFG的缺点
- 2022-02-04 10:04:33下载
- 积分:1
-
有关ACM的一些算法研究,主要是线段树方面
有关ACM的一些算法研究,主要是线段树方面-Line Tree
- 2022-04-06 11:58:37下载
- 积分:1