代码搜索:数字对讲机

找到约 10,000 项符合「数字对讲机」的源代码

代码结果 10,000
www.eeworm.com/read/242302/13066097

html 15436.html

Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗.. Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/242096/13095424

c main.c

/*********************************************** **** AVR SPI接口控制AD9833 *** 功能:M8 SPI 接口控制 AD9833 AD9833为DDS(Direct Digital Frequency Synthesis)直接数字频率合成器 可产生0-12.5MHz的正弦波、三
www.eeworm.com/read/139562/13148915

m chap1_2.m

%连续系统的数字PID控仿真 %Discrete PID control for continuous plant clear all; close all; ts=0.001; %Sampling time xk=zeros(2,1); e_1=0; u_1=0; for k=1:1:2000 time(k) = k*ts; rin(k)=0.50*sin(
www.eeworm.com/read/240662/13208010

c 7-44.c

/*将字符串a,b,c 分别采用10,2,16进制转换成数字*/ #include main() { char a[]="1000000000"; char b[]="1000000000"; char c[]="ffff"; printf("a=%d\n",strtol(a,NULL,10)); printf("b=%d\n",strtol(b,NULL,2)
www.eeworm.com/read/240662/13208071

c 7-43.c

/*将字符串a,b,c 分别采用十,二,十六进制转换成数字*/ #include main() { char a[]="1000000000"; char b[]="1000000000"; char c[]="ffff"; printf("a=%d\n",strtod(a,NULL)); printf("b=%d\n",strtod(b,NULL)); pr
www.eeworm.com/read/240362/13221608

c lcdii.c

// Header: 数字示波器 // File Name:lcdII.c // Author: H.C.H // Date:2005/8/15 //说明:基本成功 #include #include #include #define uint unsigned int #define uchar unsi
www.eeworm.com/read/321262/13410010

c 7-44.c

/*将字符串a,b,c 分别采用10,2,16进制转换成数字*/ #include main() { char a[]="1000000000"; char b[]="1000000000"; char c[]="ffff"; printf("a=%d\n",strtol(a,NULL,10)); printf("b=%d\n",strtol(b,NULL,2)
www.eeworm.com/read/321262/13410030

c 7-43.c

/*将字符串a,b,c 分别采用十,二,十六进制转换成数字*/ #include main() { char a[]="1000000000"; char b[]="1000000000"; char c[]="ffff"; printf("a=%d\n",strtod(a,NULL)); printf("b=%d\n",strtod(b,NULL)); pr
www.eeworm.com/read/315055/13553024

s test.s

.module test.c .area text(rom, con, rel) .dbfile E:\工作\数字功放\程序\test.c .dbfunc e adc_init _adc_init fV .even _adc_init:: .dbline -1 .dbline 9 ; #include ; #include
www.eeworm.com/read/313313/13590392

c dac0832.c

/********************************************************\ DA0832测试程序 用单片机输出一个数字波形输入到DAC里检测DAC硬件 P2.7接DAC的CS端,P3.6接WR1, P0口接D \********************************************************/ #includ