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

搜索资源列表

  1. 科学与工程数值计算算法配套源码java

    1下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法Java》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm Java" complementary source, includes the plural, matrix co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:134.52kb
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vb

    5下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VB》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VB" complementary source, includes the plural, matrix comput
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:189.77kb
    • 提供者:方正
  1. 科学与工程数值计算算法配套源码vc++

    5下载:
  2. 清华大学2002年出版的《科学与工程数值计算算法VC++》配套源码,包括复数计算、矩阵运算、插值计算、线性非线性方程组求解、数值积分、数值拟和与逼近等算法和类,对于科学和工程数值计算很有参考价值!-Qinghua University, in 2002 published "Science and engineering numerical algorithm VC + +" complementary source, includes the plural, matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.26mb
    • 提供者:方正
  1. Simpson求积

    0下载:
  2. Simpson求积简单的算法及其DELPHI的一些简单代码.欢迎大家参考!-Simpson Quadrature simple algorithm and the DELPHI some simple code. We welcome the reference!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:167.05kb
    • 提供者:zyx
  1. 常用电气计算

    0下载:
  2. 这里面是关于电气常用公式计算,对电子电气类学习参考有一定的价值-There is a commonly used formula of electrical, electronic reference Electric learning has its value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:21.87kb
    • 提供者:李林
  1. 聚类算法 dbscan

    2下载:
  2. 数据挖掘中的聚类算法程序演示参考 dbscan for C# -data mining algorithms procedures demonstration dbscan reference for C#
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30.41kb
    • 提供者:梁飞
  1. lgjifen

    0下载:
  2. 数值计算方法中求积分的程序代码,供大家参考,交流-numerical calculation method for the integration code, for your reference, exchange
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.52kb
    • 提供者:齐名
  1. C语言科学计算源代码

    1下载:
  2. 主要用于数字仿真方面的代码,可以供做控制,系统辨识等方面的朋友参考。-mainly for the digital simulation code can be done for control, system identification, such as a friend of reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:311.73kb
    • 提供者:王成玖
  1. Digital Signal Processing(FORTRAN)

    1下载:
  2. 数字信号处理的FORTRAN语言实现程序,包括数字信号处理的大部分内容,很好的参考资料-digital signal processing to achieve the FORTRAN language procedures, including digital signal processing, most of the contents of a good reference! !
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63.25kb
    • 提供者:桐桐
  1. C语言数值算法

    0下载:
  2. VC环境下数值算法 大家可以参考实现一些数值算法!!!! 请多多支持呀!-VC environment numerical algorithm we can achieve some reference to numerical algorithm! ! ! ! You will support!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9.43kb
    • 提供者:数学
  1. matrix_compute

    1下载:
  2. 有关矩阵运算的大量C语言原代码,有参考价值-matrix calculation of the large number of C-language source code, a reference value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16.64kb
    • 提供者:ggg
  1. psm_63rnd

    0下载:
  2. 雷达信号的MATLAB仿真常常是因为运算时间问题而失败,经过试验,在实际编程中,采用调用子函数方法就遇到该问题,为此,改为采用的查表法实现,有效解决了该问题。故将该源码上传供同行参考。-radar signal simulation of MATLAB because computing is often a matter of time and failure, after testing, the actual programming, using call Functions encoun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:837byte
    • 提供者:wnangang
  1. invert

    0下载:
  2. 矩阵求逆的并行算法,使用高斯约当消去法,是从一参考书中copy过来的,谢谢原作者。-matrix inversion of the parallel algorithm, about when the use of Gaussian Elimination Act, a reference book from which the copy over, Thank you, the original author.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.57kb
    • 提供者:魏东子
  1. SensorAnalysis

    0下载:
  2. 一组仪器性能分析程序,分别计算仪器的线性度、迟滞、符合度、重复性。其中M_repeatability与M_bessel一起使用计算重复性。具体算法参考《传感器技术及应用》樊尚春著。-equipment performance analysis procedures, the machines were calculated linearity, hysteresis, compliance and reproducibility. M_repeatability M_bessel which t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:胡瑞飞
  1. RadarAnalysisSoftware

    0下载:
  2. 此为使用VEE Pro开发的雷达信号分析软件,对仪器和雷达系统分析有参考价值-here for the use of VEE Pro development of the radar signal analysis software, the right equipment and radar analysis reference value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:孙蒙
  1. Sigtest

    0下载:
  2. 此为使用VEE Pro开发的信号完整性分析软件,对高速串行信号分析有参考价值-here for the use of VEE Pro development of the signal integrity analysis software for high-speed serial signal analysis reference value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.51kb
    • 提供者:孙蒙
  1. CORDIC_FLOAT

    0下载:
  2. 这是一个数值计算算法在FPGA中实现的东东。包括CORDIC算法的详细资料还有float型数的详细论述,可供参考。-This is a numerical algorithms in FPGA achieve saucepan. CORDIC algorithm include detailed information is the number of float-type discussed in detail for reference.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.84mb
    • 提供者:克林顿
  1. yz

    0下载:
  2. [c语言]分形算法实现树叶的绘制 代码精简明了,是研究分形算法及c语言绘图方法的朋友良好的参考资料-[c Language] fractal algorithm leaves the mapping code to streamline clear, research fractal algorithm and c language drawing of a good reference for a friend
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31.37kb
    • 提供者:赵宇龙
  1. fxxh11

    0下载:
  2. [c语言]分形算法实现雪花图形绘制 代码精简明了,是研究分形算法的朋友良好的参考资料-[c Language] fractal algorithm snowflakes graphics rendering code to streamline clear, research fractal algorithm good friends reference
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31.5kb
    • 提供者:赵宇龙
  1. ABAQUS USER SUBROUTINES REFERENCE MANUAL

    2下载:
  2. ABAQUS user subroutines reference 6.10
  3. 所属分类:数学计算

    • 发布日期:2018-05-02
    • 文件大小:6.24mb
    • 提供者:ly199427
« 12 3 4 5 6 7 8 9 10 ... 33 »
搜珍网 www.dssz.com