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

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

PROGrams

  • develop drawing PROGrams where the user can build, display, store, load and print object structures.

    develop drawing PROGrams where the user can build, display, store, load and print object structures.

    標簽: structures PROGrams develop drawing

    上傳時間: 2017-09-26

    上傳用戶:皇族傳媒

  • 嵌入式實時操作系統MicroCOS_II光盤內容.rar

    MicroC/OS-II The Real-Time Kernel Second Edition By Jean J. Labrosse CMP Books, CMP Media LLC Copyright 2002 by CMP Books ISBN 1-57820-103-9 CMP Books CMP Media LLC 1601 West 23rd Street, Suite 200 Lawrence, Kansas 66046 785-841-1631 www.cmpbooks.com email: books@cmp.com The PROGrams and applications on this disk have been carefully tested, but are not guaranteed for any particular purpose. The publisher does not offer any warranties and does not guarantee the accuracy, adequacy, or completeness of any information and is not responsible for any errors or omissions or the results obtained from use of such information.

    標簽: MicroCOS_II 嵌入式 實時操作系統

    上傳時間: 2013-06-09

    上傳用戶:zhyiroy

  • vncviewer_source_1.0

    免費開源的遠程桌面程序,vnc客戶端源代碼,windows版本-Free open source remote desktop PROGrams

    標簽: vncviewer_source 1.0

    上傳時間: 2013-04-24

    上傳用戶:@小小羊

  • Excel 使用技巧大全

    如果想在啟動系統自動運行Excel,可以這樣操作: 1.雙擊“我的電腦”圖標,進入Windows目錄,依次打開“Start Menu\PROGrams\啟動”文件夾; 2.打開Excel所在的文件夾,用鼠標將Excel圖標拖到“啟動”文件夾,這時Excel的快捷方式就被復制到“啟動”文件夾中,下次啟動Windows就可快速啟動Excel了。

    標簽: Excel 使用技巧

    上傳時間: 2013-04-24

    上傳用戶:gyq

  • 用VISUAL C++編程實現指紋圖像的特征提取以及對指紋圖像的識別

    ·詳細說明:用VISUAL C++編程實現指紋圖像的特征提取以及對指紋圖像的識別-Utilising VISUAL C++ to make PROGrams, we can get the characters of image and identify the image of finger mark 文件列表:   fvs.ncb   fvs.sln   fvs.v

    標簽: VISUAL nbsp 指紋圖像 編程實現

    上傳時間: 2013-04-24

    上傳用戶:kaka

  • 雙絞線和低通濾波器降低EMI_RFI

    Abstract: Alexander Graham Bell patented twisted pair wires in 1881. We still use them today because they work so well. In addition we have the advantage ofincredible computer power within our world. Circuit simulators and filter design PROGrams are available for little or no cost. We combine the twisted pair and lowpassfilters to produce spectacular rejection of radio frequency interference (RFI) and electromagnetic interference (EMI). We also illustrate use of a precision resistorarray to produce a customizable differential amplifier. The precision resistors set the gain and common mode rejection ratios, while we choose the frequencyresponse.

    標簽: EMI_RFI 雙絞線 低通濾波器

    上傳時間: 2014-11-26

    上傳用戶:Vici

  • 基于ISA總線與KH-9300的數據采集系統

    介紹基于ISA總線與KH-9300的數據采集板卡的設置,詳細說明8254定時計數器及8259中斷控制器的結構特點、工作方式、控制字等,探討中斷類型、中斷處理程序、中斷矢量表及其填寫。重點講述使用TorboC編寫中斷服務程序的方法,應注意的主要問題及程序測試的結果。 Abstract:  The settings of KH-9300 data acquisition board based on the ISA bus is introduced,the structural characteristics,working methods,control characters of the timing counter 8254 and interruptioncontroller 8259 are explained in detail.The interruption type,interrupt handling PROGrams,interruption vector table and its filling also are discussed.Further,great emphasis is put on the method of interrupt service program compiled by Torbo C,the main issues that should be noted,and the results of program testing.

    標簽: 9300 ISA KH 總線

    上傳時間: 2013-11-14

    上傳用戶:qq527891923

  • P90CL301 I2C driver routines

    This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-master system application.For specific applications the user will have to make minimal changes in the driver program. Using the drivermeans linking modules to your application software and including a header-file into the application sourcePROGrams. A small example program of how to use the driver is listed.The driver supports i.a. polled or interrupt driven message handling, slave message transfers and multi-mastersystem applications. Furthermore, it is made suitable for use in conjunction with real time operating systems, likepSOS+.

    標簽: routines driver P90 301

    上傳時間: 2013-11-23

    上傳用戶:weixiao99

  • 用MDK生成bin格式的可執行文件

    用MDK 生成bin 文件1用MDK 生成bin 文件Embest 徐良平在RV MDK 中,默認情況下生成*.hex 的可執行文件,但是當我們要生成*.bin 的可執行文件時怎么辦呢?答案是可以使用RVCT 的fromelf.exe 工具進行轉換。也就是說首先將源文件編譯鏈接成*.axf 的文件,然后使用fromelf.exe 工具將*.axf 格式的文件轉換成*.bin格式的文件。下面將具體說明這個操作步驟:1. 打開Axf_To_Bin 文件中的Axf_To_Bin.uv2 工程文件;2. 打開Options for Target ‘Axf_To_Bin’對話框,選擇User 標簽頁;3. 構選Run User PROGrams After Build/Rebuild 框中的Run #1 多選框,在后邊的文本框中輸入C:\Keil\ARM\BIN31\fromelf.exe --bin -o ./output/Axf_To_Bin.bin ./output/Axf_To_Bin.axf 命令行;4. 重新編譯文件,在./output/文件夾下生成了Axf_To_Bin.bin 文件。在上面的步驟中,有幾點值得注意的是:1. C:\Keil\ARM\BIN31\表示RV MDK 的安裝目錄;2. fromelf.exe 命令的具體語法格式如下:命令的格式為:fromelf [options] input_file命令選項如下:--help 顯示幫助信息--vsn 顯示版本信息--output file 輸出文件(默認的輸出為文本格式)--nodebug 在生成的映象中不包含調試信息--nolinkview 在生成的映象中不包含段的信息二進制輸出格式:--bin 生成Plain Binary 格式的文件--m32 生成Motorola 32 位十六進制格式的文件--i32 生成Intel 32 位十六進制格式的文件--vhx 面向字節的位十六進制格式的文件t--base addr 設置m32,i32 格式文件的基地址--text 顯示文本信息文本信息的標志-v 打印詳細信息-a 打印數據地址(針對帶調試信息的映象)-d 打印數據段的內容-e 打印表達式表print exception tables-f 打印消除虛函數的信息-g 打印調試表print debug tables-r 打印重定位信息-s 打印字符表-t 打印字符串表-y 打印動態段的內容-z 打印代碼和數據大小的信息

    標簽: MDK bin 可執行文件

    上傳時間: 2013-12-17

    上傳用戶:AbuGe

  • 面向Eclips的Nios II軟件構建工具手冊

    面向Eclips的Nios II軟件構建工具手冊 The Nios® II Software Build Tools (SBT) for Eclipse™ is a set of plugins based on the Eclipse™ framework and the Eclipse C/C++ development toolkit (CDT) plugins. The Nios II SBT for Eclipse provides a consistent development platform that works for all Nios II embedded processor systems. You can accomplish all Nios II software development tasks within Eclipse, including creating, editing, building, running, debugging, and profiling PROGrams.

    標簽: Eclips Nios 軟件

    上傳時間: 2013-11-02

    上傳用戶:瓦力瓦力hong

主站蜘蛛池模板: 平罗县| 安多县| 奇台县| 临夏县| 呼和浩特市| 祁东县| 庆安县| 军事| 类乌齐县| 永宁县| 洪洞县| 巴南区| 大英县| 海阳市| 河池市| 南和县| 大田县| 瓦房店市| 登封市| 和田县| 宁武县| 彭水| 萨迦县| 新建县| 江北区| 瑞昌市| 汾阳市| 曲沃县| 中江县| 女性| 南和县| 瑞金市| 民勤县| 泰兴市| 金山区| 昭平县| 建水县| 高淳县| 盘锦市| 华蓥市| 兰考县|