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

搜索资源列表

  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:43.11kb
    • 提供者:何浩
  1. 上大_net-0-1背包问题(回朔法)

    0下载:
  2. 0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0 / 1 knapsack problem is a P-complex issues, in order to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8.71kb
    • 提供者:周易
  1. nShapeCurve

    0下载:
  2. 用matlab绘制bezier曲线,逼近一个n形状。-Matlab draw with Bezier curve, approaching a n shape.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2.38kb
    • 提供者:happynoom
  1. BigNum

    0下载:
  2. 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:18.27kb
    • 提供者:ouyang
  1. tftb_window

    2下载:
  2. 时频窗口选取并计算,有效选择时频窗口。对初学者有用-yields a window of length N with a given shape
  3. 所属分类:matlab例程

    • 发布日期:2013-10-27
    • 文件大小:2.12kb
    • 提供者:刘振明
  1. marombmasimp

    0下载:
  2. 格式:x=masor(A,b,omega,x0,ep,N) A为系数矩阵,b为右端向量, 用途:用复辛普生形公式求积分。- Format: x = masor (A, b, omega, x0, ep, N) A as the coefficient matrix, b for the right-hand side vector, Uses: The complex shape Simpson quadrature formula.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:913byte
    • 提供者:wangsizhao
  1. n!

    0下载:
  2. 求解n!的算法。用c++语言描述,挺好的。-Solving n! Algorithms. Using c++ language to describe, in very good shape.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:171.22kb
    • 提供者:王继州
  1. randgen2

    0下载:
  2. randgen(mu,mu1,mu2,cov1,cov2,cov3) = Random generation of Gaussian Samples in d-dimensions where d = 2 mu, mu1, mu2 = (x,y) coordinates(means) that the gaussian samples are centered around cov1, cov2, cov3 are the covariance matrices and will v
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.49kb
    • 提供者:resident e
  1. xinxiyincang

    1下载:
  2. 产生符合高斯分布N( u, a*a)的随机数,然后用参数估计法估计相应的 和 产生尺度参数为 的指数分布,并且估计参数 的取值和根据我介绍的方法产生GGD分布的随机数,形状参数为c =1.0-That meet the Gaussian distribution N ( u, a* a) of the random number, then the corresponding parameter estimation method to estimate  and  
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-04-20
    • 文件大小:1.77kb
    • 提供者:五也
  1. TextonBoost-Joint-Appearance--Shape-and-Context.r

    0下载:
  2. The paper investigates the problem of achieving automatic detection, recognition and segmentation of object classes in photographs . N amely, given an image the system is expected to automatically partiti on the image into semanticall
  3. 所属分类:matlab

    • 发布日期:2017-06-15
    • 文件大小:22.53mb
    • 提供者:Ritesh Das
  1. erchashushixian

    0下载:
  2. 二叉排序树的实现 实现二叉排序树,包括生成、插入,删除; 对二叉排序树进行先根、中根、和后根非递归遍历; 每次对树的修改操作和遍历操作的显示结果都需要在屏幕上用树的形状表示出来。 -英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 二叉排序树的实现 实现二叉排序树,包括生成、插入,删除; 对二叉排序树进行先根、中根、和后根非递归遍历; 每次对树的修改操作和遍历操作的显示结果都需要在屏幕上用树的形状表示出来。 请键入文字或网站地址,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2.3kb
    • 提供者:windin
  1. Fourier descriptors using matlab

    0下载:
  2. The descr iptors c(k) describe the frequency contents of the curve: a value of k close to zero will describe low frequency information, an approximative shape, and the higher frequencies will describe details. For k = 0, c(k) represents the position
  3. 所属分类:数值算法/人工智能

  1. sgu250

    0下载:
  2. sgu250:Constructive Plan 题目大意: 给出一个n∗ m的01矩阵,0表示不能放,1表示能放,在其中放入三个矩形,要求满足如下条件: 1.每个矩形面积大于0。 2.这些矩形必须是一个联通块,矩形之间不能重叠。 3.矩形的左边界在同一条线上。 4.中间矩形的横向长度小于两边矩形的横向长度。 求出最大的三个矩形的总面积,无解输出− 1。-250. Constructive Plan time li
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1.22kb
    • 提供者:owaski
  1. 谱聚类11

    2下载:
  2. 进一步采用基于距离和曲线形态的双尺度相似性度量谱聚类算法进行聚类处理,通过求n 个二次规划问题,就可以求得相似度矩阵W,降低了谱聚类算法对参数的敏感性,使算法更稳定(Furthermore, we use the two-scale similarity measure spectrum clustering algorithm based on distance and curve shape to carry out clustering. By finding n quadratic pr
  3. 所属分类:matlab例程

搜珍网 www.dssz.com