代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/388532/8603819
html 7.13.html
var num=parseInt(prompt("请输入要转换成数字的字符串:","123abc"));
alert(isNaN(num));
www.eeworm.com/read/285537/8832620
c key2.c
/*============================================================
File Name :KEY2.c
说明 :
1. 按键时,7-segment-1,7-segment-2分别显示相对应的数字
=============================================================*/
#in
www.eeworm.com/read/382275/9039607
c digital-v-lcd-ok-11-17.c
//Editor: zhangmin
//Version: V1.0
//Description: LCD1602显示数字电压表,精度:0.01V
//Date:2008.11.17
//CPU:10%
/**********************************************************
头文件定义
**
www.eeworm.com/read/377563/9271024
cpp tagdef.cpp
#include "StdAfx.h"
#include "TagDef.h"
//声明标签列表数字
TAG TagList[MaxTagCount];
//当前标签数量
long TagCount;
//标签刷新时间间隔
long TimerInterval;
www.eeworm.com/read/167060/9982630
h mtv048.h
/*=======================
mtv048.h
=======================*/
/*===============================
===============================*/
//数字0~9
#define _0 0x01
#define _1 0x02
#define _2 0x03
#defin
www.eeworm.com/read/167060/9982674
_h mtv048._h
/*=======================
mtv048.h
=======================*/
/*===============================
===============================*/
//数字0~9
#define _0 0x01
#define _1 0x02
#define _2 0x03
#defin
www.eeworm.com/read/423199/10580116
c shiyan4.c
/**********************************************/
//
// 单个DS18B20数字温度计测温C程序
// (测温范围-30~110℃,误差在±0.0625℃)
// 2008.5.2通过调试
/**********************************************/
#i
www.eeworm.com/read/423196/10580226
c shiyan2.c
/**********************************************/
//
// 单个DS18B20数字温度计测温C程序
// (测温范围-30~110℃,误差在±0.0625℃)
// 2008.5.2通过调试
/**********************************************/
#i
www.eeworm.com/read/273774/10901719
cpp tagdef.cpp
#include "StdAfx.h"
#include "TagDef.h"
//声明标签列表数字
TAG TagList[MaxTagCount];
//当前标签数量
long TagCount;
//标签刷新时间间隔
long TimerInterval;
www.eeworm.com/read/331196/12839453
java tokentype.java
package parser;
/**
* All the token types were stored in the class with final int.
* @author Yuanhang Yang
*
*/
public class TokenType {
public static final int number = 0;//数字常量
pu