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

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

OUT

  • 上傳了一個批量傳輸?shù)肐N程序

    上傳了一個批量傳輸?shù)肐N程序,現(xiàn)在上傳的是EZ-USB FX2的批量傳輸?shù)?b>OUT程序

    標(biāo)簽: 傳輸 程序

    上傳時間: 2013-12-29

    上傳用戶:Altman

  • 8253的初始化程序舉例: 例1:選擇2號計(jì)數(shù)器

    8253的初始化程序舉例: 例1:選擇2號計(jì)數(shù)器,工作在3方式,計(jì)數(shù)初值為533H(2個字節(jié)),采用二進(jìn)制計(jì)數(shù)。其初始化程序段為 MOV DX,307H ;命令口 MOV AL,10110110B ;2號計(jì)數(shù)器的初始化命 令字 OUT DX,AL ;寫入命令寄存器 MOV DX,306H ;2號計(jì)數(shù)器數(shù)據(jù)口 MOV AX,533H ;計(jì)數(shù)初值 OUT DX,AL ;選送低字節(jié)到2號計(jì)數(shù)器 MOV AL,AH ;取高字節(jié)送AL OUT DX,AL ;后送高字節(jié)到2號計(jì)數(shù)器

    標(biāo)簽: 8253 初始化程序 舉例 計(jì)數(shù)器

    上傳時間: 2015-06-24

    上傳用戶:zhangzhenyu

  • c8051f020 實(shí)時時鐘模塊程序 內(nèi)含IIC模塊程序/********************** SYSTEM CLOCK 8M********************************/

    c8051f020 實(shí)時時鐘模塊程序 內(nèi)含IIC模塊程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk OUT disable 0x00, // close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void )

    標(biāo)簽: c8051f020 SYSTEM CLOCK IIC

    上傳時間: 2015-06-30

    上傳用戶:edisonfather

  • HT48c10控制TDA7313N(音效處理芯片)程序 #if 0 //ht48c10控制TDA7313N(音效處理芯片),音源從L3輸入

    HT48c10控制TDA7313N(音效處理芯片)程序 #if 0 //ht48c10控制TDA7313N(音效處理芯片),音源從L3輸入,再從OUT LF腳輸出 //SDA=PA1--PA7 , SCL=PA0--PA6 ...

    標(biāo)簽: 7313N 7313 TDA 48

    上傳時間: 2013-12-21

    上傳用戶:dongbaobao

  • 參照棧類模板的例子編寫一個隊(duì)列類模板class <T> Queue

    參照棧類模板的例子編寫一個隊(duì)列類模板class <T> Queue,私有成員包括:隊(duì)首指針Front,隊(duì)尾指針Tail,隊(duì)列容積max。實(shí)現(xiàn):構(gòu)造函數(shù)Queue,析構(gòu)函數(shù),入隊(duì)函數(shù)In,出隊(duì)函數(shù)OUT(每次出隊(duì),后面的元素自動前移一位),判隊(duì)列空函數(shù)Empty。并分別用隊(duì)列類模板定義int和float對象,調(diào)用各個成員函數(shù)

    標(biāo)簽: class Queue 模板 lt

    上傳時間: 2013-12-03

    上傳用戶:BIBI

  • A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carrie

    A program to find frequent itemsets (also closed and maximal) with the eclat algorithm ,which carries OUT a depth first search on the subset lattice and determines the support of itemsets by intersecting transaction lists.

    標(biāo)簽: algorithm frequent itemsets program

    上傳時間: 2013-12-27

    上傳用戶:ouyangtongze

  • The crystallize of the initial study, one class examination system of calculator, everyone gives ord

    The crystallize of the initial study, one class examination system of calculator, everyone gives order to point OUT.

    標(biāo)簽: crystallize examination calculator everyone

    上傳時間: 2015-07-14

    上傳用戶:王慶才

  • 東滕網(wǎng)站源碼

    東滕網(wǎng)站源碼,漂亮的界面,基本網(wǎng)頁功能設(shè)計(jì),聊天室- East clears OUT the website source code, attractive contact surface, basic homepage functional design, chatroom ,ASP,編程網(wǎng)站/Program Web Site 【上載源碼成為會員下載此源碼】【成為VIP會員下載此源碼】

    標(biāo)簽: 網(wǎng)站 源碼

    上傳時間: 2013-12-24

    上傳用戶:changeboy

  • THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program

    THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have arranged the book so that information needed only by experts is separated OUT from the basic material. We hope that driver developers as well as application programmers and MIS administrators will find what they need. Because different sections are aimed at different audiences, we expect that few people will read every page. We have sometimes duplicated explanations in an effort to make reading easier for those who do not read all sections. This book will be most helpful to those who have some knowledge of the Java programming language and SQL (Structured Query Language), but one doesn t need to be an expert in either to understand the basic concepts presented here.

    標(biāo)簽: application reference tutorial program

    上傳時間: 2015-08-04

    上傳用戶:zhengzg

  • 基本模型機(jī)的設(shè)計(jì)與實(shí)現(xiàn)主要內(nèi)容: 設(shè)計(jì)一個較為完整的計(jì)算機(jī)、并編寫一些簡單的指令 基本要求: 設(shè)計(jì)器材: Dais-CMH+/CMH 計(jì)算器組成原理教學(xué)實(shí)驗(yàn)系統(tǒng)一臺

    基本模型機(jī)的設(shè)計(jì)與實(shí)現(xiàn)主要內(nèi)容: 設(shè)計(jì)一個較為完整的計(jì)算機(jī)、并編寫一些簡單的指令 基本要求: 設(shè)計(jì)器材: Dais-CMH+/CMH 計(jì)算器組成原理教學(xué)實(shí)驗(yàn)系統(tǒng)一臺,實(shí)驗(yàn)用扁平線、導(dǎo)線若干。 設(shè)計(jì)目的: ⒈ 在掌握部件單元電路實(shí)驗(yàn)的基礎(chǔ)上,進(jìn)一步將其組成系統(tǒng)地構(gòu)造一臺基本模型計(jì)算機(jī)。 ⒉ 為其定義5條機(jī)器指令,并編寫相應(yīng)的微程序,上機(jī)調(diào)試掌握整機(jī)概念。 實(shí)現(xiàn)較為完整的計(jì)算機(jī)、并編寫一些簡單的指令。 設(shè)計(jì)目標(biāo): 本次設(shè)計(jì)將能在微程序控制下自動產(chǎn)生各部件單元的控制信號,實(shí)現(xiàn)特定指令的功能。在該試驗(yàn)中采用五條機(jī)器指令:IN(輸入)、SUB(二進(jìn)制減法)、STA(存數(shù))、OUT(輸出)、JMP(無條件轉(zhuǎn)移),整體實(shí)現(xiàn)二進(jìn)制數(shù)連續(xù)相減的功能。上機(jī)調(diào)試實(shí)現(xiàn)這五種指令功能。

    標(biāo)簽: Dais-CMH CMH 模型 指令

    上傳時間: 2014-02-18

    上傳用戶:zwei41

主站蜘蛛池模板: 庄河市| 泸溪县| 大足县| 阳山县| 深州市| 鹤峰县| 抚州市| 伊宁市| 商洛市| 遵义市| 甘泉县| 和平县| 咸丰县| 健康| 金寨县| 涞水县| 丹凤县| 香河县| 防城港市| 阿城市| 江永县| 英吉沙县| 大邑县| 喀喇沁旗| 扎囊县| 普兰店市| 攀枝花市| 富顺县| 林州市| 扬中市| 桑日县| 张家港市| 股票| 富宁县| 德江县| 荆门市| 东港市| 仪陇县| 深水埗区| 新泰市| 仁化县|