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

搜索资源列表

  1. ezMTL-1.02

    0下载:
  2. 矩阵运算的模板类,可在VC编程时更加方便的使用矩阵。我在我的课题中就使用它进行了很多矩阵运算,推荐下载!-matrix calculation template category, the VC program more convenient to use the matrix. I am in my topics on the use of it for a lot of matrix operations and recommend downloading!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112161
    • 提供者:吕学刚
  1. ISBN-2

    0下载:
  2. 审核ISBN的另一算法,或许不是最好的,但至少是鄙人刚学编程时的想法。在此各大家共勉。 -audit ISBN another algorithm, perhaps not the best, but at least I am just learning programming ideas. Here we all share.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1085
    • 提供者:秦征
  1. Gauss(delphi)

    0下载:
  2. 本软件系我Delphi学习习作,实现了用Gauss消去法解线性方程组,能识别用户以文本方 式输入方程组增广矩阵,并且能检测一些常见的输入错误及其位置,方程的解以文本方式输 出在结果显示框。希望用户尽量按照软件操作提示操作,尽管我细心的考虑过很多可能出现 的错误,但仍有许多不足的地方,欢迎各位朋友发现并指出,本人非常感激。-I Delphi learning exercises, realized using Gauss elimination method for solving l
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:564229
    • 提供者:谭文政
  1. HDB3

    0下载:
  2. 源于老师的作业,实现将01代码转化成HDB3码,另外还有用VHDL语言编的,不过我这没有-teachers from the operations, achieving 01 HDB3 code into the code, as well as using VHDL series, but I am not
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39011
    • 提供者:王原
  1. cordic_implementation

    0下载:
  2. 这个包里面包含了对Cordic算法的基本函数实现。通过Dformat类来控制系统的数据格式,并为Cordic算法类提供辅助。Cordic类为基本函数的计算提供接口。并把仿真所得的数据导入Matlab中进行验证。验证结果用html的形式输出。-It s am implementation of CORDIC in C++ language.Class Dformat defines the data format used in the algorithm,and class Cordic pro
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:777268
    • 提供者:罗正平
  1. linearprog_code

    0下载:
  2. 这是一个老师布置的作业程序,我是用C++ Builder 4.0写的. 如果学过<线性规划>的话,这个程序要干什么大家都知道,就是求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-Teacher This is a layout of operating procedures, I am using the C++ Builder 4.0 Writing. If the study had <linear programming>, th
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:62740
    • 提供者:kk.h
  1. swing

    1下载:
  2. 数值分析的曲线插值算法,包含了多项式插值和样条插值。本人研究生作业。附带详细说明(作业报告)。如果显示曲线,需要OpenGL库支持。-Numerical analysis of curve interpolation algorithm, including a polynomial and spline interpolation. I am post-graduate work. Incidental details (operation report). If you see a curv
  3. 所属分类:Algorithm

    • 发布日期:2016-11-16
    • 文件大小:870881
    • 提供者:轩辕十四
  1. LibMatrix

    0下载:
  2. 一个高质量的矩阵运算源程序,本人在Linux,Windows VC6.0环境下运行过。-Matrix calculation of a high-quality source, I am in Linux, Windows VC6.0 environment run-off.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4826
    • 提供者:shen
  1. IML

    0下载:
  2. 为了整GMRES搞的一个科学库,不过看不懂,不会用,传上来供大家看看,谁要是会请告诉我啊,jxrhhu@hhu.edu.cn-a lib for scientific computing, when i am doing some research in GMRES, is noted useful but hard to understand. if anyone know it, please tell me how to use it. many thanks, jxrhhu@hhu.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1759000
    • 提供者:jiangxr
  1. code

    0下载:
  2. 找出两个字符串的最长公共子串。 给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。 我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:990
    • 提供者:武侯
  1. geneticalgorithm

    0下载:
  2. I am submitting u the code for the Algorithm that got its popularity in these days because of the random search behaviour and other ideas which includes the natural behaviour.. THE GENETIC ALGORITHM
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:78990
    • 提供者:bharath
  1. Binary

    0下载:
  2. 该代码能把你输入的数字进行二进制转换,本人刚学,所以代码简单-The code can you type the number of binary conversion, I am just learning, so the code simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1875847
    • 提供者:小小
  1. date2

    0下载:
  2. 最小二乘法线性拟合有着广泛的应用。本人在机器视觉/摄像机标定中求取摄像机内参数是采用了最小二乘法,本人提供的源码也是可靠的。-Least squares linear regression has been widely used. I am in the machine vision/camera get the camera calibration parameters are used within the least squares method, I provide the sourc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1759
    • 提供者:Geff
  1. tuoyuannihe

    0下载:
  2. 椭圆拟合的最小二乘算法和原理。对于初学的人肯定有帮助。我也是转载的,希望对你们有帮助。-Ellipse fitting algorithm and the principle of least squares. For the beginner who is sure to help. I am also reproduced, hope you have help.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:316308
    • 提供者:顾宾
  1. solve-linear-system-by-LDLT

    0下载:
  2. 用LDLT分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With LDLT decomposition method to solve linear equations of the process of demonstration, I am the original, the test is correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1952
    • 提供者:huyunq
  1. work

    4下载:
  2. 本人对拉瓦尔喷管进行流体分析,得出了其温度,压力等仿真曲线。内有程序和仿真图-I am Laval nozzle for fluid analysis, obtained the temperature, pressure and other simulation curve. There are procedures and simulation diagram
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1036848
    • 提供者:wuyuefei
  1. main

    0下载:
  2. This file is the main file of RPN algorithm (reverse polish notation). I am pretty sure it is 100 bug less. File was checked on Wroclaw Univerity of Technology servers.-This file is the main file of RPN algorithm (reverse polish notation). I am prett
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1509
    • 提供者:Damian
  1. zhangwei018

    1下载:
  2. 我是学生,所以传的代码都是比较适合初学者的,这是一个关于地震波正演模拟的代码,比较全面,相信对大家都有帮助-I am a student,so my program is suitable for some students who are first learnning something about it.This is a forwarding program ,it is very general,I beleve it is helpful to some guys.
  3. 所属分类:Algorithm

    • 发布日期:2014-05-29
    • 文件大小:3159040
    • 提供者:张伟
  1. algoritmo_astar

    0下载:
  2. a* algorithm applied to a graphical problem, i am not the developer but it really works
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:28663
    • 提供者:yomerengues
  1. EX2DVAEL_BergaIf

    1下载:
  2. 在压缩源激发下,真空-弹性表面的精确二维响应。(Garvin问题) 英文描述中有相关参考文献,对于做波场模拟的同学很有用。-THIS FORTRAN PROGRAM CALCULATES THE EXACT SEISMIC 2D RESPONSE FROM A COMPRESSIONAL POINT SOURCE IN AN ELASTIC HALFSPACE WITH A FREE SURFACE. ALL GREEN S FUNCTIONS ARE CALCULATED AN
  3. 所属分类:Algorithm

    • 发布日期:2016-03-31
    • 文件大小:29696
    • 提供者:skyey
« 12 »
搜珍网 www.dssz.com