搜索资源列表
CArrayBITMAP
- 对图像进行队列管理,并对图像的动态存取,实现队列操作。利用队列对图像进行管理。
3
- 假设以数组sequ[MaxSise]存放环形队列的元素,同时rear和len分别指示环形队列中队尾元素的位置和内含元素的个数
JoyDe
- 利用书中图5.19和图5.20的最大值堆实现一个优先队列。对于队列的操作应该支持下列几种指令: void enqueue[int ObjectID, int Priority] int dequeue[] void changeweight[int ObjectID, int newPriority] 函数enqueue向优先队列中插入一个ID号为ObjectID、优先级为Priority的新对象。函数dequeue从优先队列中删除优先级最高的对象,并返回该对象的
gmac
- 根据队列信息,使ns中的smac可以自适应地改变占空比。-depending on the queue, make smac changes the duty cycle dynamicly
InheritanceAndPolymorphism
- 继承和多态,实现由链表的继承与多态,创建了栈和队列,用模版扩充-Inheritance and polymorphism to achieve from the list of inheritance and polymorphism to create a stack and queue, use the template to expand
SportsCarAnimation
- 运动小车动画,用动画模拟车进库情况, 但车的数量有限,放满是用队列模拟放在便道 ... 主要工能是 直观的显示立体停车库或者立体原料库内的电动小车的运动方式。-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
tingchechang
- 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
luoxuan
- “程序员面试宝典”一书中的关于螺旋队列的算法改进,用到了另外两种方法测试,用VS08实现-" Programmers Interview Collection," a book on the spiral queue algorithm improvement, use the other two methods tested achieved by VS08
draw
- 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,
Park
- 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,
Bit-interval-identification
- 位间隔识别。把检测到位间隔的线路的号码值插入这个队列中-Bit interval identification. In place to detect the number of values of the line interval into the queue
image-processing-
- 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
airport
- 用队列模拟一个小型飞机场,并输出所处理的数据。-Simulate a small airport with queues, and output the processed data.
TuSuanFa
- 图算法,创建无向图,实现深度优先搜索和宽度优先搜索,用到队列和Kruskal算法。-Figure algorithm, create no to figure, realize the depth first search and width first search, use queue and Kruskal algorithm.
Cap0615
- 用工业相机采集压缩图像,程序用到数据库,队列应用,ftp传输等。vc++代码-Industrial cameras capture compressed image, the program used the database queue application, ftp transfer. vc++ code
rice
- 首先进行边缘检测,然后进行填充。然后进行开运算,可以使一些轻微连着的米粒分开来。然后是遍历图片,把各米粒进行标号,从1开始从小到大标号。每个米粒的各像素点值相同,第i个米粒的各像素点值均为i。其中采用了队列,用数组模拟。最大的米粒标号便是米粒的总个数。最后,遍历一遍图像数组,便可求出各米粒的面积。-First, edge detection, and then filled. Then open computing can make some minor attached rice grains
CSharp
- 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
LAC
- 本文实现了对自适应队列编码的实现,自适应队列是一种高效的编码-locally adaptive coding is good
find-bottle
- 本算法核心思想是基于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