代码搜索:音频数字
找到约 10,000 项符合「音频数字」的源代码
代码结果 10,000
www.eeworm.com/read/433560/7922732
pwi lcd数字时钟.pwi
www.eeworm.com/read/433560/7922738
dsn lcd数字时钟.dsn
www.eeworm.com/read/297977/7982928
rar 数字证书.rar
www.eeworm.com/read/332022/12784879
doc 数字时钟设计.doc
www.eeworm.com/read/245075/12824494
ddb 无线数字传送.ddb
www.eeworm.com/read/330723/12873830
ppt 数字系统设计.ppt
www.eeworm.com/read/330694/12874667
txt 数字钟.txt
#include
unsigned char code dispcode[]={0x3f,0x06,0x5b,0x4f,
0x66,0x6d,0x7d,0x07,
0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/243325/12949128
doc 数字水印技术.doc
www.eeworm.com/read/326699/13122005
cpp 631(数字反向).cpp
#include
#include
int fun(int y){
int n,sum=0;
int a;
int b;
b=(int)log10(y);
for (n=b+1;n>=1;n--){
a=(int)(y%(int)pow(10,n)/pow(10,n-1));
sum=(int)(a*pow(10,b+
www.eeworm.com/read/324642/13254608