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

搜索资源列表

  1. svdpackc.tar

    0下载:
  2. 求矩阵奇异分解svd算法,共计4种实现方式,-for SVD matrix decomposition algorithm, for a total of four kinds of achievement,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:644898
    • 提供者:样反
  1. 高层筑建减振设计

    1下载:
  2. 主要用于高层建筑的减振设计,根据线性振动理论,用matlab高级语言编写而成,由一个主程序和四个子程序组成-mainly for high-rise building design of the vibration, linear vibration theory, use the advanced language Matlab has been prepared by a main program and four subroutine composition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4545
    • 提供者:长卿
  1. n-s

    3下载:
  2. 四阶龙格库塔法求解流体力学-- 关于N-S方程的串行求解源程序-four bands Runge Kutta method hydrodynamics -- on the Navier-Stokes equations to solve the serial source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4049
    • 提供者:朱天山
  1. 二维积分函数

    1下载:
  2. 4个关于二维积分函数的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-four two-dimensional integral function of the C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used norm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3934
    • 提供者:angel2271
  1. 数值分析课程设计

    0下载:
  2. 本人的数值分析课程设计 ,比较完整!Gauss顺序消去法与Gauss列主元消去法是计算机上常用来求解线性方程组的一种直接的方法。就是在不考虑舍入误差的情况下,经过有限步的四则运算可以得到线性方程组的准确解的一类方法。-Numerical analysis of the curriculum design, a relatively complete! Gauss law and order eliminate Gauss out PCA elimination method is commonl
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:95247
    • 提供者:沈嘉祺
  1. c语言简易计算器

    0下载:
  2. 用c语言实现的简易计算器,键盘操作,图形界面,可以进行四则运算-use of simple language calculator, keyboard, graphics interface, for four Operational
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2757
    • 提供者:达闻西
  1. 蝴蝶效应与混沌解

    1下载:
  2. 这是一个数值计算程序,主要是用四阶龙格库塔法求解-This is a numerical procedure is mainly used four bands Runge Kutta method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:55341
    • 提供者:袁辉
  1. arraysort1

    0下载:
  2. 这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。-this procedure the first document contains four sequencing methods : foam Sort (bubble), the insertion sort (insertion), rapid sequencing (
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28406
    • 提供者:chyg
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. netsafe

    0下载:
  2. 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗?   1、在一条街上,有5座房子,喷了5种颜色。   2、每个房里住着不同国籍的人   3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物   问题是:谁养鱼?   提示:   1、英国人住红色房子  
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14306
    • 提供者:李东
  1. ADAMS34

    0下载:
  2. 这个算法是在学习“用Adams三步四阶内插公式校正”时自己遍的计算这个微分方程数值解的程序,可以修改里面的方程而用于求解其他的方程,请指正!-this is the learning algorithm "Adams steps with four bands interpolation formula correction" of their times calculated for the numerical solution of differential equati
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1020
    • 提供者:梦笔
  1. four

    0下载:
  2. WGS84到BJ54坐标转换的四参数模型,可以求出四参数和转换坐标-WGS84 coordinate transformation to the BJ54 The four parameter model, four parameters can be calculated and converted coordinates
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:604
    • 提供者:陈枫
  1. Four-eccentric-format-method

    2下载:
  2. 在解一维圣维南方程组是常用的方法-普林斯曼 四点偏心格式法-Four eccentric format method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5974
    • 提供者:dirac
  1. Four-operations

    0下载:
  2. 应用VisualC++编写的四则运算程序源代码-Four operations is based on Visual C++,I think it is very good!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2019
    • 提供者:李旋
  1. using-four-points-to-fitting-a-plane

    0下载:
  2. 四点拟合一个平面,并且判断其他点到面的距离以及方向-Using four points to fit a plane, and tell you the distance and direction from other points to the plane.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-05
    • 文件大小:7373482
    • 提供者:liujie
  1. Four-node-isoparametric-element

    0下载:
  2. 本程序采用C语言编程,编制平面四边形四节点等参元程序,用以求解平面结构问题。-This program uses the c programming language, preparation of Planar four-node isoparametric quadrilateral procedures, to Planar structures for solving problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4811
    • 提供者:thea
  1. four-Interpolation

    0下载:
  2. 数值计算中常用的四钟插值代码,包括牛顿、拉格朗日、艾米特插值等-Numerical calculation commonly used four clock interpolation code, including Newton, Lagrange, Amit interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1973
    • 提供者:wangyouquan
  1. FEM-of-four-bar-truss-structures

    0下载:
  2. 四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。-Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, bo
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:904334
    • 提供者:李源
  1. Four-rotor-Simulator

    0下载:
  2. 四旋翼飞行仿真计算,对旋翼进行气动仿真计算,以及控制设计-Four-rotor flight simulation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1089848
    • 提供者:david
  1. One-element-and-four-equations

    0下载:
  2. 只含有一个未知数,并且未知数项的最高次数是4的一元四次方程求解C算法,可直接运行-Contains only one unknown, and the maximum number of unknowns is 4 of the one dollar and four equations to solve the C algorithm, can be directly run
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:22816
    • 提供者:小梁
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com