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. red

    0下载:
  2. 一个很好的介绍核心网上常用的RED算法的文章.
  3. 所属分类:开发工具

    • 发布日期:2014-01-17
    • 文件大小:323193
    • 提供者:feixu
  1. 七种排序算法模块.ZIP

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

    • 发布日期:2008-10-13
    • 文件大小:4227
    • 提供者:李红芳
  1. 细分时钟刻度算法.txt

    0下载:
  2. import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
  3. 所属分类:WEB源码

  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. 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. red-cord

    0下载:
  2. 路由器中用于拥塞控制的著名RED算法代码-Router congestion control for the well-known RED algorithm code
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:4422
    • 提供者:王刚
  1. ARED

    0下载:
  2. 在NS2下,介绍自适应的RED算法主动队列管理算法,主要原理,希望对大家有帮助-Under NS2, introduced that the auto-adapted RED algorithm driving queue management algorithm, the main principle, hoped has the help to everybody. .
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3518377
    • 提供者:wensha
  1. red

    0下载:
  2. ns2中red算法仿真所得在10个tcp流下的TRACE文件-ns2 simulation algorithm in the red in 10 tcp shed from the TRACE file
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:69379
    • 提供者:jans
  1. RED-and-Droptail

    0下载:
  2. 通过OPNET仿真实验对随机早期检测算法和弃尾算法的特点及性能进行了分析比较 -: Through OPNET simulation of random early detection algorithm and discard the end of features and performance are analyzed and compared
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:474671
    • 提供者:
  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