搜索资源列表
visit
- 用贪心算法做的全国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
problem1103(update)
- 浙江大学ACM练习题 1103 提交通过代码 上一个包失误未付原码,十分抱歉!-Zhejiang University ACM 1103 Exercises code submitted through a packet errors unpaid original code, I am very sorry!
packet
- 输入物品的个数和背包的负重大小;程序自动为每个物品的重量和价值赋一个随机值(范围10~80),输出装入背包的物品的总价值最大的值和此时的总物品大小。实现方法:1 回溯法,2 FIFO分枝限界,3 LC分枝限界;
石子
- 动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
ns
- 在网络仿真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
datastruct
- 包含了二叉树查找法,递归对半查找法,以及非对半查找法。-This packet includes the programe with to fork lookup and recursion or non-recursion half-and-hanf lookup
hfm
- 能够实现对输入的原文字符进行哈弗曼树的构建,对原文进行编码,同时可实现对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
packet
- 算法分析与设计中的背包问题的实现!程序运行时根据提示输入相关的信息数据即可正确运行!-Algorithm Analysis and Design Implementation knapsack problem! When prompted to run the relevant information according to the data can be correctly!
packet-
- 数据结构 背包问题,熟悉对链表,栈的使用-Data structure knapsack problem, familiar to the list, stack use
NetSimulator
- 本课题假设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时间内,求出数据包的平均队长
PT-01---Packet-Tracer-Activity-(.pka)-Files---Acc
- 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
PACKET
- 分支界限问题中的背包算法,希望对大家有所帮助!-Knapsack algorithm of branch line questions, hope to be of help!
myhuff
- 数据结构之霍夫曼树,采用霍夫曼树 (1)根据输入的字符和相应的权值建立哈夫曼树,并输出已建的相应内容作为检查; (2)用哈夫曼树实现前缀编码,并输出各字符的编码串; (3)输入一组二进制报文,进行译码,并输出译文。 -Huffman tree data structures, using Huffman tree (1) according to the input character and the corresponding weights build the Huffm