看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
標簽: simulator Simulator different Create
上傳時間: 2016-07-02
上傳用戶:wfl_yy
6自由度puma機器人仿真程序源碼。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University. The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange. % % This file is still being developed, for the latest version check the % Mathworks central file exchange.
標簽: robot Kinematic located Matlab
上傳時間: 2013-12-23
上傳用戶:清風冷雨
序列對齊 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \fCssearch3\fP is about 10-times slower than FASTA3, but is more sensitive for full-length protein sequence comparison.
標簽: sequence protein DNA database
上傳時間: 2016-08-01
上傳用戶:wangchong
無需攝像機標定的攝像機運動跟蹤算法 Moving Object Detection Video Surveillance and its Applicationinand Monitoring
標簽: Applicationinand Surveillance Monitoring Detection
上傳時間: 2014-11-28
上傳用戶:tianjinfan
This distribution contains source code for a simple object tracking program using particle filtering. You need to have the OpenCV Library and the GNU Scientific Library (GSL) installed to compile and use the programs. See the below two links:
標簽: distribution contains filterin particle
上傳時間: 2017-04-08
上傳用戶:talenthn
A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString()
標簽: ColorSetRGB conversions included methods
上傳時間: 2017-04-29
上傳用戶:chenxichenyue
A practice wirh database LOB objects in Csharp
標簽: practice database objects Csharp
上傳時間: 2013-12-29
上傳用戶:Altman
face detecting motion and color of moving object in webcam
標簽: detecting motion moving object
上傳時間: 2017-05-20
上傳用戶:c12228
its a simple student database from a site
標簽: database student simple from
上傳時間: 2017-05-29
上傳用戶:417313137
Program that uses a doc as database, and allows modifications at theses doc s
標簽: modifications database Program
上傳時間: 2014-01-11
上傳用戶:hj_18