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

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

Out

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

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

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

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

    上傳用戶:Altman

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

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

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

    上傳時(shí)間: 2015-06-24

    上傳用戶:zhangzhenyu

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

    c8051f020 實(shí)時(shí)時(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

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

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

    上傳用戶:dongbaobao

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

    參照棧類模板的例子編寫一個(gè)隊(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ì),后面的元素自動(dòng)前移一位),判隊(duì)列空函數(shù)Empty。并分別用隊(duì)列類模板定義int和float對(duì)象,調(diào)用各個(gè)成員函數(shù)

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

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

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

    上傳時(shí)間: 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 【上載源碼成為會(huì)員下載此源碼】【成為VIP會(huì)員下載此源碼】

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

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

    上傳時(shí)間: 2015-08-04

    上傳用戶:zhengzg

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

    基本模型機(jī)的設(shè)計(jì)與實(shí)現(xiàn)主要內(nèi)容: 設(shè)計(jì)一個(gè)較為完整的計(jì)算機(jī)、并編寫一些簡單的指令 基本要求: 設(shè)計(jì)器材: Dais-CMH+/CMH 計(jì)算器組成原理教學(xué)實(shí)驗(yàn)系統(tǒng)一臺(tái),實(shí)驗(yàn)用扁平線、導(dǎo)線若干。 設(shè)計(jì)目的: ⒈ 在掌握部件單元電路實(shí)驗(yàn)的基礎(chǔ)上,進(jìn)一步將其組成系統(tǒng)地構(gòu)造一臺(tái)基本模型計(jì)算機(jī)。 ⒉ 為其定義5條機(jī)器指令,并編寫相應(yīng)的微程序,上機(jī)調(diào)試掌握整機(jī)概念。 實(shí)現(xiàn)較為完整的計(jì)算機(jī)、并編寫一些簡單的指令。 設(shè)計(jì)目標(biāo): 本次設(shè)計(jì)將能在微程序控制下自動(dòng)產(chǎn)生各部件單元的控制信號(hào),實(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 模型 指令

    上傳時(shí)間: 2014-02-18

    上傳用戶:zwei41

主站蜘蛛池模板: 武陟县| 青川县| 扎囊县| 余干县| 惠来县| 长岭县| 习水县| 博乐市| 太保市| 修文县| 嘉峪关市| 青州市| 乃东县| 措勤县| 三门峡市| 德化县| 土默特右旗| 大英县| 同心县| 苍南县| 九龙城区| 疏附县| 宜城市| 安福县| 永昌县| 拜城县| 北川| 西吉县| 新源县| 沅陵县| 泰安市| 阳西县| 五华县| 南城县| 西乌珠穆沁旗| 东明县| 百色市| 新化县| 龙州县| 长子县| 富裕县|