代码搜索:音频数字
找到约 10,000 项符合「音频数字」的源代码
代码结果 10,000
www.eeworm.com/read/279474/10434927
dsp 数字游戏.dsp
# Microsoft Developer Studio Project File - Name="数字游戏" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/279474/10434929
opt 数字游戏.opt
www.eeworm.com/read/160574/10517704
txt 数字录音.txt
.mmregs
.global _main
.sect ".vectors"
.ref bsp_in_buf,bsp_out_buf
.include c54.inc
.include user.inc
.align 0x80 ; must be aligned on page boundary
RESET:
www.eeworm.com/read/422253/10652122
txt 猜数字.txt
#include
#include
int main(void)
{
srand (time(0));
int magic,num;
magic = rand()%100;
printf ("This is a game that you can guess a number from 1 to 100.\n")
www.eeworm.com/read/276181/10758614
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/419899/10829968
c 数字时钟.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit key2=P3^5;
sbit key3=P3^6;
sbit LED=P1^7;
uchar code display[11]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,
www.eeworm.com/read/349332/10835121
txt 猜数字.txt
using System;
namespace _02_26
{
class Class_02_26
{
public static void Main()
{
string sTemp;
int iNum=new Random ().Next ()%100;
int iGuess=0,iCount=0;
Console.WriteLine
www.eeworm.com/read/273345/10919500
txt 数字时钟.txt
/*20. 数字钟﹝★﹞
1. 实验任务
(1. 开机时,显示12:00:00的时间开始计时;
(2. P0.0/AD0控制"秒"的调整,每按一次加1秒;
(3. P0.1/AD1控制"分"的调整,每按一次加1分;
(4. P0.2/AD2控制"时"的调整,每按一次加1个小时;
2. 电路原理图
图
www.eeworm.com/read/470668/6905619
svu 数字解调.svu
www.eeworm.com/read/460902/7238065
c 数字时钟.c
#include
unsigned char code num[]={0xc0,0xdf9,0xa4,0xb0,0x99,
0x92,0x82,0xf8,0x80,0x90};
unsigned char hour=0,min=0,sec=0,dat,mon,year;
unsigned char sign=0,set=0;