CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - Queue

搜索资源列表

  1. VehicleQueueDetection

    0下载:
  2. 基于图像的车流排队长度检测算法,车辆存在和运动分析。意大利,2003 an efficient Vehicle Queue Detection based on image process.include vehicle presence analysis and move analysis Italy 2003
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:168992
    • 提供者:李鑫
  1. facetrack

    0下载:
  2. facetrack.aps facetrack.cpp facetrack.clw facetrack.dsp facetrack.dsw facetrack.h facetrack.ncb facetrack.opt facetrack.rc facetrack.sln facetrack.suo facetrack.vcproj facetrack.vcproj.HUANGSHE-37F1E4.huangsheng.user facetra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3661174
    • 提供者:黄胜
  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-13
    • 文件大小:3332
    • 提供者:wangyao
  1. image-processing-

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

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

    0下载:
  2. 这是一个关于模式匹配KMP算法 的next函数的程序,有小错误,自己寻找改正即可,您可以从中了解方法-This is a circular queue of the program, a small error, they can find to correct, you can learn about the method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:550
    • 提供者:胡欢
  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-13
    • 文件大小: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-10
    • 文件大小: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. huffman

    0下载:
  2. 霍夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的霍夫曼编码。-Specific methods Huffman coding: the probability of emergence of the size press lin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1418
    • 提供者:wangjing
  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
    • 提供者:方捷睿
  1. Queue102

    0下载:
  2. 数据结构Queue.h头文件,包含QInsert,QDelete and QFront-Queue.h data structure header files, including QInsert, QDelete and QFront
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1172
    • 提供者:sai35189
  1. shijianpailiebiao

    0下载:
  2. 用队列制作的一个时间排列表,程序没问题,可在我这运行不了,--!-Queue produced with a time schedule list, the program is no problem, you can run I can not, !
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:xiana626286
搜珍网 www.dssz.com