CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 队列

搜索资源列表

  1. CArrayBITMAP

    0下载:
  2. 对图像进行队列管理,并对图像的动态存取,实现队列操作。利用队列对图像进行管理。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:3776
    • 提供者:刘萍
  1. 3

    0下载:
  2. 假设以数组sequ[MaxSise]存放环形队列的元素,同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4419
    • 提供者:alan
  1. JoyDe

    0下载:
  2. 利用书中图5.19和图5.20的最大值堆实现一个优先队列。对于队列的操作应该支持下列几种指令: void enqueue[int ObjectID, int Priority] int dequeue[] void changeweight[int ObjectID, int newPriority] 函数enqueue向优先队列中插入一个ID号为ObjectID、优先级为Priority的新对象。函数dequeue从优先队列中删除优先级最高的对象,并返回该对象的
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1263
    • 提供者:MISS张
  1. gmac

    0下载:
  2. 根据队列信息,使ns中的smac可以自适应地改变占空比。-depending on the queue, make smac changes the duty cycle dynamicly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:25809
    • 提供者:侯跃霞
  1. InheritanceAndPolymorphism

    0下载:
  2. 继承和多态,实现由链表的继承与多态,创建了栈和队列,用模版扩充-Inheritance and polymorphism to achieve from the list of inheritance and polymorphism to create a stack and queue, use the template to expand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3332
    • 提供者:wangyao
  1. Watershed

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:7350
    • 提供者:王如意
  1. SportsCarAnimation

    0下载:
  2. 运动小车动画,用动画模拟车进库情况, 但车的数量有限,放满是用队列模拟放在便道 ... 主要工能是 直观的显示立体停车库或者立体原料库内的电动小车的运动方式。-Sports car animation, using animation to simulate car into the library, but a limited number of cars, filled the queue is simulated on the sidewalk ... the main work is t
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:28586
    • 提供者:qinxiaoyu
  1. tingchechang

    0下载:
  2. 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1891
    • 提供者:王博
  1. luoxuan

    0下载:
  2. “程序员面试宝典”一书中的关于螺旋队列的算法改进,用到了另外两种方法测试,用VS08实现-" Programmers Interview Collection," a book on the spiral queue algorithm improvement, use the other two methods tested achieved by VS08
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1263
    • 提供者:SkySeraph
  1. draw

    0下载:
  2. 1.画填阴影线的任意多边形,阴影线间距,角度可调 2.多项式加减法 3.栈与队列(10进制转16进制,入栈,出栈,入队,出队,销毁队列,显示队列)-1. Draw the line polygon fill in the shadow, shadow line spacing, angle adjustable 2. Polynomial Addition and Subtraction 3. Stacks and queues (10 decimal 16 hex transfer,
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:6413
    • 提供者:叶子
  1. Park

    0下载:
  2. 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:1822
    • 提供者:李京豪
  1. Bit-interval-identification

    0下载:
  2. 位间隔识别。把检测到位间隔的线路的号码值插入这个队列中-Bit interval identification. In place to detect the number of values ​ ​ of the line interval into the queue
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:3275
    • 提供者:李洁
  1. image-processing-

    0下载:
  2. 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2662158
    • 提供者:山外メ雲ジ
  1. airport

    0下载:
  2. 用队列模拟一个小型飞机场,并输出所处理的数据。-Simulate a small airport with queues, and output the processed data.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1285530
    • 提供者:ouy
  1. TuSuanFa

    0下载:
  2. 图算法,创建无向图,实现深度优先搜索和宽度优先搜索,用到队列和Kruskal算法。-Figure algorithm, create no to figure, realize the depth first search and width first search, use queue and Kruskal algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3074
    • 提供者:Betty
  1. Cap0615

    0下载:
  2. 用工业相机采集压缩图像,程序用到数据库,队列应用,ftp传输等。vc++代码-Industrial cameras capture compressed image, the program used the database queue application, ftp transfer. vc++ code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:21966768
    • 提供者:yyhh
  1. rice

    0下载:
  2. 首先进行边缘检测,然后进行填充。然后进行开运算,可以使一些轻微连着的米粒分开来。然后是遍历图片,把各米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。-First, edge detection, and then filled. Then open computing can make some minor attached rice grains
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:8192
    • 提供者:李大齐
  1. CSharp

    0下载:
  2. C# 把指定控件显示在最上面,通过设置一个ArrayList队列来实现。别忘了添加system..Collections命名空间-C# to specify the controls appear at the top, by setting an ArrayList queue to achieve. Do not forget to add the system .. Collections namespace
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:543
    • 提供者:小辉
  1. LAC

    0下载:
  2. 本文实现了对自适应队列编码的实现,自适应队列是一种高效的编码-locally adaptive coding is good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:154007
    • 提供者:王大锤
  1. find-bottle

    0下载:
  2. 本算法核心思想是基于matlab中数组模拟队列的连通域的搜索,应用与对未满瓶子的检测-The core idea of ​ ​ this algorithm is to search an array matlab simulation queue connected domain, application and based on the detection of full bottles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:11487
    • 提供者:方捷睿
« 12 »
搜珍网 www.dssz.com