CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 构造算法

搜索资源列表

  1. 6.4 构造三维几何体

    1下载:
  2. 构造三维几何体的VB算法,能够建造一些比较简单的三维模型.-to construct three-dimensional geometric VB algorithm, to the construction of some of the more simple 3D models.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:175228
    • 提供者:吕江林
  1. 算法分析课程设计

    0下载:
  2. 算法分析代码 语言惯用的词法(包括语言标记的描述) 每个语言构造的B N F 描述 相关语义的英语描述 C -的两个示例程序 C -的一个Tiny Machine 运行时环境 C -和T M 的编程设计方案-algorithm analysis code language commonly used morphology (including labeling descr iption language) structure of each language B N F
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1984
    • 提供者:清风
  1. PRIOTREE

    0下载:
  2. 最佳二叉排序树的构造算法,欢迎大家一起讨论学习-best two forks of the tree structure sequencing algorithms, we welcome the discussions learning
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8765
    • 提供者:黄程鸿
  1. 普里姆算法构造最小生成树

    0下载:
  2. 普里姆算法构造最小生成树.rar-Primbetov tectonic minimum spanning tree algorithm. Rar
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6276
    • 提供者:里几
  1. 普里姆算法构造最小生成树3

    0下载:
  2. 普里姆算法构造最小生成树-Primbetov tectonic minimum spanning tree algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1433
    • 提供者:涛涛
  1. 绘制构造等高线

    1下载:
  2. 用csharp开发的距离距离反比插值算法,用来对离散点加密,本程序是计算地质上的构造高度为目的的 我的邮箱feiyuno2@163.com-Development with csharp distance inverse distance interpolation algorithm used to encrypt the discrete points, this program is to calculate the height of geological structure on th
  3. 所属分类:C#编程

    • 发布日期:2012-12-31
    • 文件大小:345839
    • 提供者:飞鱼
  1. 2

    0下载:
  2. 用邻接表表示的图的深度优先周游的非递归算法,邻接表的构造算法-Adjacency list with the plan said the depth-first tour of the non-recursive algorithm, adjacency list structure algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2395
    • 提供者:chenyuehong
  1. tsp

    0下载:
  2. matlat源程序解决tsp问题,使用的是遗传算法,与普通的程序不同,本程序详细介绍了遗传算子的构造-MATLAB to solve tsp problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:3745
    • 提供者:fang
  1. algorithm-of-Bezier-control-points

    0下载:
  2. 这是一篇分段3次Bezier曲线控制点构造算法,具有较好的适应性-This is a sub-3 Bezier curve control points construction algorithm with good adaptability
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1555993
    • 提供者:李波
  1. lineCircle

    0下载:
  2. C++编程源代码,实现画园和直线的基本构造算法,独立的图形引擎。-C++ programming source code, painting park and linear construction algorithm, independent of the graphics engine.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1969379
    • 提供者:zerohoo
  1. SSteganographt

    0下载:
  2.  密写编码技术以占用较多的载体数据为代价来减少对载体数据的修改量,从而降低信息隐藏引起的失真. 本文首先将密写编码方法的构造转化为一个数据的稀疏表示问题,然后提出出密写编码构造算法. 利用该构造算法可得到一系列密写编码方法,并进一步研究密写编码的组合形式,在不同占用率条件下获得了良好的编码性能,优于矩阵密写编码和游动密写编码. -Steganography to occupy more vector data to reduce the cost of the modifications o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:384504
    • 提供者:谨防
  1. Copy-of-LR0ForWin

    0下载:
  2. LR(0)分析表构造,窗口化MFC。实现LR(0)分析表的构造。 构造一程序,实现LR(0)分析表构造算法,识别文法活前缀的DFA输出LR(0)分析表,可输出到指定文件中。-LR ( 0) analysis table structure, window MFC. Realization of LR ( 0) analysis table structure. Constructing a program, LR ( 0 ) analysis table construction algorit
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-10
    • 文件大小:2267814
    • 提供者:时连标
  1. PEG

    1下载:
  2. LDPC码的PEG构造算法,注释详细,有一定的参考价值-This is the PEG algorithm for the construction of LDPC Codes, the comments are in detail and it s a valuable reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:Yanan Fan
  1. tree

    0下载:
  2. C语言二叉树三种遍历算法及其广义表表示 VS2012编写 基于先序遍历的构造算法:输入是二叉树的先序序列,但必须在其中加入虚结点以示空指针的位置。假设虚结点输入时用’.’字符表示。 分别利用先序遍历、中序遍历、后序遍历所建二叉树-Three kinds of C language binary tree traversal algorithm and generalized table said visual programming based on first order traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1443
    • 提供者:Lynn
  1. 动态规划

    1下载:
  2. -动态规划(Dynamic Programming,简称DP),虽然抽象后进行求解的思路并不复杂,但具体的形式千差万别,找出问题的子结构以及通过子结构重新构造最优解的过程很难统一,(Dynamic programming (Dynamic Programming, referred to as DP), although the abstract is solved after thinking is not complicated, but the specific form of diffe
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:26624
    • 提供者:刘曼
  1. 哈弗曼

    0下载:
  2. 设计程序以实现的哈夫曼算法。求解所构造的哈夫曼树的带权路径长度()
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:472064
    • 提供者:mew
  1. tin三角网

    0下载:
  2. 不规则三角网构造算法 ,在数据集中选取任一点,查找距离次点最近的点,相连后作为初始基线—在初始基线右边应用Delaunay法则搜索第三点—生成Delaunay三角形,并以该三角形的两条新边作为新的基线—重复前面的过程直至所有基线处理完毕(Construction algorithm of Irregular Triangulation Network)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:46080
    • 提供者:雨蝶
  1. SurrogateOptimizationModule_FileExchange

    2下载:
  2. 实现rbf以及kriging等代理模型的构造并实现EGO算法优化(Realizing the construction of RBF and Kriging agent model and optimizing the EGO algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:12154880
    • 提供者:小葱小虫
  1. polar信息位的选择

    4下载:
  2. 极化码编码构造算法之高斯近似,我自己写的,可以使用。(Gauss approximation of the algorithm of polar code encoding construction)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:523264
    • 提供者:步行者5
  1. Gradient算法

    1下载:
  2. 生成压缩感知测量矩阵,对稀疏的离散数字信号进行压缩(Compressed sensing measurement matrix is generated to compress sparse discrete digital signals)
  3. 所属分类:其他

    • 发布日期:2019-04-01
    • 文件大小:1024
    • 提供者:程赫然
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com