代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/320191/13431225
txt exercise2.txt
1.List the titles of all books written by "Churchill," along with their Year of Publication.
Answer:
Select title.Name, title.Year
From title, author
WHERE title.callnumber=author.callNumber
www.eeworm.com/read/320159/13431996
cpp string_exercise.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/320159/13432003
cpp cstring_exercise.cpp
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
www.eeworm.com/read/319884/13440254
tr exercise2.tr
M 10.00000 0 (5.00, 2.00, 0.00), (30.00, 30.00), 2.00
s 10.000000000 _0_ AGT --- 0 tcp 40 [0 0 0 0] ------- [0:0 1:0 32 0] [0 0] 0 0
r 10.000000000 _0_ RTR --- 0 tcp 40 [0 0 0 0] ------- [0:0 1:0 32
www.eeworm.com/read/319884/13440258
tcl exercise1.tcl
set ns [new Simulator]
set tracefd [open exercise1.tr w]
$ns trace-all $tracefd
set namtracefd [open exercise1.nam w]
$ns namtrace-all $namtracefd
proc finish {} {
global ns tracefd
www.eeworm.com/read/319884/13440260
tcl exercise2.tcl
set val(chan) Channel/WirelessChannel
set val(prop) Propagation/TwoRayGround
set val(netif) Phy/WirelessPhy
set val(mac) Mac/802_11
set val(ifq) Queue/DropTail/PriQueue
set val(ll) LL
set
www.eeworm.com/read/319884/13440261
tr exercise1.tr
+ 0.5 0 1 cbr 500 ------- 0 0.0 1.0 0 0
- 0.5 0 1 cbr 500 ------- 0 0.0 1.0 0 0
+ 0.505 0 1 cbr 500 ------- 0 0.0 1.0 1 1
- 0.505 0 1 cbr 500 ------- 0 0.0 1.0 1 1
+ 0.51 0 1 cbr 500 ------- 0 0.0 1.0
www.eeworm.com/read/319884/13440264
tcl exercise3.tcl
set val(chan) Channel/WirelessChannel
set val(prop) Propagation/TwoRayGround
set val(netif) Phy/WirelessPhy
set val(mac) Mac/802_11
set val(ifq) Queue/DropTail/PriQueue
set val(ll) LL
set val(an
www.eeworm.com/read/318062/13488862
mdl basics_exercise.mdl
Model {
Name "basics_exercise"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCo
www.eeworm.com/read/317120/13510200