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

资源列表

« 1 2 ... .14 .15 .16 .17 .18 1419.20 .21 .22 .23 .24 ... 3415 »
  1. NumAlgFor77

    0下载:
  2. 这是一个标准数值计算的Fortran77案例程序,虽然没有高深而专门的算法,但对一些常用的算法,如矩阵计算,插值,拟合,数值微分和积分,非线性方程求根,函数极值,常微分和偏微分方程的求解等给出了案例式的的解法,有助于数值方法初学者入门或老用户常规调用,也可以作为子例子程序调用。-This is a standard numerical Fortran77 procedures in case, though not profound and specialized algorithms, but
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:143.35kb
    • 提供者:Jia Duojie
  1. AlphaDemo

    0下载:
  2. 利用26个英文字母表示0至2147483647整数的函数源码-Using the 26 English letters 0-2147483647 integer function source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5.2kb
    • 提供者:hahale
  1. ISODATA(VC)PP

    1下载:
  2. ISODATA聚类的源代码 c语言实现 -ISODATA clustering source code c language
  3. 所属分类:Algorithm

    • 发布日期:2015-06-25
    • 文件大小:3kb
    • 提供者:巩奕成
  1. bubble-formation

    4下载:
  2. 格子Boltzmann方法模拟气泡生长,伪势单组份模型-Lattice Boltzmann Method bubble growth
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4.67kb
    • 提供者:胡安杰
  1. tarjan

    0下载:
  2. 给定一个图,找强连通分量,使用Tarjan算法-Given a graph, find the strongly connected components, the use of Tarjan algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:253.91kb
    • 提供者:dianlujitao
  1. testrotationFault1

    0下载:
  2. 地震断层旋转功能,把地震断层按研究需要旋转到一定角度。-Earthquake fault rotation function, according to the research needs of earthquake faults rotated to a certain angle.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:wubaofeng
  1. PQ

    0下载:
  2. PQ分解的典型例程,非常适用于初学者及专业人士参考学习-PQ decomposition typical routines, very suitable for beginners and professionals refer to learning
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2.95kb
    • 提供者:萧勇
  1. dot-line

    1下载:
  2. 判断点在角内、点在多边形内,计算点间、点到直线、到线段距离等vb源程序-Determine the point in the corner, the points in the polygon, calculated point, the point to the straight line distance to other vb source
  3. 所属分类:Algorithm

    • 发布日期:2016-02-07
    • 文件大小:7kb
    • 提供者:lfn
  1. LU

    0下载:
  2. LU分解法解线性方程组(内附题目) #include "math.h" #include "stdio.h" #define n 4 int LU(double (*a)[n])-LU decomposition method for solving linear equations (containing title)# include " math.h" # include " stdio.h" # define n 4 int LU (
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:7.04kb
    • 提供者:l
  1. NewTon

    0下载:
  2. Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7.67kb
    • 提供者:l
  1. rom

    1下载:
  2. 用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:631byte
    • 提供者:l
  1. QR1

    0下载:
  2. QR算法求解 int qrroot(a,n,u,v,eps,itmax) double *a,*u,*v,eps int n,itmax { int i double *H H=(double*)malloc(sizeof(double)*n*n)-QR algorithm int qrroot (a, n, u, v, eps, itmax) double* a,* u,* v, eps int n, itmax {int i double* H
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:599byte
    • 提供者:l
« 1 2 ... .14 .15 .16 .17 .18 1419.20 .21 .22 .23 .24 ... 3415 »
搜珍网 www.dssz.com

浏览历史记录

关闭