看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open Out-1.nam w] $ns namtrace-all $nf set f0 [open Out0.tr w] set f1 [open Out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標(biāo)簽: simulator Simulator different Create
上傳時間: 2016-07-02
上傳用戶:wfl_yy
NASM是一個為可移植性與模塊化而設(shè)計的一個80x86的匯編器。它支持相當(dāng)多的目標(biāo)文件格式,包括Linux和 NetBSD/FreeBSD , a.Out , ELF , COFF ,微軟16位的 OBJ 和 Win32 。它還可以輸出純二進(jìn)制文件。它的語法設(shè)計得相當(dāng)?shù)暮啙嵰锥虸ntel語法相似但更簡單。它支持 Pentium , P6 , MMX , 3DNow! , SSE and SSE2 指令集
上傳時間: 2014-08-09
上傳用戶:Andy123456
package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=newNode vear=newNode } public int remove() { if(this.front==null) { System.Out.println("隊是空的,無法取") return -1 } int temp=this.front.data this.front=this.front.next if(this.front==null) { this.vear=null }
標(biāo)簽: private public Node LinkQuery
上傳時間: 2016-07-08
上傳用戶:天誠24
Microsoft Visual Studio 2005 Unleashed is a deep dive into the Visual Studio 2005 tool. Specifically, it will provide you with solid guidance and education that will allow you to squeeze the ultimate productivity and use Out of the Visual Studio 2005 development environment. This book folds in real-world development experience with detailed information abOut the IDE to make you more productive and ease transition from other development environments (including prior versions of Visual Studio). This book will also help you increase team collaboration and project visibility with Visual Studio Team Systems and it will give you straight, to-the-point answers to common developer questions abOut the IDE.
標(biāo)簽: Visual Studio 2005 Specifically
上傳時間: 2016-07-08
上傳用戶:tuilp1a
The production of this book required the efforts of many people, but two in particular deserve to be singled Out for their diligent, sustained, and unselfish efforts. Sally Stickney, the book s principal editor, navigated me through that minefield called the English language and contributed greatly to the book s readability. Marc Young, whose talents as a technical editor are nothing short of amazing, was relentless in tracking down bugs, testing sample code, and verifying facts. Sally, Marc: This book is immeasurably better because of you. Thanks.
標(biāo)簽: production particular required efforts
上傳時間: 2016-07-15
上傳用戶:ve3344
The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the first 3D agents in the league were balls and from the very philosophical observation that Balls Are Truly Spheres (BATS). This abbreviation reminded us of our favorite song Little Green Bag by The George Baker Selection and so the whole team name was born. We entered the competition for the first time at the 10th edition of RoboCup at Bremen, Germany. unfortunately our hard work didn t pay off that time: already in the second round we got eliminated. However, after this we had a good base to build upon and the good time we had at the event and the nice community inspired us to continue and work hard for another year. This turned Out to be defiantly worth it, because in 2007 in Atlanta we managed to become vice world champions!
標(biāo)簽: simulation the Little league
上傳時間: 2014-12-07
上傳用戶:youlongjian0
The Hardware Book contains misc technical information abOut computers and other electronic devices. You ll find the pin Out to most common (and uncommon) connectors availble, as well as info abOut how to build cables.
標(biāo)簽: information electronic computers technical
上傳時間: 2013-11-30
上傳用戶:cc1015285075
This article introduces how to construct a Hospital Ward Information System with three-tiered technology. The System applies to UML, BDE, MIDAS, distributed compute theory and a special architecture to make such functions: patients check in and check Out, prescription input, drug-delivery at center pharmacy and information of patient manage with computer networking.
標(biāo)簽: three-tiered Information introduces construct
上傳時間: 2016-08-16
上傳用戶:hn891122
FT245U169 FIFO Loopback This program transmits data through the FT245BM FIFO data bus to the MSP430F169 on Port 4. The data is decremented and sent back Out of Port 4 to to FIFO on the FT245BM. Use Hyperterminalto send and receive data. FIFO control lines are on Port2 (P2.0-P2.3).
標(biāo)簽: FIFO data 245 transmits
上傳時間: 2013-12-26
上傳用戶:古谷仁美
完成在S3C2410處理器上移植μC/OS-II內(nèi)核,然后實現(xiàn)以下多任務(wù): a) 控制實驗箱核心板上4盞LED燈輪流亮滅; b) 將LED1連接到ARM9-2410EP增強(qiáng)型實驗箱擴(kuò)展口的DA Out端口,通過實驗箱上的鍵盤(比如“↑”、“↓”鍵)控制LED1亮暗變化,同時在超級終端顯示該控制值; c) 將LED2連接到擴(kuò)展口的I/O輸出口,通過超級終端按鍵控制LED2亮滅,即按一下PC的超級終端某個鍵(比如回車鍵)LED2滅,再按LED2亮,反復(fù)循環(huán)。
標(biāo)簽: S3C2410 OS-II 處理器 內(nèi)核
上傳時間: 2016-09-17
上傳用戶:開懷常笑
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1