代码搜索:计数程序

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

代码结果 10,000
www.eeworm.com/read/126935/14393785

htm 文件窗口程序设计.htm

乐知网络==>> 计算机考试
www.eeworm.com/read/126825/14400241

txt 词法分析程序2.txt

void parse(FILE* fpin,FILE* fpout) { char arr[MAXBUF];//读出的最长的字符串不超过MAXBUF,MAXBUF定义为255,够长了我想 int i=0;//分析含字母的字符串用 int j=0;//分析纯数字的字符串用 while(1)
www.eeworm.com/read/228010/14403524

asm ilc7109测试程序.asm

LBEN BIT P3.4 HBEN BIT P3.5 CE BIT P3.6 ORG 0000H; AJMP MAXIN; ORG 0013H LJMP SHURU ORG 0030H; MAXIN: MOV SP,#6
www.eeworm.com/read/227189/14437601

vhd 加法器源程序.vhd

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/227189/14437643

v 加法器源程序.v

// download from: www.pld.com.cn & www.fpga.com.cn module counter (count, clk, reset); output [7:0] count; input clk, reset; reg [7:0] count; parameter tpd_clk_to_count = 1; parameter