法国INRIA开发的同步语言。 Lucid Synchrone is an experimental language for the implementation of reactive systems. It is based on the synchronous model of time as provided by Lustre combined with some features from ML languages. The main characteristics of the
FFTW ( the Faster Fourier Transform in the West) 是一个快速计算离散傅里叶变换的标准C语言程序集,其由MIT的M.Frigo 和 S. Johnson 开发。可计算一维或多维实和复数据以及任意规模的DFT。FFTW 还包含对共享和分布式存储系统的并行变换,它可自动适应你的机器, 缓存,存储器大小,寄存器个数。 FFTW 通常比目前其它开源Fourier变换程序都要快,最新版本为fftw-3.2.2。 FFTW 的编码生成器采用面向对象
FFTW ( the Faster Fourier Transform in the West) 是一个快速计算离散傅里叶变换的标准C语言程序集,其由MIT的M.Frigo 和 S. Johnson 开发。可计算一维或多维实和复数据以及任意规模的DFT。FFTW 还包含对共享和分布式存储系统的并行变换,它可自动适应你的机器, 缓存,存储器大小,寄存器个数。 FFTW 通常比目前其它开源Fourier变换程序都要快,最新版本为fftw-3.2.2。 FFTW 的编码生成器采用面向对象
Objective Caml(OCaml)是Caml编程语言的主要实现 多范氏:A functional programming language descendent of ML,imperative, and object-oriented A powerful type system(得益于ML的体系) 强大的编译系统:包含交互式顶层解释器(interactive toplevel interpreter),字节码编译器(bytecode compiler), 以及最优本地代码编译器(o