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

搜索资源列表

  1. 算法(销售员问题)

    0下载:
  2. 用c++写一个售货员问题。这是高级算法中除了红黑树中最难的一个了。是研究生课程中的的程序实现-used to write a salesman problem. This is in addition to the High algorithm RED-BLACK TREE which one of the most difficult. The postgraduate courses in the program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5935
    • 提供者:孙永锐
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. 七种排序算法模块.ZIP

    0下载:
  2. 东方红分光镜化工局-Oriental red spectroscope Chemical Bureau
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:4227
    • 提供者:李红芳
  1. 迷宫求解的非递归算法

    0下载:
  2. #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
  3. 所属分类:C#编程

  1. RED.CC

    0下载:
  2. 我研究生阶段研究定的方向是网络拥塞管理,而我研究RED算法也有挺长时间了,很久以前就有解析NS中的队列管理算法RED的源代码(red.cc&red.h)的想法,借寒假有时间,匆匆写了一下。有些东西自己也没完全弄懂,但是对于困惑于如何修改RED算法的同学来说,应该有很大的参考价值。 本文档首先分析了RED算法涉及参数的含义,然后给出了主要函数的作用,最后对主要函数的源代码进行了分析。 希望本文档对你有用。 -I set the direction of post-graduate
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:211055
    • 提供者:源泉
  1. tcl/ns2/queuing algorithms/tcp/udp

    0下载:
  2. Compare the three different queuing algorithms Drop tail, Stochastic fair queuing and Random early detection. determine which queuing algorithm gives the least lost packets for the three different queue lengths
  3. 所属分类:Linux/Unix编程

  1. redblacktree

    0下载:
  2. 算法导论之红黑树算法,红黑树主要用在内核的算法,该算法的时间复杂度很好!-Introduction to the red and black tree algorithm algorithm, a red, black tree in the main core of the algorithm time complexity good!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:413897
    • 提供者:hanks
  1. RedBlackTree

    1下载:
  2. 数据结构的红黑树算法,用c语言实现。数据结构课程设计时做的。-Data structure of the red and black tree algorithm, with c language. Data structure courses designed to do.
  3. 所属分类:Data structs

    • 发布日期:2014-11-19
    • 文件大小:720427
    • 提供者:阿冬
  1. algorithmcode

    0下载:
  2. 计算机算法程序,欧拉图,汉密顿回路,kruscal,红黑树,排序算法源代码。-Computer algorithm , Euler , Hamilton circuit, kruscal, red and black tree, sorting algorithm source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:9207
    • 提供者:liuchang
  1. inageProcess

    0下载:
  2. 图像压缩算法,即图像小波变换程序包括哈尔小波和红黑小波-Image compression algorithm, which includes images of wavelet transform Haar wavelet and a red, black and wavelet
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:262138
    • 提供者:fan
  1. GetHostName

    0下载:
  2. 这是一个测试AQM参数的matlab 程序 主要用的是RED算法 呵呵 供大家-This is a test matlab program AQM parameter is mainly used for the RED algorithm Ha ha take a look at the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:19292
    • 提供者:王均
  1. red

    0下载:
  2. 一个双哑铃模型的网络拓扑,实现RED算法的仿真-Dumbbell model of a two-network topology, the simulation algorithm to achieve RED
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:941
    • 提供者:孙寅威
  1. ultra-red-decode-LCD

    0下载:
  2. 红外解码并且用lcd显示,采用avr单片机实现。且算法巧妙。-Decoder and used infrared lcd display, using avr MCU. And clever algorithms.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:23482
    • 提供者:朱矿岩
  1. red

    1下载:
  2. 拥塞控制的几种算法,包括red,blue等经典算法。-red algorithms
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:42020
    • 提供者:刘杨
  1. droptail

    0下载:
  2. 队列管理算法,可以适用各种算法。 red blue drr pi 等。-Queue management algorithms can be applied to various algorithms. red blue drr pi and so on.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1545
    • 提供者:王永洪
  1. red-black-tree

    0下载:
  2. c语言的红黑树算法实现,并带有测试代码。-red-black tree implementation c language, with test code
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1918945
    • 提供者:周剑
  1. Red--yellow--blue--green-guess-guess

    0下载:
  2. 这是一个包含简单与复杂算法的猜测易程序。供初级编程人员参考。-This is a simple and complex algorithms including speculation and easy process. Primary reference for programmers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:2424
    • 提供者:于秀琴
  1. improved-RED

    1下载:
  2. 改进的RED算法是基于升半正态分布的自适应网络拥塞自适应控制算法,能够适应物联网复杂的网络环境变化,保持了队列长度的稳定性,在数据包丢弃概率的变化方面优于传统的RED算法。 -Improved RED algorithm can be adaptive according to network conditions, better TCP throughput and bandwidth
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2180864
    • 提供者:明洋双镜
  1. NS2-RED

    0下载:
  2. 这是ns-2下面的red算法的源码,包含有red.h和red.cc,This is NS-2 source ,Hope to help you-This is NS-2 source ,Hope to help you
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:13350
    • 提供者:季浩泽
  1. red

    1下载:
  2. pid 、red算法的tcl脚本模板,稍微修改即可用-pid red tcl
  3. 所属分类:Other systems

    • 发布日期:2015-11-20
    • 文件大小:1024
    • 提供者:黄亮亮
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com