搜索资源列表
convert_Fortran_Code
- 这个C++程序,可以转换如Fortran 77程序到C++可用程序,当然,还有一些例外,如Fortan中的FORMAT语句,以及goto语句可能使得你的代码很长。你可以通过配置,让转换程序进行批量的语言转换。
shexianzhuizong
- 这是在FORTAN下变成的 地震方面的射线追踪方法
03
- 在学习信号处理的过程中,看到书上的大部分算法都是用Fortan或者Basic实现,于是自己试验着用VC实现了一下。-In the process of learning and signal processing, see the book most of the algorithms are used Fortan or Basic achieve, so experimenting with a bit with VC.
plot
- fortan code used to plot finite volume NS equation
fortran90
- FORTRAN语言是Formula Translation的缩写,意为“公式翻译”。它是为科学、工程问题或企事业管理中的那些能够用数学公式表达的问题而设计的,其数值计算的功能较强。-I am attempting to convert some old fortran codes and becoming somewhat annoyed by the apparent jumping of code. WOuld I be correct in assuming that the code i
combation caculation
- Intel编译器的自动并行化功能可以自动的将串行程序的一部分转换为线程化代码,适用于多核或多处理器的共享内存系统,OpenMP是C/C++ 和Fortan等的应用编程接口,已经被大多数计算机硬件和软件厂家所标准化。(Automatic parallelization of serial program function can automatically convert a portion of the thread of Intel code compiler, shared memory s
004--S波的拾取
- 对地震数据的S波相位进行拾取,可用于地震预警技术中心识别S波和P波信号相位,基于Fortran语言汇编(The S phase of seismic data is picked up and can be used for seismic warning technology center to identify the phase of S wave and P wave signal, which is based on Fortran language)