代码搜索:废墨清零
找到约 859 项符合「废墨清零」的源代码
代码结果 859
www.eeworm.com/read/304409/13794895
asm drive.asm
DRIVE: PUSH 02H ; 保护现场
MOV R2,#08H ; 确定8路的输出状态
CLR A ;A清零
DRIVE1:CJNE @R1,#00H,DRIVE2 ; 该路是否触发完毕
SETB C ; 完毕则置高平
www.eeworm.com/read/302044/13843860
vhd counter.vhd
LIBRARY IEEE ;
USE IEEE.STD_LOGIC_1164.ALL ;
USE IEEE.STD_LOGIC_UNSIGNED.ALL ;
ENTITY Counter IS --四位二进制计数器
PORT ( Reset,Enable,CLK : IN STD_LOGIC ; --异部清零,计数使能,时钟
Out_High:OU
www.eeworm.com/read/406844/11434585
vhd minsecond.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity MINSECOND_a is
port(clk,clr:in std_logic;----时钟/清零信号
sec1,sec0:out std_logic_vector(3 downto 0);----秒高位/低位
www.eeworm.com/read/257821/11911151
h gpio.h
#ifndef __GPIO_H
#define __GPIO_H
// IO口置位函数
void FIO_Set(unsigned char port, unsigned int pin);
//IO口清零函数
void FIO_Clr(unsigned char port, unsigned int pin);
//配置IO端口
void config_IO(void);
#
www.eeworm.com/read/150317/12299478
c flash.c
/******************文件名 upsd_flash.c**********************
*马斌 05/10/28
*修改 05/10/30
* 05/10/31 在底层函数 擦除,读写中增加清零看门狗和延时 OSTimeDly(3); // now delay 3 msec per dat sheet
*修改 05/11/11 加锁
***
www.eeworm.com/read/150317/12299500
bak 复件 flash.c.bak
/******************文件名 upsd_flash.c**********************
*马斌 05/10/28
*修改 05/10/30
* 05/10/31 在底层函数 擦除,读写中增加清零看门狗和延时 OSTimeDly(3); // now delay 3 msec per dat sheet
*修改 05/11/11 加锁
***
www.eeworm.com/read/120716/14792107
v paobiao.v
/*----------数字跑表--------*/
/*--具有复位、暂停、秒表计时等功能--*/
/*信号定义 :CLK:时钟信号
CLR:异步复位信号 1:清零;0:计数
PAUSE:暂停信号 1:??;0:??
MSH、MSL:百分秒高位和低位
SH、SL:秒种高位和低位
www.eeworm.com/read/214737/15090433
vhd counter.vhd
--
-- File: counter.vhd
-- 十进制计数器;
-- on_off:闸门信号,clr=0:清零
-- value:十进制计数值,cary:进位信号
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity counter is
por
www.eeworm.com/read/212691/15151209
asm 最终程序.asm
ORG 0000H
LJMP 0100H ;开机或复位后,跳转至100H单元执行程序
;***************端口初始化***************
ORG 0100H
INIT: MOV A,#0
MOV DPTR,#0DF00H ;ACK标志清零
MOVX @DPTR,A
MOV
www.eeworm.com/read/17110/717193
c ex1.c
#include //头文件
int ch;
void SISR(void) interrupt 4 //串行中断服务例程
{
RI=0; //清零
ch=SBUF; //读取接收缓冲器
}
void main(void) //主函数
{
SCON=0x50; //初始化串行口模