代码搜索:数字中频
找到约 10,000 项符合「数字中频」的源代码
代码结果 10,000
www.eeworm.com/read/123420/14635328
vbp 数字时钟.vbp
Type=Control
UserControl=DigitalClock.ctl
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
ResFile32="数字时钟.RES"
Startup="(None)"
HelpFile="
www.eeworm.com/read/123420/14635330
lib 数字时钟.lib
www.eeworm.com/read/123420/14635338
vbw 数字时钟.vbw
DigitalClock = 88, 88, 429, 400, C, 56, 77, 462, 243, C
www.eeworm.com/read/123420/14635340
ocx 数字时钟.ocx
www.eeworm.com/read/123420/14635344
exp 数字时钟.exp
www.eeworm.com/read/123420/14635349
res 数字时钟.res
www.eeworm.com/read/123420/14635358
oca 数字时钟.oca
www.eeworm.com/read/122580/14682179
c 数字移动.c
#include
int a[]={0,1,2,5,8,7,6,3};
int b[9];
int c[9];
int count=0;
main()
{
int i,j,k,t;
void print();
printf("Please enter original order of digits 1~8: ");
for(i=0;i
www.eeworm.com/read/221892/14715726
txt 数字跑表.txt
/*信号定义:
CLK: CLK 为时钟信号;
CLR: 为异步复位信号;
PAUSE: 为暂停信号;
MSH,MSL: 百分秒的高位和低位;
SH,SL: 秒信号的高位和低位;
MH,ML: 分钟信号的高位和低位。 */
module paobiao(CLK,CLR,PAUSE,MSH,MSL,SH,SL,MH,ML);
input CLK,CLR
www.eeworm.com/read/220048/14854617