代码搜索结果
找到约 10,000 项符合
9 的代码
scen-9-test
#
# nodes: 9, pause: 1.00, max speed: 10.00, max x: 500.00, max y: 500.00
#
$node_(0) set X_ 109.558068632166
$node_(0) set Y_ 327.771509572974
$node_(0) set Z_ 0.000000000000
$node_(1) set X_ 288.985
cbr-test-9
#
# nodes: 8, max conn: 6, send rate: 0.25, seed: 1
#
#
# 1 connecting to 2 at time 2.5568388786897245
#
set udp_(0) [new Agent/UDP]
$ns_ attach-agent $node_(1) $udp_(0)
set null_(0) [new Agent/Null]
c9.h
/* c9.h 对两个数值型关键字的比较约定为如下的宏定义 */
#define EQ(a,b) ((a)==(b))
#define LT(a,b) ((a)
test9.data
// test9.data: Will check miscellaneous error conditions -- such as using
// an incorrect file descriptor, trying to access a non-existent file,
// seeking to a negative position, etc.
// 1. Format