亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

DIScrete-Event

  • Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April

    Perl & XML. by Erik T. Ray and Jason McIntosh ISBN 0-596-00205-X First Edition, published April 2002. (See the catalog page for this book.) Table of Contents Copyright Page Preface Chapter 1: Perl and XML Chapter 2: An XML Recap Chapter 3: XML Basics: Reading and Writing Chapter 4: Event Streams Chapter 5: SAX Chapter 6: Tree Processing Chapter 7: DOM Chapter 8: Beyond Trees: XPath, XSLT, and More Chapter 9: RSS, SOAP, and Other XML Applications Chapter 10: Coding Strategies Index Colophon --------------------------------------------------------------------------------

    標簽: T. published McIntosh Edition

    上傳時間: 2013-12-24

    上傳用戶:yzhl1988

  • The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wa

    The EM Wave MATLAB Library consists of a collection of MATLAB programs related to electromagnetic wave scattering with special emphasis on wave scattering by random rough surfaces and discrete random media.

    標簽: MATLAB electromagnetic collection consists

    上傳時間: 2015-09-06

    上傳用戶:alan-ee

  • One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed

    One-channel queuing system simulator (M/M/1) * Arrival and service times are random and distributed exponetially. * * The simulator is time-slice-driven, i.e. the system model is being * run at discrete time points, with constant increments deltaT. * At each such time moment, program checks if a new item arrival or * release has occurred during previus deltaT.

    標簽: One-channel distributed and simulator

    上傳時間: 2014-01-15

    上傳用戶:kr770906

  • * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

    * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    標簽: Reese B. R. Copyright

    上傳時間: 2015-09-24

    上傳用戶:mpquest

  • bject Inspector is a component suite that contains inspectors allowing you to change anything in y

    bject Inspector is a component suite that contains inspectors allowing you to change anything in your application at runtime. Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at runtime TComponentInspector customizable full-functional runtime object inspector control TComponentComboBox control for easy selecting component TCommonInspector abstract inspector control for inspect anything in your application TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at runtime TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes

    標簽: inspectors Inspector component allowing

    上傳時間: 2015-10-02

    上傳用戶:無聊來刷下

  • Visual.C++程序設計技巧與實例--配套光盤 第4章 進程和線程 本章共有8個實例: 1. Process創建和終止進程 2. WorkerThread創建工作者線程 3. UIThr

    Visual.C++程序設計技巧與實例--配套光盤 第4章 進程和線程 本章共有8個實例: 1. Process創建和終止進程 2. WorkerThread創建工作者線程 3. UIThread用戶界面線程示例 4. Event使用事件對象來實現線程的同步 5. Thread使用臨界區對象來實現線程的同步 6. Mutex使用互斥量對象來實現不同進程間的線程同步 7. Semaphore使用信號量對象實現線程的同步 8. MutiThread多線程任務調度與處理

    標簽: WorkerThread Process Visual UIThr

    上傳時間: 2014-11-17

    上傳用戶:yyyyyyyyyy

  • MSComm 控件通過串行端口傳輸和接收數據

    MSComm 控件通過串行端口傳輸和接收數據,為應用程序提供串行通訊功能。MSComm控件在串口編程時非常方便,程序員不必去花時間去了解較為復雜的API函數,而且在VC、VB、Delphi等語言中均可使用。 Microsoft Communications Control(以下簡稱MSComm)是Microsoft公司提供的簡化Windows下串行通信編程的ActiveX控件,它為應用程序提供了通過串行接口收發數據的簡便方法。具體的來說,它提供了兩種處理通信問題的方法:一是事件驅動(Event-driven)方法,一是查詢法。

    標簽: MSComm 控件 串行端口 傳輸

    上傳時間: 2015-11-14

    上傳用戶:tianyi223

  • Zinc is an object oriented, platform independent, framework for designing graphical user interfaces

    Zinc is an object oriented, platform independent, framework for designing graphical user interfaces (GUIs) for cross platform applications. Zinc is scalable and customizable. It provides a full-featured toolkit for the creation of GUIs and event-driven applications.

    標簽: independent interfaces framework designing

    上傳時間: 2015-11-28

    上傳用戶:qb1993225

  • unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

    unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end

    標簽: interface Messages Graphics Controls

    上傳時間: 2013-12-21

    上傳用戶:heart520beat

  • When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the

    When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about creating them. So, a year later, I ve written a very simple, heavily commented discrete filter.

    標簽: submissions processing filtering advanced

    上傳時間: 2015-12-23

    上傳用戶:變形金剛

主站蜘蛛池模板: 新沂市| 鲁山县| 阿巴嘎旗| 开阳县| 蓬溪县| 宜州市| 苏尼特右旗| 习水县| 黄陵县| 柳林县| 临桂县| 安远县| 左云县| 湾仔区| 扬中市| 和平县| 上栗县| 天全县| 达日县| 商丘市| 海盐县| 佳木斯市| 偏关县| 冕宁县| 台湾省| 丁青县| 惠水县| 洪雅县| 沂源县| 麻阳| 汶川县| 南京市| 博客| 阳原县| 阳东县| 新竹县| 长沙市| 乌拉特后旗| 肃南| 城步| 利辛县|