CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - compiler program

搜索资源列表

  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39692
    • 提供者:lxh
  1. md

    0下载:
  2. The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2073
    • 提供者:danielwood
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. featp.rar

    2下载:
  2. <<有限单元法>>,王勖成编,书后附录源代码, featp,可以求解平面应力弹性问题,平面应变,轴对称的实体单元和MINDLIN板问题,仅仅提供其求解器代码,前后处理没有,因为这50多页已经够难抄写的了.已经通过CVF6.5的编译,但是结果对否,未验证过.,Finite element method, written by Wang Xucheng, source code in appendix, FEATP, This program can solve the e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-12
    • 文件大小:13647
    • 提供者:wjl
  1. panair

    4下载:
  2. PANAIR程序源代码(高阶面元法程序) PANAIR程序源代码(高阶面元法程序),在ubuntu11.10中使用fortran编译,能够通过。 (在编译时,PIVC.f90程序中,241行需要修改,去掉一个括号) -PANAIR source code (high order boundary element method program) PANAIR source code (high order boundary element method program) f
  3. 所属分类:Algorithm

    • 发布日期:2015-08-27
    • 文件大小:1137664
    • 提供者:刘刚
  1. freefem3d_1.0pre10.orig.tar

    0下载:
  2. 这是FreeFem2D的姊妹软件,对于学习有限元程序设计的人来说有很好的参考价值,我在Fedora Core9下编译运行通过(安装很容易),编译后会生成ff3d可执行程序,通过读取描述问题的文件就可以自动剖分/求解等。-This is FreeFem2D s sister software, finite element program for the study and design for those who have a good reference value, I have compi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5222026
    • 提供者:hopeshot
  1. PA1

    0下载:
  2. program assegment for compiler
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:31503
    • 提供者:Milica
  1. complmat_inv

    0下载:
  2. 改程序为一个复数矩阵的求逆的源程序,注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行-Reform program for a complex matrix of the inverse of the source, note that the set path VC++ 6.0 include directory (folder) path, or will not find the header file
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:151917
    • 提供者:dongliang
  1. GEOPGRID

    0下载:
  2. 用fortran编译,以读入网格数据,计算地球重力场的程序-Fortran compiler used to read grid data to calculate the Earth s gravitational field program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:18058
    • 提供者:田园牧歌
  1. 20131126

    0下载:
  2. 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:321102
    • 提供者:御风
  1. yeya

    0下载:
  2. c语言编写的采用龙格库塔法实现的液压缸模拟程序,在热连轧系统测试中使用过,在任何c环境下都可编译执行。-C language to write the runge kutta method is used to realize the hydraulic cylinder of simulation program, used in the system test for HSM, in any environment can be c compiler implementation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1230
    • 提供者:杨洪喜
  1. graphics

    0下载:
  2. This program demonstrate the usage of Borland graphics functions, these are available only for msdos 16 bit programs using TurboC++ compiler.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:640
    • 提供者:Muhammad Asif
  1. MNTH_TSP

    0下载:
  2. 1. 本程序使用模拟退火算法解决TSP问题 a) 初始温度确定方法 选取任意状态为初始状态。以1为起始温度,不断升温,直到模拟所得接受概率大于90 ; b) 温度下降 温度下降系数为 0.95; c) 每一温度迭代 选取固定迭代次数 100 * n; d) 终止条件 温度下降次数到达 800,或某一温度下解不发生改变; 2. 本机运行及编译环境 win7 旗舰版 SP1 MINGW g++ 4.8.1 -Simu
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:687409
    • 提供者:墨者
搜珍网 www.dssz.com