代码搜索:数字对讲机
找到约 10,000 项符合「数字对讲机」的源代码
代码结果 10,000
www.eeworm.com/read/201342/15409796
txt 05-15.txt
>> S = ['1 2' ;'3 4']
S = % S为字符型矩阵
1 2
3 4
>> X=str2num(S)
X = %X为数字型矩阵
1 2
3 4
>>
www.eeworm.com/read/103395/15734681
txt dd.txt
·请填写您的姓名!
·您的姓名中包含了英文、数字、符号,请更改!
·请填写您的密码!
·您的密码不得少于六位!
·密码与确认密码不符,请更改!
·请填
www.eeworm.com/read/289579/8541620
c 小写数字转换成大写数字1.c
#include
#include
#include
char * floattoch(float m);
static char chinese[]="零壹贰叁肆伍陆柒捌玖点";
static char ch[80];
void main()
{
float m;
char *s;
p
www.eeworm.com/read/289579/8541622
c 小写数字转换成大写数字2.c
/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/
#include /*标准输入输出函数*/
#include /*字符串函数*/
#include
void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert
www.eeworm.com/read/289579/8541623
c 小写数字转换成大写数字3.c
#include
void main()
{
double x,y;
char *ch[]={"零","壹","贰","叁","肆","伍","陆","柒","捌","玖"};
char *ch1[]={"拾","佰","仟","万","拾","佰","仟","亿"};
char num[256];
long i,n,j,m,y1;
printf("input:"
www.eeworm.com/read/376627/9311533
c 小写数字转换成大写数字1.c
#include
#include
#include
char * floattoch(float m);
static char chinese[]="零壹贰叁肆伍陆柒捌玖点";
static char ch[80];
void main()
{
float m;
char *s;
p
www.eeworm.com/read/376627/9311534
c 小写数字转换成大写数字2.c
/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/
#include /*标准输入输出函数*/
#include /*字符串函数*/
#include
void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert