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

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

CD-ROMAudioCD

  • PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下

    PC機與智能儀器串口通信 MSComm 控件提供下列兩種處理通訊的方式: 事件驅動通訊是處理串行端口交互作用的一種非常有效的方法。在許多情況下,在事件發生時需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 線上一個字符到達或一個變化發生時。在這些情況下,可以利用 MSComm 控件的 OnComm 事件捕獲并處理這些通訊事件。OnComm 事件還可以檢查和處理通訊錯誤。所有通訊事件和通訊錯誤的列表,參閱 CommEvent 屬性。 在程序的每個關鍵功能之后,可以通過檢查 CommEvent 屬性的值來查詢事件和錯誤。如果應用程序較小,并且是自保持的,這種方法可能是更可取的。例如,如果寫一個簡單的電話撥號程序,則沒有必要對每接收一個字符都產生事件,因為唯一等待接收的字符是調制解調器的“確定”響應。 每個使用的 MSComm 控件對應著一個串行端口。如果應用程序需要訪問多個串行端口,必須使用多個 MSComm 控件。可以在 Windows“控制面板”中改變端口地址和中斷地址。

    標簽: MSComm 通訊 PC機 智能儀器

    上傳時間: 2016-10-05

    上傳用戶:洛木卓

  • 操作系統接口:兼容Unix 和Linux 命令接口。 為Windows 操作系統建立一個兼容Unix 命令的命令接口; 實現命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdi

    操作系統接口:兼容Unix 和Linux 命令接口。 為Windows 操作系統建立一個兼容Unix 命令的命令接口; 實現命令包括ls,cat,cp,rm,mv,ren,mkdir,rmdir,cd,help,exit命令的內容與詳細格式請查閱unix 命令手冊; 可以字符形式接收命令,執行命令,然后顯示命令執行結果。

    標簽: Unix Windows Linux mkdir

    上傳時間: 2013-12-12

    上傳用戶:498732662

  • 用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integra

    用20個示例項目的方式介紹Matlab/Simulink。內容包括: *Contains over 20 hands-on projects in MATLAB(with code) integrated throughout the book *Includes a complete introduction to Simulink *Accompanied by a CD-ROM containing MATLAB examples, source code, third party simulations & projects *Suitable for self-study and professional licensing exams *Designed for the reader who does not have extensive math and programming experience *Contains many practical applications of MATLAB and Simulink

    標簽: Contains Simulink hands-on projects

    上傳時間: 2014-01-03

    上傳用戶:hj_18

  • 智能快速充電器設計資料

    智能快速充電器設計資料,包括NI-CD NI-MH和鋰電池,鉛蓄電池充電器的設計

    標簽: 快速充電器 設計資料

    上傳時間: 2014-01-17

    上傳用戶:qb1993225

  • 本書以237個Visual C++精彩實例全面解析了C++語言、編程的思路、方法和技巧。 該書內容涉及Visual C++編程語言

    本書以237個Visual C++精彩實例全面解析了C++語言、編程的思路、方法和技巧。 該書內容涉及Visual C++編程語言,文檔與視圖結構,界面、對話框與控件,菜單、工具欄和狀態欄,文件與系統,COM組件,數據庫,多媒體,ATL與ActiveX控件,以及網絡和Internet編程等各個方面。選例經典而具有代表性,分析透徹,編程邏輯思路簡練,具有很強的實用性、可操作性和參考價值。 本書非常適合Visual C++初學者和中級程序員,亦可作為業余愛好者、高校計算機專業師生自學、教學用書,以及專業程序員參考書。 本版CD內容為本書237個實例的全部源代碼

    標簽: Visual 237 語言 編程

    上傳時間: 2016-11-15

    上傳用戶:天涯

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS

    標簽: collection programs version systems

    上傳時間: 2016-11-18

    上傳用戶:wlcaption

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    標簽: development adaptable solutions patterns

    上傳時間: 2014-09-07

    上傳用戶:wangchong

  • Please read this document before attempting to compile and run the libraries and applications! The p

    Please read this document before attempting to compile and run the libraries and applications! The projects must be compiled in a particular order. Standard support questions are about compiler and/or linker errors that are generated when users try to compile the projects in the wrong order. Other information of interest is available here, so read the entire document fi rst. Wild Magic Version 2.1 is what ships with the fi rst printing of the Game Physics book. Some of the applications that are referenced in the book did not make it onto the CD–ROM for the book. Version 2.2 contains those applications, plus more

    標簽: applications attempting and libraries

    上傳時間: 2014-01-16

    上傳用戶:Late_Li

  • 這是書上的代碼

    這是書上的代碼,用Visual C++播放CD中第一首曲子的實現過程。供大家參考

    標簽: 代碼

    上傳時間: 2016-12-14

    上傳用戶:lizhen9880

  • FlashBoot 是一款制作usb閃存啟動盤的工具

    FlashBoot 是一款制作usb閃存啟動盤的工具,軟件具有高度可定制的特點和豐富的選項,兼容所有usb盤,對一些512M以上大容量的雜牌U盤兼容性很好。 特點:支持BartPE-Bart預安裝環境啟動CD轉換為usb閃存啟動盤;支持從win9x傳遞DOS核心到usb盤; 支持從軟盤制作usb啟動;支持從可引導光盤制作usb啟動盤;制作Windows NT/2000/XP口令恢復及制作帶有NT/2000/XP bootloader的usb盤;支持usb閃存盤復制等等。

    標簽: FlashBoot usb 閃存 啟動盤

    上傳時間: 2016-12-19

    上傳用戶:cc1015285075

主站蜘蛛池模板: 邻水| 古浪县| 青田县| 闽清县| 永寿县| 大洼县| 遵化市| 黄骅市| 灵山县| 通江县| 台东市| 安庆市| 高碑店市| 东山县| 泗洪县| 饶阳县| 乳源| 牙克石市| 新乡市| 玉树县| 永兴县| 武乡县| 滦平县| 清原| 庆安县| 南通市| 长乐市| 滨州市| 民权县| 札达县| 区。| 申扎县| 壤塘县| 乌什县| 沙河市| 岐山县| 黄浦区| 漾濞| 达拉特旗| 汤阴县| 遂平县|