代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
www.eeworm.com/read/345068/11841235

asm 单片机主程序.asm

;;单片机主程序 ORG 0000H AJMP MAIN ORG 0023H AJMP RECE ORG 0040H MAIN:MOV SP,#60H MOV SCON,#50H MOV TMOD,#20H MOV TH1,#0F3H M0V TL1,#0F3H MOV PCO
www.eeworm.com/read/345068/11841239

c pc机接收子程序.c

void receivef(char *fname) {FILE *fp; char ch; int count,temp,sum=0; remove(fname); if((fp=fopen(fname,"w"))==NULL) {printf("不能打开文件\n"); exit(1);
www.eeworm.com/read/344739/11863028

txt 滚动码应用原程序.txt

; MICROCHIP KEELOQ CODE HOPPING SIMPLE DECODER ; ; 一步学习; 单一键 ;www.nbglin.com 电话:0574-88464538 ;歌林电子制作工作室 ; 配置控制: ; -VERSION 1.1 S. DAWSON ; ; FILE: SIMDEC11.ASM. ; DATE: 8 SEPTEMBER 1
www.eeworm.com/read/344739/11863045

txt can 的调试程序.txt

我的CAN 的调试程序,供参考,交流 #INCLUDE ; 接收数据程序 ;***********RAM DEFINE******************* CBLOCK 10H TEMP_CANCON ; TEMP_CANSTAT; W_TEMP DELAY2 ; DELAY 延时 DELAY1 ; DELAY COUNT ; 查表 RX_C
www.eeworm.com/read/155446/11870371

txt 已通过仿真的程序.txt

library IEEE;--与门 use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity and1 is Port (a,b:in std_logic; y:out std_logic); end and1;
www.eeworm.com/read/155430/11874047

txt 二转十子程序.txt

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;二转十子程序;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ORG 0200H mov r2,#11000111b cjne r2,#1100011b,out mov r3,#0 ajmp start out jc out1 cjne r