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

搜索资源列表

  1. cn3-simulator

    0下载:
  2. 四个网络协议在linux下的模拟实现,比如滑动窗口协议,可用来研究协议的性能-four network protocol in the linux Simulation, such as sliding window protocols, could be used to study the performance agreement
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:22118
    • 提供者:刘智莹
  1. 灰度共生矩阵纹理

    4下载:
  2. 用滑动窗口中图像的灰度共生矩阵进行简单的2类纹理的分割.-sliding window of the gray image symbiotic matrix simple two types of texture segmentation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1648
    • 提供者:夏玉
  1. ydm

    0下载:
  2. 仿真程序: 1. OSI参考模型的信息流动过程:设计一个仿真程序,说明OSI参考模型的信息流 动过程以及每层的作用。 2. 调制和解调:设计一个演示程序,说明调制解调器的调制和解调的过程 3. 信号的编码:设计一个仿真程序,演示信号的直接编码、曼彻斯特编码、差分曼 彻斯特编码; 4. 滑动窗口协议:设计一个仿真程序,说明滑动窗口协议的工作过程 5. 设计一个全双工停等协议 -simulation program : 1. OSI reference mod
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10011
    • 提供者:小龙
  1. udptransport

    0下载:
  2. 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not rel
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:124739
    • 提供者:周崇青
  1. JAVAdeARQ

    0下载:
  2. 一个JAVA的滑动窗口协议,可以很方便的实现ARQ滑动窗口协议-a sliding window protocols, it is quite easy to achieve ARQ sliding window protocols
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2306
    • 提供者:江文
  1. NonRBFModel

    0下载:
  2. 提出了一种RBF网非线性动态系统在线建模的资源优化网络(RON)方法.RON 在资源分配网络的学习过程中引入了滑动窗口和网络结构在线优化的思想,使网络能根据最 近一段时间内的误差信息自动实现网络结构优化,从而使RBF网既能在线适应对象的变化, 又能使网络规模维持在较小水平,并保证了网络的泛化能力.使用滑动窗口技术使RON对学 习参数变化具有较好的鲁棒性,并更易收敛.三个标准例子演示了算法的有效性.-presents a RBF network nonlinear dynamic
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:182513
    • 提供者:zhxj
  1. deconvgaijin

    1下载:
  2. 卷积码译码算法改进 实现Conv.(2,1,9)的编码、软判决滑动窗维特比译码,其生成多项式为G0=561(八进制),G1=753(八进制),调制方式为BPSK,信道为AWGN,比较不同的译码深度对译码器性能的影响-convolutional code decoding algorithm to improve achievement Conv. (2,1,9) of the Code, Soft Decision sliding window Viterbi Decoder, genera
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47171
    • 提供者:李春晖
  1. sliding_window

    0下载:
  2. 滑动窗口协议,还有网络环境模拟程序,可以模拟滑动窗口协议的网络环境。-sliding window protocols, and network simulation program that can simulate the sliding window protocols network environment.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:264898
    • 提供者:董昌道
  1. EVCToolBarDemo

    0下载:
  2. evc编写的,滑动窗口的例子,SDK编写,非 MFC-evc prepared for the sliding window examples SDK prepared, non-MFC
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:76949
    • 提供者:hoozh
  1. youyou

    1下载:
  2. VC6.0平台下对CMPP通信协议的实现,实现了滑动窗口流量控制-VC6.0 platform CMPP communication protocol to the realization of achieving a sliding window flow control
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:39753
    • 提供者:愚人
  1. WindowedHough

    0下载:
  2. This paper proposes a new technique for rectangle detection using a windowed Hough Transform. Every pixel of the image is scanned, and a sliding window is used to compute the Hough Transform of small regions of the image.-This paper proposes
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:160344
    • 提供者:石决明
  1. slidingwindows

    0下载:
  2. Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first l
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1043
    • 提供者:孔铁柱
  1. zlsj

    0下载:
  2. 滑动窗口的数据流闭合频繁模式的挖掘算法,用VC编写-sliding window of data flow closure frequent pattern mining algorithm, prepared by VC
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16989
    • 提供者:tianya
  1. huachuangxieyi

    0下载:
  2. 一个简单的计算机网络程序,描述计算机滑窗协议。实现回退N帧。-a simple computer network program, describes the computer sliding window of the agreement. Reverting to achieve N frame.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:39559
    • 提供者:映雪
  1. war

    0下载:
  2. 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-17
    • 文件大小:1440
    • 提供者:孙海滨
  1. ARQ

    0下载:
  2. 实现滑动窗口协议-achieve sliding window protocols
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8774
    • 提供者:卢坚
  1. client123

    0下载:
  2. 实现arq滑动窗口协议客户端源程序-achieve-sliding window protocols client source
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:19171
    • 提供者:李玄
  1. sliding

    0下载:
  2. 求出sliding window的最大最小值-n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves ri
  3. 所属分类:STL

    • 发布日期:2017-03-30
    • 文件大小:582
    • 提供者:ben
  1. A-sliding-wnidow-using-java

    0下载:
  2. sliding window protocol implementation
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:2908
    • 提供者:Chitrang
  1. Sliding-DFT---CodeWarrior-implementation

    1下载:
  2. The sliding DFT is a spectral analysis method based on the classical FFT, implemented over a subset of the N center frequencies of the N-point DFT. The sliding DFT (SDFT) algorithm performs an N-point DFT on time samples within a sliding-window.
  3. 所属分类:DSP program

    • 发布日期:2017-02-02
    • 文件大小:1024
    • 提供者:Elena Dobre
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com