代码搜索:废墨清零
找到约 859 项符合「废墨清零」的源代码
代码结果 859
www.eeworm.com/read/289842/8522171
c allse.c
//********************************************
//文件名:ALLSE.C
//功能:对扇区数据进行十六进制读、字符读、
// 备份、拷贝、搬移、写入、清零操作
//********************************************
#include
www.eeworm.com/read/262667/11396039
c work2.c
#include
main()
{
/***************欢迎语句****************/
printf("Welcome to Shell!\n");
while(1){
/*********(0)每次循环,参数清零*********/
is_pipe=0;
is_redirect=0;
i
www.eeworm.com/read/257271/11937260
c allse.c
//********************************************
//文件名:ALLSE.C
//功能:对扇区数据进行十六进制读、字符读、
// 备份、拷贝、搬移、写入、清零操作
//********************************************
#include
www.eeworm.com/read/151550/12202245
c allse.c
//********************************************
//文件名:ALLSE.C
//功能:对扇区数据进行十六进制读、字符读、
// 备份、拷贝、搬移、写入、清零操作
//********************************************
#include
www.eeworm.com/read/19132/812430
asm pxsjpjs.asm
org 0000h
ljmp main
;***************************;
; 主程序 ;
;***************************;
org 0030h
main:
mov 28h,#00h ;标记位总清零
mov 20h,#
www.eeworm.com/read/470000/6922276
c key1.c
#include "declare.h"
#include "reg51.h"
void Key_read ()
{
// int i;
//1,2,3,4号键盘对应P50,51,52,53
//1,2 键表示秒清零
//1,3 键表示分钟快速加
//1,4 键表示分钟快速减
if (P1==0xff)//1,2 键表示秒清零
{
key_value=
www.eeworm.com/read/494049/6387183
asm aclear0.asm
; “验证式” 实验五 清零程序?
ORG 000H
MOV R0,#00H
MOV DPTR,#2000H ;空间首地址送DPTR
LOOP: mov a,#00h
MOVX @DPTR,A ;清零
INC DPTR ;DPTR加1
INC R0 ;字节数加1
CJNE R0,#00H,LOOP ;连续清256个字节
LOOP1:SJMP LO
www.eeworm.com/read/264849/11298620
asm softneiram.asm
;把30H~7FH的内容清零
ORG 0000H
AJMP START
ORG 0030H
START: MOV R0,#30H ;首地址送R0
MOV R7,#50H ;字节数送R7
CLR A ;累加器清零
LOOP: MOV @R0,A ;零送RAM
INC R0 ;地址
www.eeworm.com/read/181810/7154404
v chufa.v
module chufa(D,Q,clr,clk);
input D,clr,clk;
output Q;
reg Q;
always@(posedge clk)
begin
if(!clr)
Q