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

搜索资源列表

  1. Introduction to Functional Programming with Haskel

    0下载:
  2. Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63.16kb
    • 提供者:鲍军波
  1. fdtd-c-program

    0下载:
  2. fdtd的一些一维到三维的程序,通常为pml边界,用txt文本编辑,无需解压密码-fdtd some one-dimensional to three-dimensional procedure, usually pml border with txt text editor, without extracting passwords
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.11kb
    • 提供者:阿呆
  1. FemProgram

    0下载:
  2. 这是等参单元的有限元程序,带有一板中圆孔的算例,输入文件和输出文件,文件中附有对程序的误差分析。-This is isoparametric element of finite element program, with a plate of the hole example, the importation of documents and output files, document with the right procedures error analysis.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:81.59kb
    • 提供者:周华
  1. fd2d_3.3

    0下载:
  2. 2D TM program with plane wave source fd2d_3.3.c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.01kb
    • 提供者:jimmy
  1. fd2d_3.4

    0下载:
  2. 2D TM program with plane wave source fd2d_3.4.c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.52kb
    • 提供者:jimmy
  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.03kb
    • 提供者:夏辉达
  1. guangyiguanlianweishu

    1下载:
  2. 利用GP算法求取广义关联维数的程序,附带说明。-GP algorithm using correlation dimension to strike a broad program, with instructions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:20.02kb
    • 提供者:刘颖慧
  1. LotterySrc

    2下载:
  2. 完整的彩票软件的源代码 本程序用VC编制,用于彩票软件 -Lottery software, complete source code of the program with VC preparation for the lottery software
  3. 所属分类:Algorithm

    • 发布日期:2016-03-15
    • 文件大小:76.02kb
    • 提供者:韦国立
  1. RayGUI2.1_forLinux.tar

    2下载:
  2. 射线追踪程序,具有图形界面,能够方便的进行射线追踪-Ray tracing program with a graphical interface to facilitate the conduct of ray tracing
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-09-21
    • 文件大小:1.32mb
    • 提供者:Jason
  1. chengxuyuanma

    0下载:
  2. 基于C++ 一个小型矩阵相乘程序 用C++可直接运行-Based on the C++ A small matrix multiplication program with C++ Can be directly run
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6.99kb
    • 提供者:张波
  1. Airborne Point Echo

    3下载:
  2. C语言版,机载SAR回波仿真程序,附有FFT和复数库,以及位图显示模块。本程序注释详解,对加深SAR的理解有很好的帮助-C language version, airborne SAR echo simulation program with FFT and complex database, as well as bitmap display module. Detailed notes of this procedure, for deepening the understanding of
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-06-05
    • 文件大小:6.55kb
    • 提供者:
  1. plmPrg

    0下载:
  2. Program with arrays. short algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.3kb
    • 提供者:Alex
  1. sumsub-mat

    0下载:
  2. Program with calc sum and sub mat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:mantunes
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:367.88kb
    • 提供者:
  1. keyproject

    0下载:
  2. this is simple c program for keypad using AVR microcontroller ATmega8535
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:30.69kb
    • 提供者:sroentoel
  1. JACOBI-suanfa

    0下载:
  2. 雅可比算法的算例程序,用简单明了的计算过程展示了雅可比算法的C设计过程。-Jacobi algorithm example program, with a simple and straightforward calculation shows C Jacobi algorithm design process.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12.83kb
    • 提供者:yyt
  1. Strassen

    0下载:
  2. this a program with c++ to algorithm starseen-this is a program with c++ to algorithm starseen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:gladiator
  1. air-2d

    0下载:
  2. 一个流体数值模拟程序,模拟空中或从一个钻孔运动中筛选不饱和区。三维空气流动的异常,各向异性饱和带空气流通。-A fluid numerical simulation program to simulate the air or from a drilling campaign in the filter is not saturated zone. The abnormal three-dimensional air flow, anisotropy saturated with air cir
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:40.14kb
    • 提供者:杨曦
  1. 1

    0下载:
  2. 一个把拉格朗日插值法核数值积分统一到一起的程序核心代码-Lagrange interpolation method to a numerical integration into the nuclear program with the core code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:史雨
  1. Ellipse Fit

    3下载:
  2. 基于MATLAB的椭圆拟合算法,有主程序,带结果显示图片-MATLAB-based ellipse fitting algorithm, with the main program, with results show that image
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-26
    • 文件大小:24.33kb
    • 提供者:mafulu
« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com