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

搜索资源列表

  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
    • 文件大小:30810
    • 提供者:yan
  1. C_filter

    0下载:
  2. 用fdatool设计一个50Hz陷波器,导出系数,编程,对原始信号signal.txt进行滤波。本程序为C程序。-50Hz with fdatool design a notch filter, export coefficient, programming, filtering the original signal signal.txt. This program is C program.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:242109
    • 提供者:li-ellin
  1. program

    1下载:
  2. 足球联赛积分程序设计,通过程序可以模拟足球联赛具体的积分过程-The football league integral design program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-02
    • 文件大小:954244
    • 提供者:王全虎
  1. GA

    0下载:
  2. 在Visual 2008环境下,用C#编写的一个基本的遗传算法代码。相信对学习遗传算法的人有一定的参考价值。-In Visual 2008 environment, using C
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:39096
    • 提供者:东方骥
  1. 1jisuan

    1下载:
  2. 1.建筑钢筋设计计算软件,vb,T型梁计算 2.斜截面配筋,vb 3.偏心受拉配筋计算,vb 4.箍筋计算,vb 5.弯剪扭计算,vb-1. Construction steel design software, vb, T-beam calculation 2. Inclined section reinforcement, vb 3. Eccentric tension reinforcement calculated, vb 4. Stirrups computing, v
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:11956
    • 提供者:王小二
  1. MovingLeast-SquaresMLS

    3下载:
  2. 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-W
  3. 所属分类:Algorithm

    • 发布日期:2015-10-01
    • 文件大小:468421
    • 提供者:李秀丽
  1. suanfa

    0下载:
  2. 设A和B是2个字符串。要用最少的字符操作将字符串A转换为字符串B。这里所说的字符操作包括: 1. 删除一个字符 2. 插入一个字符 3. 将一个字符改为另一个字符 将字符串A变换为字符串B所用的最少操作数称为A到B的编辑距离,极为d(A,B)。设计一个算法,计算任意两个字符串的编辑距离。 -Set A and B are two strings. Operation will use the least character string A is converted to a
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:525
    • 提供者:李代
  1. clock

    0下载:
  2. 设计一个时间类Time,包括时、分、秒等私有数据成员。实现时间的基本运算,如一时间加上另一时间、一时间减去另一时间等。-The design of one-time class Time, hours, minutes, seconds and other members of the private data. Time operations, such as a time to add another time, a time minus another time.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3544966
    • 提供者:slp
  1. network of ee course design

    1下载:
  2. 系统状态方程的编写与求解,绝对好东西啊,呕心之作-system state equations and solution preparation, absolute good stuff ah, nausea Zhi for
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:14005
    • 提供者:qjsky
  1. merge

    0下载:
  2. 在一个圆形操场的四周摆放着n堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 编程任务:对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。-Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pi
  3. 所属分类:Algorithm

    • 发布日期:2017-03-20
    • 文件大小:1024
    • 提供者:林雨
  1. powell

    1下载:
  2. 机械优化设计,鲍威尔法无约束优化程序,程序可以在vc6.00++环境运行-Optimization of Mechanical Design, Powell method for unconstrained optimization procedure, the procedure can vc6.00++ Environment running
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:999
    • 提供者:宋佳
  1. 1_1

    0下载:
  2. 算法设计-Algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1154
    • 提供者:李唐
  1. 1_2_3

    0下载:
  2. 算法设计-Algorithm design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1715
    • 提供者:李唐
  1. 42

    0下载:
  2. 矩阵连乘的括号画分,是算法分析与设计书里的源代码。-Matrix even by sub-brackets painting is algorithm analysis and design of the book
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:7884
    • 提供者:L
  1. caculate222

    0下载:
  2. 说明:C语言课程设计作品功能:仿Windows的自带计算器环境:DOS大小:800多行特色:图形界面,支持鼠标,算法稍有复杂 -Descr iption: C language curriculum design works features: imitation of its own Windows Calculator Environment: DOS Size: 800 multi-line features: a graphical interface to support the mo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:19636
    • 提供者:来不及
  1. shuzhifenxi

    0下载:
  2. 本程序设计采用C语言编程,采用二分法和牛顿法计算了一个方程的根,用给出的已知条件计算出三次样条插值,最后计算了一个11元线性方程组的根。正文中介绍了每个题目的详细分析步骤,附录中附有程序清单。-The program design using C language programming, the use of dichotomy and Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:53238
    • 提供者:李珊珊
  1. QZsta2

    0下载:
  2. 水文资料分析中统计某保证率下设计水位的程序-Statistical analysis of hydrological data of a guaranteed rate of the procedure under the design water level
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1299
    • 提供者:jimcqcu
  1. Puma-EM-0.4.6.tar

    2下载:
  2. 这个软件包(C++)是我寻找电磁学代码无意中找到了,功能相当强大(并行计算,快速多极子等)。缺点是安装相当麻烦,需要若干个其他软件包。我在Fedora Core9下编译其中所需blitz++时出错,在 ubuntu下可以所有均编译通过,运行时出现一个错误,我找不到原因(本人水平有限),但从学习电磁学有关算法/程序设计来说,已经是相当了不起的开源软件了。parallel unified multipole algorithm for Electromagnetics (Puma-EM). A
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:427062
    • 提供者:hopeshot
  1. freefem3d_1.0pre10.orig.tar

    0下载:
  2. 这是FreeFem2D的姊妹软件,对于学习有限元程序设计的人来说有很好的参考价值,我在Fedora Core9下编译运行通过(安装很容易),编译后会生成ff3d可执行程序,通过读取描述问题的文件就可以自动剖分/求解等。-This is FreeFem2D s sister software, finite element program for the study and design for those who have a good reference value, I have compi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5222026
    • 提供者:hopeshot
  1. [D_A.Hodges]Analysis_and_Design_of_Digital_Integra

    0下载:
  2. 绝对的一本经典的数字集成电路书,值得欣赏,基础与提高的结合,很经典-An absolute classic digital integrated circuits book, worthy of appreciation, the foundation and to enhance the combination of classic
  3. 所属分类:Algorithm

    • 发布日期:2017-06-15
    • 文件大小:23758663
    • 提供者:mmq
« 1 2 3 4 56 7 8 9 10 ... 45 »
搜珍网 www.dssz.com