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

搜索资源列表

  1. vb_bezierfit

    0下载:
  2. 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 用于多个离散点拟合光滑曲线的,优化了追赶法,这个例子适用于闭合和不闭合两种情况。当时由于工程情况,写的急,代码不好看,但是很好用。为了方便传递参数,我做了一个链表,用时候根据自己情况可以修改,核心算法不动即可。-point for a number of discrete smooth curve fitting, and optimized to catch up with the law applicable to this case is not closed and the closur
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 自己用Ansys命令编得求试验台架应力分析得一个例子-own use Ansys order of being Test Bench for stress analysis in a case
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:张伟
  1. RANDOMS

    0下载:
  2. 随机数生成源代码,提供C++类和注释与一个测试例子。-random number generator source code for C and Notes with a test case.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4.26kb
    • 提供者:张张
  1. atan_base_on_CORDIC_arithmetic

    0下载:
  2. 用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iter
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:陈朋
  1. Kruscal

    0下载:
  2. 另一种有效的Kruscal算法,可以算20个点的情形-another effective Kruscal algorithm, can count 20 points of the case
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.61kb
    • 提供者:刘豪
  1. 2_60

    0下载:
  2. 求两个字符串的大小和长度 大小写敏感,当长度和大小写或字符不一致时为不等。-for two strings on the size and length of the case-insensitive, when the length and case-insensitive or inconsistent for the characters ranging.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.42kb
    • 提供者:alice
  1. icrosoftWord

    0下载:
  2. 龙哥库塔方法,求解微分方程,具有二阶代数精度,在本例中的精度已经相当不错了。-Mangge Kutta method to solve differential equations, with second-order algebraic precision, in this case, the accuracy has been quite well.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:王正刚
  1. doolittle-case

    0下载:
  2. 这是数值分析中doolittle算法的实现程序,用C语言完成。-This is the numerical analysis algorithm doolittle procedures, complete with C language.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7.15kb
    • 提供者:乐乐
  1. 11-1008

    0下载:
  2. 实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:950byte
    • 提供者:刘锐
  1. Moving-Least-Squares-Methods

    0下载:
  2. 移动最小二乘曲线拟合原理,论文中分析了一维和二维的例子,并且同最小二乘法进行比较。-Moving least squares curve fitting principle, the paper analyzes the one-dimensional and two-dimensional case, and compared with the least squares method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:735.43kb
    • 提供者:jack
  1. siliver-coin

    0下载:
  2. 银币问题,属于算法设计与分析,语言c++在n个银币中有一个是不合格的,不合格的银币比合格银币要轻。 现用天平秤银币,找出不合格的银币,且在最坏情况下秤银币的次数最少。 -Silver question, are algorithm design and analysis, language c++ in n silver is in a failed, the failure of silver coins than qualified to be light. Balance scal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:859.21kb
    • 提供者:张西
  1. Artificial-earthquake-wave

    0下载:
  2. 人造地震波参考程序,根据吴育才《单层厂房震例及其应用》-Artificial seismic reference program, according to Wu Yucai "single-plant shock case and its Applications"
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5.56kb
    • 提供者:xzx
  1. huiwen

    1下载:
  2. 所谓回文就是从左向右读和从右向左读是一样的字符串。现在我们对任一字符串进行插入操作,使得新的字符串为回文格式。要求对给定字符串进行插入操作最少的次数。如Ab3bd,至少通过两次插入操作可以得到回文 ("dAb3bAd" or "Adb3bdA"). 输入含有多个例子。每个例子两行,第一行为N,字符串长度,第二行为字符串。N<=1000。而字符串值含有26个大写字母和26个小写字母。输入以N=0为结束。 -The so-called palindrome is read fro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1kb
    • 提供者:Li
  1. LCS

    0下载:
  2. 算法:(用c++编写)设计一个算法求出全部的LCS,分析最坏情况。用”会计方法”证明,利用b[i,j]来求所有LCS的算法(在VS2008平台上) -Algorithm: (written with c++) design an algorithm find all of the LCS, the worst-case analysis. With the " accounting method" to prove the use of b [i, j] to seek a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:30.09kb
    • 提供者:yan
  1. 3d

    0下载:
  2. FDTD算法计算空间内电磁场分布,此例程为3D情形。-FDTD algorithm to calculate the spatial distribution of electromagnetic field, this routine for the 3D case.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:4.51kb
    • 提供者:lianwenzhao
  1. Stepwise-regression

    0下载:
  2. 大坝安全监测逐步回归的经典案例,非常适合初学者进行程序调试,解决实际问题-Classic case of dam safety monitoring stepwise regression, very suitable for beginners program debugging, and solve practical problems
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:105.26kb
    • 提供者:王刚
  1. integratedgradient

    0下载:
  2. The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:11.67kb
    • 提供者:徐亮
  1. Case-Highlights-MATLAB-program

    0下载:
  2. MATLAB案例程序集锦,有助于新手入门学习,起辅助作用-Case Highlights MATLAB programto help beginners learn, play a supporting role
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:123.03kb
    • 提供者:刘涛
  1. OOP Slicing Case

    0下载:
  2. Slicing Case For OOP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-08-27
    • 文件大小:5.39kb
    • 提供者:maysooni
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com