代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/256407/12001344
asm key.asm
;键盘控制的数字显示与小灯。按p32,p33,p34,p35,分别全部显示0123
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create b
www.eeworm.com/read/153358/12039071
m cirshift.m
function y = cirshift(x,m,N)
%《数字信号处理教程——MATLAB释义与实现》子程序
% 循环移位子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [y] = cirshift(x,m,N)
% -------------------------------------------------------------------
%
www.eeworm.com/read/340112/12181746
m vector.m
function P=vector(s)
%get the multiple images' feature vector
file=fopen('result.txt','a+');
fprintf(file,'\n手写体数字识别(RBF神经网络:)%s', datestr(date));
i=s;
for j=0:9
str1=int2str(j);
www.eeworm.com/read/340084/12182826
m freqcalcu.m
% 计算个体频域
% FreqCalcu
function [HInd,A]=FreqCalcu(n,k,m,w,HTar,individualR)
% n量子位长度
% k系统单元数
% m频域抽样点数
% w数字频率范围
% Compute the frequency samples of the DTFT
for i=1:k
sos(i,:) = [1 indivi
www.eeworm.com/read/151056/12237533
m cirshift.m
function y = cirshift(x,m,N)
%《数字信号处理教程——MATLAB释义与实现》子程序
% 循环移位子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [y] = cirshift(x,m,N)
% -------------------------------------------------------------------
%
www.eeworm.com/read/252193/12294702
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/251840/12316108
html 13.2.2 tostring方法.html
var onum=new Number(1983)
with (document)
{
write("数字1983");
write("16进制表示为:"+onum.toString(16));
write("8进制表示为:"+onum.toString(8));
write("2进制表示为:"+onum.toS
www.eeworm.com/read/251840/12316524
html 10.2.11 indexof方法.html
var strMsg="你好,我的QQ是122737329,电话时05461234567,常联系哦"
var isNumber=false;
var intNum=0;
document.write(strMsg);
document.write("indexOf方法演示....");
//循环判断字符串中字符是否为数字
www.eeworm.com/read/251840/12316558
html 10.2.4 charat方法.html
var strMsg="你好,我的QQ是122737329,电话时05461234567,常联系哦"
var isNumber=false;
var intNum=0;
document.write(strMsg);
document.write("分析中....");
//循环判断字符串中字符是否为数字
for(v