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

搜索资源列表

  1. 对图像进行中值滤波处理的源代码

    0下载:
  2. 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43854
    • 提供者:123
  1. TRACKING IN STREAMED VIDEO BY UPDATING GLOBALLY OPTIMAL MATCHINGS

    0下载:
  2. Matching methods such as the Hungarian algorithm have recently made an appearance as an alternative to classical tracking algorithms in computer vision, since they are able to nd the set of tracks that optimizes well-dened criteria over a given vid
  3. 所属分类:文档资料

  1. 滑动窗口协议实验,实现滑动窗口

    0下载:
  2. 滑动窗口协议实验,实现滑动窗口中的1比特滑动窗口协议,回退N帧协议和选择性重传协议-Sliding window protocol experiments, to achieve the 1-bit sliding window sliding window protocol, the frame agreement back N and selective retransmission protocol
  3. 所属分类:SNMP编程

    • 发布日期:2017-03-23
    • 文件大小:1806
    • 提供者:张栋
  1. Sliding_Window_Protocols.rar

    0下载:
  2. 英文版滑动窗口协议,用于无保证的通讯模式如无线或UDP等。,The English version of sliding window protocol for non-guarantee mode of communication such as wireless or UDP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:41617
    • 提供者:aaa
  1. jiyuHausdorffdetuxiangpeizhun.

    0下载:
  2. 针对图像配准中常出现的RST(旋转-比例-平移)变换,推导出了相应的盒距离变换公式。与传统的基于广 义仿射变换的Hausdorff盒距离变换公式相比,缩小了搜索距离空间。在计算Voronoi表面时,根据Hausdorff距 离的计算需要提出比较滑动窗口的区域Voronoi表面,节省了计算Voronoi表面的时间。并且在利用边缘点计算 Hausdorff距离时,剔除琐碎的边缘,仅使用较长的边缘计算。试验结果表明,这些改进方法较大地提高了基于 Hausdorff距离的图像配准的计算速度。
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:401822
    • 提供者:媛媛
  1. datalink.rar

    0下载:
  2. 用c编写的滑动窗口协议(GBackN)源代码,计算机网络的编程题,C prepared with Sliding Window Protocol (GBackN) source code, computer network programming question
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2184
    • 提供者:沐夕
  1. HuaDongChuangKou

    0下载:
  2. 滑动窗口的制作方法 就是对话框创建子对话框时让子对话框滑动显示-Sliding window method of making sub-dialog is the dialog box to create slide shows for child dialog
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1908609
    • 提供者:李健
  1. udp

    0下载:
  2. 滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。-Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:7129
    • 提供者:zhang chen
  1. boxfilter

    1下载:
  2. 包滤波器,主要功能是在给定的滑动窗口大小下,对每个窗口内的像素值进行相加求和-Packet filter, the main function is given under the sliding window size for each window of the pixel values ​ ​ summed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:593
    • 提供者:赵齐昆
  1. nlfilter

    1下载:
  2. 这是实现双边滤波器的一种算法,它是调用系统的nlfilter函数进行滑动窗口的滤波-This is to achieve a bilateral filter algorithm, which is called the system nlfilter sliding window filter function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1202
    • 提供者:赵齐昆
  1. slidwindow

    0下载:
  2. TCP滑动窗口及慢启动算法模拟 其中创建两个节点n0,n1,并在这两个节点之间创建一条TCP连接。-TCP sliding window and slow start algorithm simulation which creates two nodes n0, n1, in between the two nodes to create a TCP connection.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:931
    • 提供者:lvfangfang
  1. erght_queen

    0下载:
  2. 用JAVA实现GBN(go back N)协议。UDP滑动窗口协议是建立在UDP上的应用层协议之上的。传输层使用的仍是UDP,但在应用层使用滑动窗口技术,并通过模拟TCP的一些机制以保证UDP的低协议处理开销和获得高通信可靠性。-JAVA implementation by GBN (go back N) protocol. UDP sliding window protocol is based on UDP protocol on the application layer above. T
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:11263
    • 提供者:zhaoshu
  1. tcpudp

    0下载:
  2. 上传的是一些tcp协议和udp协议的一些相关的资料,包括心跳包,滑动窗口,数据库连接池-Upload some tcp protocol and udp protocols some relevant information, including heartbeat package, sliding window, database connection pool
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:531891
    • 提供者:chenbh
  1. Datalink

    0下载:
  2. 简单的选择滑动窗口协议,用于模拟数据链路层的数据传输以及差错控制-Simple choice sliding window protocol, used to simulate the data link layer data transmission and error control
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:2040
    • 提供者:Han li
  1. temp

    0下载:
  2. 为大家提供一份模拟滑动窗口协议程序,一方面可以进一步理解滑动窗口协议的操作过程,另一方面也为大家学习mfc做准备-We provide a simulation of the sliding window protocol procedures, one can further understand the operation of the process of sliding window protocol, on the other hand also to prepare them to
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1171684
    • 提供者:zhang
  1. SlidingWindowProtocol

    0下载:
  2. sliding window protocol simulation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-13
    • 文件大小:2106
    • 提供者:banihani
  1. Desktop

    0下载:
  2. 清华大学网络原理作业之一 简单的滑动窗口协议-Tsinghua University, one of the principle of a simple network Sliding Window Protocol
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:4426
    • 提供者:fukker
  1. cyuyahuadongchuangkou

    0下载:
  2. c语言模仿滑动窗口协议,源代码。(1) 编写滑动窗口协议的发送程序,令序号长度N=3,窗口最大尺寸=4; (2) 发送程序需要处理的三个事件:网络层分组到达、计时器超时、确认到达可以通过外部输入来模拟;而发送程序应送往对等方的帧直接输出,便于检查程序的正确性。 -c language to imitate the sliding window protocol, the source code. (1) the preparation of the sliding window prot
  3. 所属分类:Dialog_Window

  1. Effect_window

    0下载:
  2. 一个滑动的窗口效果,适用于折叠菜单。 这是我辛苦开发的。-Effect of a sliding window for folding menu. This is my hard development.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:384446
    • 提供者:赵万旭
  1. UDP_windowsDev

    0下载:
  2. UDP可靠传输,基于 UDP的滑动窗口协议的设计与实现的详细文档资料-UDP and reliable transmission, UDP-based sliding window protocol design and implementation of detailed documentation
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:397782
    • 提供者:lijun
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com