资源列表
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时间内,求出数据包的平均队长
lhisft
- Learning Kernel Classifiers Theory and Algorithms, Introducti()
algorithmic
- 是一个介绍常用算法的课件,如贪心算法,规划算法等,试一下吧-Is a commonly used method to introduce the courseware, such as the greedy algorithm, planning algorithms and so on, try it
code
- 包括点链表的建立,插入,删除,,顺序表的建立、插入,以及一些经典算法-Including the establishment of point list, insert, delete, order table creation, insert, and some classic algorithms ...
sort
- 内部排序算法,快速排序,归并排序算法实现。随即生成的100个数字自动排序-Internal sorting algorithms quick sort, merge sort algorithm. 100 randomly generated digital automatic sorting
FRACTAL_A
- 分形景物模拟,利用二维迭代插值算法模拟 VC6.0-Fractal landscape modeling, iterative interpolation algorithm using two-dimensional simulation of
datastructure
- 数据结构的答案,英文原版,软件学习者必备处方-The answer data structure, the English original
DemoBSTBinaryTree
- 二叉树算法实现 /* 二叉树搜索, 前序: 中左右 中序: 左中右 后序: 左右中 A(4) +-------+-------+ B(2) C(9) +--+--+ +-----+-----+ D(1) E(3) F(5) +--+--+ G(7) +--+--+ H(6) I(8) 前序: ABDECFGHI 中序: DBEAFHGIC 后序: DEBHIGFCA */ -Binary tree algorith
EQ0202
- 八皇后问题,使用C++语言,VS2010开发-Eight queens problem, using C++ language, VS2010 development
dataStruts
- 数据结构的一些知识,包括堆栈,队列,链表等,想学习数据结构的朋友可以看一下-Some knowledge of data structures, including stacks, queues, linked lists, etc., want to learn data structures friends can look at
data-structure
- data structure introduce and learn and study.
tongxnlu5
- 简易的通讯录,可实现查找联系人、新建联系人、修改联系人信息和删除联系人信息。-Simple address book, can be found to find contacts, new contacts, modify contact information and delete contact information.