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

搜索资源列表

  1. kmp Algorithm

    0下载:
  2. 这是一个关于字符串匹配的kmp算法,程序简单精炼,可以借鉴一下-This is a match on the string of KMP algorithm, a simple refining process, we can draw about
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:容器
  1. FJS

    0下载:
  2. 按作业效益非增序输入作业的截止期限,要求使用上述规则设计出一个算法,使得输出为一个作业可行集j[]。即如果作业i可以在截止期限前执行完毕则将其加入j[]。这样得出的一个结果是最优解,可以获得最大的效益值。-operating efficiency by increasing non-operating input sequence that the deadline for requests to use these rules to design a lgorithm, the output
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8063
    • 提供者:nanaleer
  1. symg

    0下载:
  2. 一个简单的Appelet程序,能够绘制四叶玫瑰线-Appelet a simple procedure to draw four leaf rosette
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4077
    • 提供者:一凡
  1. 经典cpp例子

    0下载:
  2. 这几个是本人整理的.cpp程序,您可以借鉴参考------>> dos前景背景色设置.cpp 二.八.十.十六进制转换程序的函数.cpp 二叉树的遍历.cpp 图形的广度优先搜寻法.cpp 图形的深度优先搜寻法.cpp 用C语言编的一个日历.c-these are my finishing. Cpp and you can draw reference --- gt; Gt; Dos prospects for the background color set. Cpp two. 8
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7166
    • 提供者:丁志强
  1. T_E.rar

    0下载:
  2. 将前缀表达式转为中缀表达式,并画出所建的树,To prefix infix expression to expression, and draw the tree built
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:306237
    • 提供者:arthur
  1. Example

    0下载:
  2. 用图像表示链表的创建、插入和删除,后台是真正的链表,前台主要用画图实现。-That the list by image creation, insertion and deletion, the background is the real list, the future realization of the main draw.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:18431
    • 提供者:wins
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. draw-tree

    0下载:
  2. 伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.-The tree is drawn in such a way that both of the edges
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3659
    • 提供者:GK
  1. bag

    0下载:
  2. 在任意位置画任意个点,然后 右击,就自动画出凸包-In any position draw any points, and then right-click, it automatically draw the convex hull of
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:60847
    • 提供者:
  1. huatuhanshu

    0下载:
  2. 此程序是利用图形函数画Lagranges函数,分段插值函数,Hermite函数的函数图形-This program is the use of graphics functions draw Lagranges function, sub-interpolation function, Hermite function is a function of graphical
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9441748
    • 提供者:liuhua
  1. bezier

    0下载:
  2. 算法实现:主要利用 (我们使用三次Bézier Curve)函数来绘制十个点,然后依次连接-Algorithm: The main advantage of (we use three Bézier Curve) function to draw 10 points, followed by connection
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1887768
    • 提供者:tmacq3
  1. DIJKSTRA

    0下载:
  2. Suppose you want to find the shortest path between two intersections on a map, a starting point and a destination. To accomplish this, you could highlight the streets (tracing the streets with a marker) in a certain order, until you have a route high
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:958
    • 提供者:synthia
  1. BestPath

    0下载:
  2. 主要实现最短路径的可视化展示。可以在程序中利用鼠标绘制路网,自定义起点和终点后就能自动的绘制出最短路线。-To achieve the shortest path to the main visualization display. Can be used in the program draw the road network in the mouse, custom start and finishing point will be able to automatically draw th
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:4100016
    • 提供者:dada
  1. triangle

    0下载:
  2. a very nice and good triangle draw
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:6308
    • 提供者:John
  1. tudebianli

    0下载:
  2. 实现图的深度优先, 广度优先遍历算法,并输出原图结构及遍历结果。 初步完成总体设计,搭好框架; 最低要求:两种遍历都要实现,写出画图的思路; 进一步要求:画出图的结构,有兴趣的同学可以进一步改进图的效果。 -Implementation of Depth-first, breadth-first traversal algorithm, and outputs the original image structure and the traversal result. Complet
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:114555
    • 提供者:zhangjunyan
  1. Nqueensproblem

    0下载:
  2. 题目说明: 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。 题目要求: (1)依次输出各种成功的放置方法。 (2)最好能画出棋盘的图形形式,并动态的演示试探过程。 (3)程序能方便的移植到其它规格的棋盘上。 -Title Descr iption: In an N × N chess board in place N queens, so that the N-Queen can not eat each other to be each
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:676
    • 提供者:浩星无恨
  1. maze

    0下载:
  2. 用VC绘制一个迷宫,并根据一定算法,走出迷宫,(数据结构与算法)-Draw a maze with the VC, and according to some algorithm, out of the maze (data structures and algorithms)
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:188645
    • 提供者:cl3
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5713
    • 提供者:冯景航
  1. VCPPcontour

    0下载:
  2. 绘制等值线,利用网格等值线绘制算法,快速绘制等值线-Contour drawing, contour drawing algorithm using the grid, quickly draw the contour
  3. 所属分类:Data structs

    • 发布日期:2017-02-19
    • 文件大小:2391040
    • 提供者:haizhihun
  1. pure-ALOHA

    0下载:
  2. 纯ALOHA算法,使用VC编程实现,并绘制了纯ALOHA算法曲线图-Pure ALOHA algorithm, using the VC programming, and draw the curve of pure ALOHA algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3052309
    • 提供者:sara
« 12 3 »
搜珍网 www.dssz.com