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

搜索资源列表

  1. axes

    0下载:
  2. 一个按自己意愿设计子图和轴外注释的小程序,很具有个性化。-A small program to design figure and explanation of outer axes according to one s own willingness, with personal characteristics.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:Tang
  1. 关于tts语音引擎的使用方法

    1下载:
  2. 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。   Speech API可以作为类型库引用到Delphi中,方法是:打开Project选单下的Import Type Litrary,点击“Add”加入Windows\\Speech目录下
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7931
    • 提供者:章称
  1. 图的最小生成树

    1下载:
  2. 数据结构常用算法:图的最小生成树 经典算法:图的最小生成树-algorithm commonly used data structures : Figure the minimum spanning tree algorithm classic : Figure the minimum spanning tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1587
    • 提供者:牛牛
  1. 递归算法快速排序

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:176387
    • 提供者:李顺
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13600
    • 提供者:陈士骞
  1. mColor

    0下载:
  2. 图论:图的M着色问题 GraphM.h GraphOpr.h mColor.cpp mColor.dsp mColor.dsw mColor.h mColor.ncb mColor.opt mColor.plg test test.gph-graph theory : Figure M Coloring GraphM.h GraphOpr.h mColor.cpp mColo r.dsp mColor.dsw mColor.h mColor.ncb m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12972
    • 提供者:silwol
  1. matsource

    0下载:
  2. 芯片一旦进入摄像头视场,则能被系统感知,系统会开始对该芯片进行自动跟踪,确保ROI区域始终包含芯片,从而缩小了待...系统使用图4所示的方法提取特征量。其中有图像平面上纵、横、斜交叉的20条直线,这20条直线分别标记上1~20的序号... -chip camera field of view, the system will be perceived. the system started automatically tracking chips to ensure that the
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5537
    • 提供者:新的一页
  1. wavelift

    0下载:
  2. 暂时只支持jpeg2000支持的 cdf97 和spline53 可以这样来测试: x=imread( E:\\study\\jpeg2000\\images\\lena.tif ) % see the decomposition coefficients y=wavelift(x, 1, spl53 ) using spline 5/3 wavelet figure subplot(1,2,1) imshow(x) subplot(1,2,2) imshow(mat2g
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6454
    • 提供者:余庆红
  1. operate

    0下载:
  2. 1,图的建立与遍历操作 建立图的邻接矩阵 输出图从顶点V0出发按深度优先遍历的顶点序列 输出图从顶点V0出发按广度优先遍历的顶点序列 2,图的建立与拓扑排序-1, Graph traversal operation with the establishment of the establishment of the adjacency matrix output plans starting from the vertex V0 by depth-first traversal
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:27289
    • 提供者:刘黎
  1. Figure-three-matrix

    0下载:
  2. 图的三种矩阵表示(包括构造无向图的关联矩阵和有向图的关联、邻接、可达矩阵)-Figure three matrix (including the associated undirected graph structure matrix and the associated directed graph, adjacency, reachability matrix)
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:956826
    • 提供者:
  1. eight-figure-puzzle

    1下载:
  2. 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
  3. 所属分类:Algorithm

    • 发布日期:2015-11-23
    • 文件大小:1459
    • 提供者:刘文
  1. BDPSK

    0下载:
  2. 自己编写的BDPSK调制与解调,内含matlab-figure-file、matlab-M-file和得出的jpg格式图形!-I have written BDPSK modulation and demodulation, containing matlab-figure-file, matlab-M-file and come to the jpg format graphics!
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:38568
    • 提供者:李里
  1. figure

    0下载:
  2. matlab画图的使用方法,简单的画一些图形。-matlab drawing to use a simple painting some of the graphics.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1690
    • 提供者:alln_IVERSON
  1. Figure-topological-sort

    0下载:
  2. 拓扑排序   对一个 有向无环图 G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任 意一对顶点u和v,若u,v ∈E,则u在线性序列中出现在v之前。   通常,这样的线性序列称为满足拓扑次序的序列,简称 拓扑序列 。 注意:   ①若将图中顶点按拓扑次序排成一行,则图中所有的有向边均是从左指向右的。   ②若图中存在有向环,则不可能使顶点满足拓扑次序。   ③一个DAG的拓扑序列通常表示某种方案切实可行。 -Top
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1179
    • 提供者:江洋
  1. figure

    0下载:
  2. a matlab source code program about figure proce-a matlab source code program about figure process
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:22824
    • 提供者:yang
  1. Fast-Figure-source

    0下载:
  2. 用MATLAB 7.2 (R2006a) 版本实现的快速图源码,供大家学习。-Figure source version of MATLAB 7.2 (R2006a) to achieve fast for everyone to learn.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:7127
    • 提供者:leron
  1. Figure-BFS-and-DFS-traversal

    0下载:
  2. C语言,采用邻接矩阵存储,实现图的BFS、DFS遍历,源代码-C language, using the adjacency matrix storage Figure BFS and DFS traversal, and source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1336
    • 提供者:Leo
  1. figure-in-figure

    0下载:
  2. 资源为方便画图中图的matlab代码,简单可靠。嵌套入程序即可,实践过很好用。-figure in figure.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:13896
    • 提供者:liuweixia
  1. Six-figure-multiplication

    0下载:
  2. 求一个6位数,它乘上1,2,3,4,5,6后均是其原数的不同组合。-Six-figure multiplication
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-08
    • 文件大小:544
    • 提供者:wangyang
  1. Figure-in-matlab

    0下载:
  2. 用MatLab做卫星绕地运行的复杂图像,在图像当中可以-A interpretation of making figure in matlab:simulate the moving of satelite around earth
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:16845
    • 提供者:陈天际
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com