代码搜索:数字中频
找到约 10,000 项符合「数字中频」的源代码
代码结果 10,000
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
www.eeworm.com/read/251813/12318454
h vector.h
#define NUM_OR_ID 1 //数字或标识符(运算对象)
#define PLUS 2 //加号
#define SUB 3 //减号
#define TIMES 4 //乘号
#define DIV 5 //除号
#define LP 6 //左括号
#define RP 7 //右括号
#define EOI 8 //文件结束
www.eeworm.com/read/131462/14145427
m cirshift.m
function y = cirshift(x,m,N)
%《数字信号处理教程——MATLAB释义与实现》子程序
% 循环移位子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [y] = cirshift(x,m,N)
% -------------------------------------------------------------------
%
www.eeworm.com/read/229531/14332554
m51 123.m51
BL51 BANKED LINKER/LOCATER V5.03 10/10/2006 13:12:58 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 8路数字电压
www.eeworm.com/read/222962/14667040
m cirshift.m
function y = cirshift(x,m,N)
%《数字信号处理教程——MATLAB释义与实现》子程序
% 循环移位子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% [y] = cirshift(x,m,N)
% -------------------------------------------------------------------
%
www.eeworm.com/read/222474/14688688
txt homework3.txt
;时间,日期显示设置
PRINT MACRO COUNT
LOCAL next,cont,skip,disp,jump
;用来将数字转化成ASCII码并输出的操作
mov ax,COUNT
;用减法实现除以1000~10,以DL存放结果
next: mov dl,0
cont: