代码搜索:数字对讲机

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

代码结果 10,000
www.eeworm.com/read/239924/13247858

c power_cal.c

#include #include #include #define n 11 //矩阵阶数,根据实际修改 #define finished 1 #define stop -1 #define effective_num 9 //有效数字位数 #define MAX_times 100 //最大
www.eeworm.com/read/323865/13312644

asm digphone.asm

;数字电话程序,录音(不加密),录音(加密),放(解密) .mmregs .def _c_int00 STACK: .usect "STACK",100 to_flag .usect "vars",1 to_cout .usect "vars",1 TMP .set 69h TVAL .set 16384 ;定时常数(1
www.eeworm.com/read/322785/13366158

c shu_ma_guan.c

/********************************************* 实验任务:学习数码管的动态显示 实验功能:数码管显示1028四个数字 *********************************************/ #include code unsigned char seg7code[]={0xc0,0xf9
www.eeworm.com/read/322785/13366176

bak shu_ma_guan.c.bak

/********************************************* 实验任务:学习数码管的动态显示 实验功能:数码管显示1028四个数字 *********************************************/ #include code unsigned char seg7code[]={0xc0,0xf9
www.eeworm.com/read/322746/13368422

asm sort.asm

stack segment para stack 'stack' top db 150 dup(?) stack ends data segment buff dw 20 dup(?);存储20个待排序数字 order dw 10000,1000,100,10,1 data ends code segment assume cs:code,ds:data inpu
www.eeworm.com/read/321262/13410012

c 7-39.c

/* 将字符串a 与字符串b转换成数字后相加*/ #include main() { char *a="–100.23"; char *b="200e-2"; float c; c=atof(a)+atof(b); printf("c=%.2f\n",c); }
www.eeworm.com/read/317489/13504254

m untitled.m

%%%%%%%%%% 数字移频键控信号仿真主程序 %%%%%%%%%%%%%%% clear all; close all; clc ss=get(0,'screensize'); %屏幕分辨率 sl=ss(1,3); %主程序界面宽度 sw=ss(1,4); %主程序界面高度 swin=
www.eeworm.com/read/314196/13571765

m dlvboqi.m

clear handles=figure('name','数字滤波器设计演示'); set(handles,'unit','normalized','position',[0.1,0.2,0.5,0.5]); set(handles,'defaultuicontrolunits','normalized'); %坐标轴y一用来绘制低通滤波器 haxes1=axes('positi
www.eeworm.com/read/309050/13683131

c shu_ma_guan.c

/********************************************* 实验任务:学习数码管的动态显示 实验功能:数码管显示1028四个数字 *********************************************/ #include code unsigned char seg7code[]={0xc0,0xf9
www.eeworm.com/read/306324/13746242

asm timeclock.asm

;********************************************************* ; 带有时间设置和秒显示的数字闹钟 ; Date : 2007.10.26 12MHZ晶振    ; Create by :星星 缘木求鱼 ; P3.2设置键 P3.3小时调整键 P3.5分钟调整键