代码搜索:数字跑表
找到约 10,000 项符合「数字跑表」的源代码
代码结果 10,000
www.eeworm.com/read/345129/11836859
c main.c
/*****************************************************************************
*
* 程序说明:
* 斜度测试程序
* 程序对应的硬件设置为:利而达MSP430-Test44x实验板,斜度计使用的
* 是ADXL202E,数字y连接TA1/P1.2,数据x
www.eeworm.com/read/344937/11851266
h soundplay.h
/*说明**************************************************************************
曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0}; 末尾:0,0 表示结束(Important)
音高由三位数字组成:
个位是表示 1~7 这七个音
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