代码搜索:计数程序
找到约 10,000 项符合「计数程序」的源代码
代码结果 10,000
www.eeworm.com/read/7227/111512
c 按键加一计数显示程序.c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
www.eeworm.com/read/7227/111514
~c 按键加一计数显示程序.~c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
www.eeworm.com/read/275471/4176200
c 按键加一计数显示程序.c
#include /*头文件*/
#define uchar unsigned char /*缩写定义*/
#define uint unsigned int
flash uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
www.eeworm.com/read/275471/4176226
c 按键加一计数显示程序.c
#include
#define uchar unsigned char
#define uint unsigned int
const uchar DATA_7SEG[ ] ={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,
www.eeworm.com/read/213962/15120411
txt 计数器安装说明.txt
'==================================
' 乘风多用户计数器v3.8
' 制 作:乘 风
' 开发网站:http://www.qqcf.com
' 程序演示:http://www.qqcf.com/?action=try
' 最新版本下载:http://www.qqcf.com/?action=down
' 声 明:
' 本软件系免费程序,提供给个
www.eeworm.com/read/208557/15244380
txt 计数器源程序alarm-counter:.txt
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
PACKAGE P_ALARM IS
SUBTYPE T_DIGITAL IS INTEGER RANGE 0 TO 9;
SUBTYPE T_SHORT IS INTEGER RANGE 0 TO 65535;
TYPE T_CLOCK_TIME IS ARRAY(5 DOWNTO 0)OF T_DI
www.eeworm.com/read/449040/7519672
cpp 分类计数.cpp
#include
void main()
{
char a=0;
int i=0,j=0;
while(a!='/')
{
printf("请输入任意字符:");
scanf(" %c",&a);
if(a>=48&&a
www.eeworm.com/read/442482/7650564