上传了一个批量传输得IN程序,现在上传的是EZ-USB FX2的批量传输的Out程序
上传时间: 2013-12-29
上传用户:Altman
8253的初始化程序举例: 例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为 MOV DX,307H ;命令口 MOV AL,10110110B ;2号计数器的初始化命 令字 Out DX,AL ;写入命令寄存器 MOV DX,306H ;2号计数器数据口 MOV AX,533H ;计数初值 Out DX,AL ;选送低字节到2号计数器 MOV AL,AH ;取高字节送AL Out DX,AL ;后送高字节到2号计数器
上传时间: 2015-06-24
上传用户:zhangzhenyu
c8051f020 实时时钟模块程序 内含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 )
标签: c8051f020 SYSTEM CLOCK IIC
上传时间: 2015-06-30
上传用户:edisonfather
HT48c10控制TDA7313N(音效处理芯片)程序 #if 0 //ht48c10控制TDA7313N(音效处理芯片),音源从L3输入,再从Out LF脚输出 //SDA=PA1--PA7 , SCL=PA0--PA6 ...
上传时间: 2013-12-21
上传用户:dongbaobao
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,析构函数,入队函数In,出队函数Out(每次出队,后面的元素自动前移一位),判队列空函数Empty。并分别用队列类模板定义int和float对象,调用各个成员函数
上传时间: 2013-12-03
上传用户:BIBI
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.
标签: algorithm frequent itemsets program
上传时间: 2013-12-27
上传用户:ouyangtongze
The crystallize of the initial study, one class examination system of calculator, everyone gives order to point Out.
标签: crystallize examination calculator everyone
上传时间: 2015-07-14
上传用户:王庆才
东滕网站源码,漂亮的界面,基本网页功能设计,聊天室- East clears Out the website source code, attractive contact surface, basic homepage functional design, chatroom ,ASP,编程网站/Program Web Site 【上载源码成为会员下载此源码】【成为VIP会员下载此源码】
上传时间: 2013-12-24
上传用户:changeboy
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.
标签: application reference tutorial program
上传时间: 2015-08-04
上传用户:zhengzg
基本模型机的设计与实现主要内容: 设计一个较为完整的计算机、并编写一些简单的指令 基本要求: 设计器材: Dais-CMH+/CMH 计算器组成原理教学实验系统一台,实验用扁平线、导线若干。 设计目的: ⒈ 在掌握部件单元电路实验的基础上,进一步将其组成系统地构造一台基本模型计算机。 ⒉ 为其定义5条机器指令,并编写相应的微程序,上机调试掌握整机概念。 实现较为完整的计算机、并编写一些简单的指令。 设计目标: 本次设计将能在微程序控制下自动产生各部件单元的控制信号,实现特定指令的功能。在该试验中采用五条机器指令:IN(输入)、SUB(二进制减法)、STA(存数)、Out(输出)、JMP(无条件转移),整体实现二进制数连续相减的功能。上机调试实现这五种指令功能。
上传时间: 2014-02-18
上传用户:zwei41