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

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

eep-ROM

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

    用20個(gè)示例項(xiàng)目的方式介紹Matlab/Simulink。內(nèi)容包括: *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

    標(biāo)簽: Contains Simulink hands-on projects

    上傳時(shí)間: 2014-01-03

    上傳用戶:hj_18

  • 為了方便讀者整理 8051 相關(guān)專題制作報(bào)告

    為了方便讀者整理 8051 相關(guān)專題制作報(bào)告,需要使用到的 8051 基本資料電子文件 51.TXT 收錄于此目錄中,讀者可以依需要自行應(yīng)用,加入到自己的報(bào)告中,但僅限于學(xué)校的學(xué)生制作報(bào)告用,不得移做它用,并遵守知識產(chǎn)權(quán)使用的所有規(guī)定。其中文字內(nèi)容取材至 "單芯片 8051 實(shí)作入門",書號 P2277,文魁圖書出版。 8051 基本資料如下: □8051 主要特性 □8051 引腳說明 □8051 中斷服務(wù)常式的進(jìn)入點(diǎn) □8051 特殊目的寄存器 □8051 內(nèi)部控制寄存器 at89c51 為 ATMEL 所生產(chǎn)的可電氣燒錄清洗的 8051 相容單芯片,其內(nèi)部程序代碼容量為4KB 8051主要功能列舉如下: □ 為一般控制應(yīng)用的 8 位單芯片 □ 晶片內(nèi)部具時(shí)鐘振蕩器(傳統(tǒng)最高工作頻率可至 12MHz) □ 內(nèi)部程式存儲器(ROM)為 4KB □ 內(nèi)部數(shù)據(jù)存儲器(RAM)為 128B □ 外部程序存儲器可擴(kuò)充至 64KB □ 外部數(shù)據(jù)存儲器可擴(kuò)充至 64KB □ 32 條雙向輸入輸出線,且每條均可以單獨(dú)做 I/O 的控制 □ 5 個(gè)中斷向量源 □ 2 組獨(dú)立的 16 位定時(shí)器 □ 1 個(gè)全多工串行通信端口 □ 8751 及 8752 單芯片具有數(shù)據(jù)保密的功能 □ 單芯片提供位邏輯運(yùn)算指令

    標(biāo)簽: 8051 報(bào)告

    上傳時(shí)間: 2016-10-29

    上傳用戶:plsee

  • AT89C51SND1C是AT89C51核心的處理器

    AT89C51SND1C是AT89C51核心的處理器,包含一個(gè)MP3解碼器,完全兼容8051的Keil C51編譯環(huán)境,適合8051使用者的MP3解碼應(yīng)用。本代碼在基本代碼基礎(chǔ)上增加了LCD驅(qū)動部分,需要比較多的RAM和ROM資源,大家按照自己的系統(tǒng)資源情況,選擇基本版本代碼還是擴(kuò)展LCD的代碼。

    標(biāo)簽: 89C C51 AT 89

    上傳時(shí)間: 2014-12-03

    上傳用戶:sz_hjbf

  • TMS320C6711的上電自檢 This source code is ultimately used to create a JEDEC programming file used * to p

    TMS320C6711的上電自檢 This source code is ultimately used to create a JEDEC programming file used * to program the Flash ROM on the C6711 DSK.

    標(biāo)簽: used programming ultimately source

    上傳時(shí)間: 2013-12-12

    上傳用戶:wl9454

  • 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.

    標(biāo)簽: development adaptable solutions patterns

    上傳時(shí)間: 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

    標(biāo)簽: applications attempting and libraries

    上傳時(shí)間: 2014-01-16

    上傳用戶:Late_Li

  • 一個(gè)用自己寫的編譯器編譯的操作系統(tǒng)內(nèi)核. 有包含中斷和不包含中斷兩個(gè)版本. 還有簡單的用戶應(yīng)用程序。 因?yàn)樵摯a原目的是下載到硬件上使用

    一個(gè)用自己寫的編譯器編譯的操作系統(tǒng)內(nèi)核. 有包含中斷和不包含中斷兩個(gè)版本. 還有簡單的用戶應(yīng)用程序。 因?yàn)樵摯a原目的是下載到硬件上使用,所以kernel必須限制在該硬件可接受的8k rom之內(nèi)。作者對優(yōu)化代碼大小也下了相當(dāng)?shù)墓Ψ颉? 為了保證程序可以運(yùn)行,這里附帶了編譯該操作系統(tǒng)的編譯器。

    標(biāo)簽: 中斷 編譯器 編譯 操作系統(tǒng)

    上傳時(shí)間: 2014-01-11

    上傳用戶:youlongjian0

  • 輔助說明: 代碼交流 QQ59771230 email:choudaxian@163.com 注意事項(xiàng): 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么樣的

    輔助說明: 代碼交流 QQ59771230 email:choudaxian@163.com 注意事項(xiàng): 1) LCD 指令中的TEXT GRAPHIC AREA SET效果是什么樣的 2) LCD 指令中的MODE SET中的OR AND XOR 有圖層的味道  3) DJNZ+指令C0H(DATA AND WRITE)與相同的數(shù)據(jù)時(shí)就會出錯 4) CHAR ADN PIC分別清除 5) 幾何圖形繪制與實(shí)現(xiàn)圖形 6) 菜單優(yōu)化設(shè)計(jì),結(jié)構(gòu)體:上,下,上一組,下一組,指向函數(shù)的指針 顯示的內(nèi)容: 16*16漢字:歡迎使用福萊特電氣有限公司產(chǎn)品 12*12漢字:進(jìn)入主界面并且可以反顯 8*8字符:FULL-RIGHT 并對所顯示的漢字進(jìn)行卷屏顯示 關(guān)鍵是如何方便在屏上確定的位置上顯示確定的漢字 要使占用ROM,RAM小的前提下

    標(biāo)簽: choudaxian 59771230 GRAPHIC email

    上傳時(shí)間: 2016-12-28

    上傳用戶:xauthu

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    標(biāo)簽: which applications can for

    上傳時(shí)間: 2017-01-04

    上傳用戶:偷心的海盜

  • ucos2 is a file system for embedded applications which can be used on any media, for which you can p

    ucos2 is a file system for embedded applications which can be used on any media, for which you can provide basic hardware access functions. µ C/FS is a high performance library that has been optimized for minimum memory consumption in RAM and ROM, high speed and versatility. It is written in ANSI C and can be used on any CPU.

    標(biāo)簽: which applications can for

    上傳時(shí)間: 2017-01-04

    上傳用戶:13517191407

主站蜘蛛池模板: 肃南| 米泉市| 濮阳市| 綦江县| 大城县| 乐清市| 新乡县| 苏尼特左旗| 马鞍山市| 正定县| 南充市| 瑞金市| 建平县| 阿拉善左旗| 长寿区| 丹江口市| 喀喇| 黑山县| 太仓市| 巴青县| 银川市| 英德市| 张家界市| 高陵县| 子长县| 六盘水市| 洮南市| 濮阳县| 阿克陶县| 长白| 石城县| 项城市| 灌南县| 永城市| 平武县| 蓝山县| 平乡县| 九台市| 高邑县| 镇雄县| 米林县|