數(shù)據(jù)抽象(使用類和對象設(shè)計(jì)回應(yīng)程序) 實(shí)驗(yàn)內(nèi)容描述: 1. 測試程序 假設(shè)類名為Welcome,測試程序如下: void main() { Welcome we Welcome you(we) you.Display() you.Set(“Thank you.”) cout<<you.Get()<<endl you.talk() you.Display() }
標(biāo)簽: Welcome 數(shù)據(jù) 抽象 對象
上傳時(shí)間: 2015-08-27
上傳用戶:ommshaggar
華東理工大學(xué)自動(dòng)化系《控制系統(tǒng)分析、設(shè)計(jì)和應(yīng)用》教材配套程序?qū)嵗?有關(guān)說明: 1. 安裝MATLAB軟件。安裝時(shí),將MATLAB安裝在C:\MatlabR12目錄下 Matlab的詳細(xì)安裝方法見有關(guān)安裝手冊 2. 拷貝文件:即將光盤中的/ctl/program和/ctl/functions下的 文件復(fù)制到用戶目錄下(例如,D:\User) 3. 設(shè)置路徑:先運(yùn)行MATLAB,在桌面操作環(huán)境下,點(diǎn)擊File下拉式菜單 的Set path選項(xiàng),添加用戶目錄(例如,D:\User)(含子目錄ctl等) 到MATLAB的工作路徑 4. 運(yùn)行程序:先運(yùn)行MATLAB,如第3步已運(yùn)行,可直接鍵入示例命令。 例如,鍵入ex1_1等 5. 閱讀教材,并對示例進(jìn)行操作。
標(biāo)簽: MATLAB 理工 大學(xué) 控制
上傳時(shí)間: 2013-12-17
上傳用戶:wangchong
LCD and Keyboard ARMulator model for the ADS Source Code Copy the provided ARMulate folder into your ADS directory tree at the root, for example in c:\ADSv1_1. If prompted to overwrite files, choose Yes. The batch file copy_console.bat will place the appropriate files inside the \Bin directory so that they will be found by the ARMulator. You still need to follow the instructions under "Using the Model" to Set up the configuration files.
標(biāo)簽: ARMulator the Keyboard ARMulate
上傳時(shí)間: 2014-02-25
上傳用戶:woshini123456
function y_cum = cum2x (x,y, maxlag, nsamp, overlap, flag) %CUM2X Cross-covariance % y_cum = cum2x (x,y,maxlag, samp_seg, overlap, flag) % x,y - data vectors/matrices with identical dimensions % if x,y are matrices, rather than vectors, columns are % assumed to correspond to independent realizations, % overlap is Set to 0, and samp_seg to the row dimension. % maxlag - maximum lag to be computed [default = 0] % samp_seg - samples per segment [default = data_length] % overlap - percentage overlap of segments [default = 0] % overlap is clipped to the allowed range of [0,99].
標(biāo)簽: cum2x y_cum Cross-covariance function
上傳時(shí)間: 2015-09-08
上傳用戶:xieguodong1234
Predefined Style options define the style by Setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi Sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options Set by each style check the parseOption function in astyle_main.cpp
標(biāo)簽: options other Predefined Setting
上傳時(shí)間: 2014-12-21
上傳用戶:zhangliming420
第一版YL2410開發(fā)板的BIOS 功能比較簡單,上電之后,LCD顯示藍(lán)色、綠色、紅色三個(gè)豎條 同時(shí)串口顯示如下: Power on reSet ************************************ * * * YL2410 Board BIOS V2006 * * Http://www.ucdragon.com * * * ************************************ NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download file(通過串口下載文件) 2 : Write Nand flash with download file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and run(從NandFlash裝載文件并運(yùn)行) 4 : Erase Nand flash regions(擦除NandFlash區(qū)域) 5 : Write NOR flash with download file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設(shè)置Linux啟動(dòng)相關(guān)參數(shù)) 7 : Set AutoBoot parameter,1:linux 2:wince(設(shè)置WINCE自啟動(dòng))
標(biāo)簽: 2410 BIOS YL 開發(fā)板
上傳時(shí)間: 2015-09-15
上傳用戶:Amygdala
MemBoost RAM Optimizer is a very light Memory Management utility which allows you to take total control over your System s RAM. You can manually FREE a certain amount of RAM or Set MemBoost to do this automatically.
標(biāo)簽: Management Optimizer MemBoost utility
上傳時(shí)間: 2014-01-06
上傳用戶:498732662
The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performance under wide variations in load and, To simplify the design of complex Internet services. SEDA decomposes a complex, event-driven application into a Set of stages connected by queues. This design avoids the high overhead associated with thread-based concurrency models, and decouples event and thread scheduling from application logic. SEDA enables services to be well-conditioned to load, preventing resources from being overcommitted when demand exceeds service capacity. Decomposing services into a Set of stages also enables modularity and code reuse, as well as the development of debugging tools for complex event-driven applications.
標(biāo)簽: Event-Driven Architecture Internet building
上傳時(shí)間: 2015-09-28
上傳用戶:日光微瀾
LinCAN is a Linux kernel module that implements a CAN driver capable of working with multiple cards, even with different chips and IO methods. Each communication object can be accessed from multiple applications concurrently. It supports RT-Linux, 2.2, 2.4, and 2.6 with fully implemented select, poll, fasync, O_NONBLOCK, and O_SYNC semantics and multithreaded read/write capabilities. It works with the common Intel i82527, Philips 82c200, and Philips SJA1000 (in standard and PeliCAN mode) CAN controllers. LinCAN project is part of a Set of CAN/CANopen related components developed as part of OCERA framework.
標(biāo)簽: implements multiple capable working
上傳時(shí)間: 2015-10-14
上傳用戶:磊子226
RTX-51 is a runtime library that, together with C51, allows real-time systems to be implemented for all processors of the 8051 family (e.g., 8051, 8052, 80515, etc.), except for the 8?C751 and 8?C752. RTX-251 extends the functionality of the RTX-51 to the new intel MCSÒ 251 family of processors. It is available as a Set of runtime libraries supporting the binary and the source mode to be used with the C251.
標(biāo)簽: implemented real-time together runtime
上傳時(shí)間: 2013-12-13
上傳用戶:refent
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1