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

搜索资源列表

  1. 2296_Regression

    0下载:
  2. Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5122
    • 提供者:qiao
  1. LWLFkuiba

    0下载:
  2. 一个一维溃坝模拟动画,使用复合有限差分法,效果很好。刚学刚做,希望对大家有点用处。内含源程序。-a one-dimensional dam break simulation animation, the use of composite finite difference method with good results. Just do just learning, and I hope to you a bit useless. Intron source.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:88216
    • 提供者:童话
  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. 218xfft

    0下载:
  2. 定点十六位的adsp218x系列的fft、fir算法。对刚刚入门的dsp学习有很大的帮助。-the sentinel 16 adsp218x series of fft, fir algorithm. Just caught the right dsp learning a great help.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17788
    • 提供者:zlt
  1. 3chazhi

    0下载:
  2. 恩,就是三次样条插值,小弟刚刚学会编程,大家见谅,见谅-TU, cubic spline interpolation, younger brother had just learned programming, we apologize, apologize
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:938
    • 提供者:la
  1. Csharp_calculator_sample(WINFORM)

    0下载:
  2. 相信这个程序对已经学习C#很久而刚刚入门图形界面编程的初学者有用,一个用C#做的计算器-believe that the process of learning C# has been a long time and just portal GUI Programming beginners useful, one C# do Calculator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12988
    • 提供者:王选
  1. heart513

    0下载:
  2. 刚才弄错了,这才是第二个源码,可以实现输入一二叉树的前序与中序,输出其后序-have just made a mistake, this is the second source, can achieve an input sequence of binary tree with the sequence, then the output sequence
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1033
    • 提供者:刘浪
  1. 411

    0下载:
  2. 矩阵中的每一个元素称为像元、像素或图像元素。而g(i, j)代表(i, j)点的灰度值,即亮度值。 由于g (i, j)代表该点图像的光强度(亮度),而光是能量的一种形式,故g (i, j)必须大于零,且为有限值,即: 0<=g (i, j)<2n。 用g (i, j)的数值来表示(i, j)位置点上灰度级值的大小,即只反映了黑白灰度的关系。 数字化采样一般是按正方形点阵取样的, -each of the matrix elements known as a pixel, pixe
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1138748
    • 提供者:刘德华
  1. Burstsort-1.0-source

    0下载:
  2. 目前最快速的字符串排序算法,1.0版本仅仅支持a-z 26个小写字符-most rapid string sorting algorithm, version 1.0 supports a just-z 26 lowercase characters
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:192669
    • 提供者:nanluling
  1. Computer_NN

    0下载:
  2. 刚才没注意,上传的是.c文件,重新上传,忘谅解! 精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:782
    • 提供者:曾庆谦
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:39692
    • 提供者:lxh
  1. Expression_alaysis

    0下载:
  2. 算法:编译原理中心自顶向下的算术表达式分析.just enjoy it.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:354661
    • 提供者:小钻风
  1. Arabic2Roman

    0下载:
  2. 这个简单的perl脚本用来在阿拉伯数字与罗马数字之间互相转换。 程序的功能有限,帮助信息也没有,但是很短小,我写这个代码的目的也是just-for-fun,呵呵。 使用方法 ======== 把函数 Arabic2Roman 或者 Roman2Arabic 复制到你的代码里,然后调用就行了。 版权 ==== 没有:)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:929
    • 提供者:陈永保
  1. CurveFit_Poly

    1下载:
  2. 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use thi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:12786
    • 提供者:bilka
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. Stepwise.rar

    0下载:
  2. 本人初次使用VB,也是刚开始尝试逐步回归分析算法,如有问题请多指教。,I first use of VB, is just beginning to try stepwise regression analysis algorithm, please advise if there are questions.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3184627
    • 提供者:未来
  1. featp.rar

    2下载:
  2. <<有限单元法>>,王勖成编,书后附录源代码, featp,可以求解平面应力弹性问题,平面应变,轴对称的实体单元和MINDLIN板问题,仅仅提供其求解器代码,前后处理没有,因为这50多页已经够难抄写的了.已经通过CVF6.5的编译,但是结果对否,未验证过.,Finite element method, written by Wang Xucheng, source code in appendix, FEATP, This program can solve the e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-12
    • 文件大小:13647
    • 提供者:wjl
  1. CurveAnalogies

    0下载:
  2. 曲线拟合的详细方法希望大家能够喜欢,刚刚注册多多支持-Detailed methodology for curve fitting hope that we can like it, just registered a lot of support
  3. 所属分类:Algorithm

    • 发布日期:2016-11-24
    • 文件大小:270837
    • 提供者:杨宇
  1. maitricLUdistribution

    0下载:
  2. 这是一种牛顿迭代算法,用于计算曲线的近似估计,使用非常方便,只需将程序稍微修改以适应自己的需要即可。-This is a Newton iteration algorithm used to calculate the approximate curve is estimated that the use of very convenient, just a slight modification to the procedure in order to adapt to their own n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2082
    • 提供者:zhaozhenkun
  1. JUANJI2

    0下载:
  2. 用C++实现的卷积公式 适合刚刚研究卷积公式的人使用-Using C++ to achieve just the convolution formula for those who study the use of convolution formula
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:179422
    • 提供者:马文斌
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com