搜索资源列表
wavetransform++
- C++语言写的小波变换和傅立叶变换的源代码,在Linux环境下运行。-C language to write the wavelet transform and Fourier Transform source code, the Linux operating environment.
homework
- hitorMiss+用概率算法求积分问题的C程序,共三题,在linux环境下运行。
dysii-1.3.0.tar
- dysii是一款非常出色的滤波函数库,使用了基于模版技术的C++编程,有样例程序。但目前只有linux/unix 平台下版本
FastRBF
- 快速fft变换的c实现,在visual C++下实现,可以已知道linux下 -Fast fft transform c to achieve, in the visual C++ Achieve, you can already know under linux
dolfin-0.8.0
- 利用C,python编写的在linux下使用的有限元计算程序包。在linux下安装后可以使用迦辽金等方法进行计算。-The use of C, python prepared linux used in finite element analysis package. In linux can be used after installation of Galerkin methods such as calculated.
Formula_Numerical_Analysis
- 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
fbm.2004.11.10
- 《Software for Flexible Bayesian Modeling and Markov Chain Sampling》是机器学习领域专家Neal编写的用于Bayesian和马尔可夫链Linux下的C语言工具包。很有名,也很权威。 -This software supports Bayesian regression and classification models based on neural networks and Gaussian processes, and Ba
sortcollection1
- Linux下的各种排序算法的总结,很不错的代码 全是C++实现-Various sorting algorithms under Linux summarize, very good the code all C++ achieve
sortcollection111111111111111000000
- Linux下的各种排序算法的总结,很不错的代码 全是C++实现-Various sorting algorithms under Linux summarize, very good the code all C++ achieve
SVDLIBC-win
- SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile
sortquick
- 在linux环境下,采用mpi并行,C语言,实现对数组的快速排序。输出结果为数组从小到大排序的结果。可以实现多处理器共同对一组数的排序。-In linux environment, using mpi parallel, C language, to achieve quick sort the array. The output is an array of small to large results. Can achieve more together on a number of gro
刘长礼WENO爆轰波模拟
- 此文介绍了由江广山(音译)、舒其望(Jiang Guangshan & Shu Chi-Wang, JCP 126 pp202-228, 1996)等人发展的5阶有限差分WENO格式,并提供用C++语言编写的程序源码(不包括坐标变换模块和化学反应模块的源码),采用了面向对象(OO)思想编写程序。所提供的程序仅适用于简单二维矩形边界、可压缩流动、非定常、Euler方程的数值模拟。经坐标变换,可适用更多其他几何外形的计算。源码在Windows 2000, XP, 2003平台、Visual