Both the newest, hottest ight simulaTor and the simplest yet most powerful accounting programs use the same basic building blocks. In this part, you dis cover the basic features you need to write your killer application.
标签: accounting the simulaTor simplest
上传时间: 2014-01-09
上传用户:coeus
GPS simulaTor 仿真器,很实用
上传时间: 2013-12-21
上传用户:ywqaxiwang
EKF-SLAM simulaTor This version of the simulaTor uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.
标签: simulaTor simulaTor variables EKF-SLAM
上传时间: 2016-05-02
上传用户:lunshaomo
modbus slave simulaTor
上传时间: 2016-05-08
上传用户:mhp0114
ppc750 system design simulaTor using system c
标签: system simulaTor design using
上传时间: 2014-01-09
上传用户:ghostparker
A Zilog Z80 simulaTor, debugger and profiler tailored for ZX Spectrum development (but generic enough to be used with other platforms)
标签: development simulaTor Spectrum debugger
上传时间: 2016-05-26
上传用户:love_stanford
The simulaTor GUI is started with command ui_start in Matlab command window. WLAN simulation starts by clicking the Start Simulation button in the GUI window. WLAN simulation can be terminated, before set number of packets have been reached by pressing control-C .
标签: command simulation simulaTor ui_start
上传时间: 2016-06-11
上传用户:sevenbestfei
[wireless—Mobile Network] l MobiWan is a Mobile IPv6 extension for the NS simulaTor l MobiWan: NS-2 extensions to study mobility in Wide-Area IPv6 Networks l NS2 + MobiWan2的安裝 l MobiWan的安裝 (From Wireless Netorwork Lab at Beijing University of Posts and Telecommunications) l Ant-like Mobile Agents - NS2 Patch l SUMO – Simulation of UrBan Mobility ( AN open source traffic simulation package)
标签: MobiWan Mobile extension simulaTor
上传时间: 2016-06-29
上传用户:缥缈
The goal of our final project was to design an efficient elevator simulaTor that can accept input from a user and mechanically operate (on a small scale) a system of 4 floors and 3 elevators using pulleys and stepper motors. Users enter input using physical pushbuttons or the computer. This input is then processed by the MCU and orders are given to the elevators. We attempted to devise an algorithm that can optimally handle any number of floors. This project seemed like a fun challenge and something that had practical applications. Both of us have been frustrated at times by the inefficiency of some of the elevators here at Cornell, and we wanted to see if we could do a better job.
标签: efficient simulaTor elevator project
上传时间: 2013-11-25
上传用户:cjf0304
看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