代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/318599/13475327
dsw 小写数字转换成大写数字1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "小写数字转换成大写数字1"=".\小写
www.eeworm.com/read/318599/13475328
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/318599/13475329
plg 小写数字转换成大写数字1.plg
Build Log
--------------------Configuration: 小写数字转换成大写数字1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\
www.eeworm.com/read/318599/13475330
opt 小写数字转换成大写数字1.opt
www.eeworm.com/read/318599/13475331
ncb 小写数字转换成大写数字1.ncb
www.eeworm.com/read/316089/13530452
kdh 数字调音台与数字电路简介.kdh
www.eeworm.com/read/308157/13707083
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/308157/13707084
c 小写数字转换成大写数字2.c
/*** 程序: 123.45 则输出“壹佰贰拾叁点肆伍” ***/
#include /*标准输入输出函数*/
#include /*字符串函数*/
#include
void ConvertN(int n,char* &p,bool IsSequece=true); /*声明函数Convert
www.eeworm.com/read/308157/13707085
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/307854/13713495
asm 可数字设置定时的数字钟3.asm
SECOND EQU 30H
MINITE EQU 31H
HOUR EQU 32H
KEYBUF EQU 30H
DISPBUF EQU 40H
DISPBIT EQU 48H
T2SCNTA EQU 49H
T2SCNTB EQU 4AH
ORG 00H
LJMP START
ORG 0BH
L