CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图 数组

搜索资源列表

  1. 222

    0下载:
  2. 名称:flash饼图投票系统单用户版多选2.0(flashballot2.0) 开发环境:editplus 2.11 Macromedia Flash MX 2004 运行环境:Microsoft IIS 4.0 或更高版本 简介: 本投票系统采用flash与asp结合技术,此投票系统是单用户版本。因采用了flash技术,所以界面更加美观,利用动画实现网页的动感。用户可随意把此投票系统放在网页的任何地方 主要功能: 1、可自选投票项目的个数。 2、内容中显示每个
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:34898
    • 提供者:天知道
  1. ass2ofAI

    0下载:
  2. 1.该程序基于vc6.0平台,打开工程编译运行及可以看到结果。 2.本程序为拼图游戏的缩影,假设原图为 1 2 3 4 5 6 7 8 图1 打乱后由A*算法给出最优解。 3.本程序的核心为A*算法,所以一些其他的功能未予以深究,如果要改变初始状态,请打开工程,在FileView下打开Source Files中的astar.cpp中,在其第17行的afirststate数组定义中给出,用数字0代表空格。如 图1 中的状态即可输入{1,2,3,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:15286
    • 提供者:ghb
  1. DataStructureCode

    0下载:
  2. 链表,数组,图,树,AOT,文件等常考常用 数据结构的C语言代码实现。适用学生(数据结构)学习参考。-Lists, arrays, graphs, trees, AOT, documents the data structure used frequently test code C language. For students (data structure) study reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:486996
    • 提供者:影客
  1. GEC2440_Cam_V4l_Test

    0下载:
  2. 基于GEC2440的Linux下摄像头采集实验 实验代码中含有详细中文注释 该实验组主要是帮助理解Liunx下摄像头设备的访问方式 图像数据RGB565处理和显示方式 1.Frame图像数据显示(showRGB.c) 使用RGB565数据格式构造的图像数组,在LCD上显示红绿蓝三色图。 2.图像数据保存(saveRGB.c) 将上一实验中构造的三色图数据写入文件。 3.显示文件中的图像(readRGB.c) 将保存在文件中的图像数据读取并查看数据。
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:5436
    • 提供者:JasonYi
  1. GraphWaveformArrays

    0下载:
  2. 用labview实现的曲线波形图,可以往里面填充数组显示波形-Implementation of the curve with labview waveform, the waveform can be entered, and filled with an array of display
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:8958
    • 提供者:庄重
  1. dynamic-presentation

    0下载:
  2. 动态演示数据结构的各种算法,包括顺序表、链表、栈、队列、串、数组、树、图等。-Dynamic presentation of various algorithms data structures, including the sequence tables, linked lists, stacks, queues, strings, arrays, trees, graphs and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3881529
    • 提供者:王刚
  1. PfzDrawingSample

    0下载:
  2. 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:91141
    • 提供者:胡九
  1. fenzhijiexianfa

    0下载:
  2. 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:815
    • 提供者:ss
  1. RLEBM

    0下载:
  2. 使用相同像素存于同一数组的形式,对256位图进行RLE编码,达到图像压缩的效果,减少图像所占空间。-Using the same pixel stored in the same array of 256 bit diagram, RLE coding, achieve image compression effect, reduce image what occupy a space.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1913
    • 提供者:jimmy
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3161789
    • 提供者:jijiyaya
  1. Linear-fit-two-arrays

    0下载:
  2. 两组数组线性拟合(其他拟合方式类同) 两个数组间进行拟合,得到拟合公式参数和拟合值,并通过坐标图显示。-Two array linear fit (fitting way to other similar) to fit between the two arrays, the formula has been fitted parameters and fitted values, and through plot display.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:12329
    • 提供者:wei
  1. dfs3

    0下载:
  2. 图的深度优先搜索算法,图的存储采用数组来模拟邻接表。-Graph depth-first search algorithm, Figure storage array used to simulate the adjacency table.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:552
    • 提供者:zzc
  1. small-unix

    0下载:
  2. 用C语言模拟小型类UNIX文件系统, 文件系统被分成三个部分,依次为:位视图,I节点区和数据区。数据区被分成1024块,每块有1024个字节。用一个文件模拟外存,在程序中用数组分别模拟内存中的I节点,位图,文件系统。在每一次的操作中如果相应元素有变动,则对应在文件中更新输出相应数据。-Small classes in C language simulation UNIX file system, file system is divided into three parts, as follow
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6619
    • 提供者:曲博
  1. testCircle

    0下载:
  2. 一个关于简单的有向图回路的 vc工程,本算法需要用到的数据结构:两个边堆栈;一个顶点堆栈;一个终结数组-A simple directed graph on the vc project circuit, the algorithm requires data structures: two sides stack a vertex stack one end of the array
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:29867
    • 提供者:zhanlijuan
  1. cmake-2.8.4

    0下载:
  2. 用于数字图象处理,可以结合opencv进行相关的数组图像编程-For digital image processing, can be associated with an array of images opencv program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7295974
    • 提供者:奇奇
  1. Cyuyan

    0下载:
  2. C 语言易于描述复杂的数据结构。C语言的数据类型有;整型、实型、字符型、数组类型、指针类型、结构体类型、共用体类型等,可以方便的描述各种常用的数据结构,如链表、树、图等,这使得C语言在开发大型的系统和应用程序方面有很强的优势。 -C language is easy to describe complex data structures. C data types integer, real, character, array type, pointer type, structure
  3. 所属分类:Data structs

  1. ReadArray

    0下载:
  2. 从磁盘读取文件中(map.txt)的二维数组并动态创建二维数组保存显示。用以游戏的贴片贴图等地方。vs2005调试运行成功。-From the disk to read the file (the map.txt) two-dimensional array and dynamically creates two-dimensional array to save the show. Patch maps and other places for the game. vs2005 debuggi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:691786
    • 提供者:kun
  1. 11

    0下载:
  2. 对于一个连通图G,请采用深度优先搜索的方法,识别出该连通图的所有关节点。如下图所示。 输入:首先输入连通图G的结点个数n、边的个数m以及搜索的起始结点号,然后输入各边(u,v); 输出:首先输出DFN和LOW数组的值,然后输出所有关节点。-For a connected graph G, use depth first search method, identify the connected graph all key points. As below. Input: first
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1025
    • 提供者:何蒙蒙
  1. C-100excesices

    0下载:
  2. c语言100实例和教程,应用于c语言基础学习的参考含线性表,数组,队列,堆栈,广义表,递归,图,排序等。-C 100 examples and tutorials, used in c language foundation study reference including linear table, array, queue, stack, generalized table, recursion, figure, sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:198375
    • 提供者:李阳是帅哥
  1. Build-array-and-waveform-display

    0下载:
  2. 首先创建两个一维数组,并通过捆绑形成一个二维数组,并在波形图上显示-Build array and waveform display
  3. 所属分类:Multi Monitor

    • 发布日期:2017-03-23
    • 文件大小:7671
    • 提供者:chenyu
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com