這是一個模擬調度程序,通過讀取文件的到達時間調度進程,模擬輪轉r=1的調度策略,里面的process是進程執行,通過它,調度時輸出相關調度信息
上傳時間: 2013-12-14
上傳用戶:wqxstar
.ifnz I2C_SUPPORT ************************************************************** Function : fProcessI2cRead Description : process I2C write function Input : IOP_DATA1_H=rCtrlByte,IOP_DATA1_L=rAddr Output : NONE ************************************************************** fProcessI2cRead: fetch parameter lda IOP_DATA1_H sta rCtrlByte lda IOP_DATA1_L sta rAddr jsr fI2cSendCmdAddr bcs lReadI2CFail
標簽: C_SUPPORT Function ifnz fPro
上傳時間: 2016-07-21
上傳用戶:xaijhqx
該代碼可以使你的進程不能用任務管理器終止,就連著名的 proceXP 也無法 kill process,除非重新啟動電腦。
上傳時間: 2013-12-16
上傳用戶:dengzb84
A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after the design of a product is complete. Design deficiencies are a significant problem, and can be exceedingly difficult to identify in the field. These types of quality problems can be addressed in the design phase with relatively little effort, and with far less expense than will be incurred later in the process. Unfortunately, there are many hardware designers and organizations that, for various reasons, do not understand the significance and expense of an unreliable design. The design methodology presented in this text is intended to address this problem.
標簽: inherently reliable devices design
上傳時間: 2016-07-30
上傳用戶:xiaodu1124
JAVA如何調用DOS命令,用Java編寫應用時,有時需要在程序中調用另一個現成的可執行程序或系統命令,這時可以通過組合使用Java提供的Runtime類和Process類的方法實現。
上傳時間: 2014-01-12
上傳用戶:yy541071797
This tutorial illustrates how to use the versatile Eclipse environment to facilitate development of Globus Toolkit V4 (GT4) grid services. The tutorial is written for Web service and grid developers who would like the convenience of orchestrating the whole grid service development process from within the Eclipse IDE on Windows-based platforms.
標簽: illustrates environment development facilitate
上傳時間: 2014-08-18
上傳用戶:我們的船長
For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>
標簽: build project Before apache
上傳時間: 2016-08-20
上傳用戶:zhenyushaw
www.trolltech.com推薦的學習Qt的權威書籍 自制的Pdf版Code Less Create More Deploy Everywhere Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes.
標簽: Everywhere trolltech Trolltech Create
上傳時間: 2013-12-29
上傳用戶:妄想演繹師
The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field approximation, and 4 monte-carlo sampling methods (Metropolis, Gibbs, Wolff, Swendsen-Wang). Use "help inference" from Matlab to see all options for usage. 2. gbp_preprocess.m and gbp.m These 2 interfaces split Generalized Belief Propagation into the pre-process stage (gbp_preprocess.m) and the inference stage (gbp.m), so the user may use only one of them, or changing some parameters in between. Use "help gbp_preprocess" and "help gbp" from Matlab. 3. simulatedAnnealing.m An interface to the simulated-annealing c-code. This code uses Metropolis sampling method, the same one used for inference. Use "help simulatedAnnealing" from Matlab.
標簽: Matlab-interfaces inference interface the
上傳時間: 2016-08-27
上傳用戶:gxrui1991
The aqsesGUI software is a software package for processing Magnetic Resonance Spectroscopy signals. The software contains methods to load, preprocess and process MRS data.
標簽: software Spectroscopy processing Resonance
上傳時間: 2016-09-20
上傳用戶:lanwei