CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - packet

搜索资源列表

  1. visit

    0下载:
  2. 用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. Inside data.txt city.txt of dat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35031
    • 提供者:谢躜
  1. problem1103(update)

    0下载:
  2. 浙江大学ACM练习题 1103 提交通过代码 上一个包失误未付原码,十分抱歉!-Zhejiang University ACM 1103 Exercises code submitted through a packet errors unpaid original code, I am very sorry!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30552
    • 提供者:superD
  1. packet

    0下载:
  2. 输入物品的个数和背包的负重大小;程序自动为每个物品的重量和价值赋一个随机值(范围10~80),输出装入背包的物品的总价值最大的值和此时的总物品大小。实现方法:1 回溯法,2 FIFO分枝限界,3 LC分枝限界;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7076
    • 提供者:lzhijun
  1. 石子

    0下载:
  2. 动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:yaya
  1. ns

    0下载:
  2. 在网络仿真NS中对延时分析,丢包率分析,延时抖动分析,网络吞吐量分析等给出了可行性算法,直接就能用,对学NS2的人很有用的-Network simulation in NS for latency analysis, analysis of packet loss rate, delay jitter analysis, network throughput analysis give a feasibility algorithm, can be used directly on people
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2903
    • 提供者:林华
  1. datastruct

    0下载:
  2. 包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5075
    • 提供者:niwenjuan
  1. hfm

    0下载:
  2. 能够实现对输入的原文字符进行哈弗曼树的构建,对原文进行编码,同时可实现对01报文的解码-Can be achieved on the input of the original characters Havermann tree was constructed on the original text coding, can achieve 01 to decode packet
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2540
    • 提供者:宋朝
  1. packet

    0下载:
  2. 算法分析与设计中的背包问题的实现!程序运行时根据提示输入相关的信息数据即可正确运行!-Algorithm Analysis and Design Implementation knapsack problem! When prompted to run the relevant information according to the data can be correctly!
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:611
    • 提供者:妮妮
  1. packet-

    0下载:
  2. 数据结构 背包问题,熟悉对链表,栈的使用-Data structure knapsack problem, familiar to the list, stack use
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2855
    • 提供者:hankhuang
  1. NetSimulator

    0下载:
  2. 本课题假设ti为广播基站数据包(单位数据包大小为512bits)的发布时刻,令发布时间间隔Xi = ti - ti-1 (i=0, 1, 2, …),t0 = 0,则任意Xi满足负指数分布: p{Xi ≥ t} = p0(t) = , t ≥ 0 或者 p{Xi < t} = 1-p0(t) =1- , t ≥ 0 该负指数分布的广播包发布时间间隔的均值为1/λ。 假设处理一个数据包的时间为0.05s,令λ分别等于5Kbps和1Kbps时,在100s时间内,求出数据包的平均队长
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2538562
    • 提供者:luyu
  1. PT-01---Packet-Tracer-Activity-(.pka)-Files---Acc

    0下载:
  2. Convenience class to deal with audio focus. This class deals with everything related to audio * focus: it can request and abandon focus, and will intercept focus change events and deliver * them to a MusicFocusable interface (which, in our case
  3. 所属分类:Data structs

    • 发布日期:2015-05-30
    • 文件大小:2763776
    • 提供者:eugineuson
  1. packet

    0下载:
  2.  
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3896
    • 提供者:suyu
  1. PACKET

    0下载:
  2. 分支界限问题中的背包算法,希望对大家有所帮助!-Knapsack algorithm of branch line questions, hope to be of help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6371
    • 提供者:Mary
  1. myhuff

    0下载:
  2. 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1629
    • 提供者:程伟
搜珍网 www.dssz.com