代码搜索:数字识别

找到约 10,000 项符合「数字识别」的源代码

代码结果 10,000
www.eeworm.com/read/130598/5951649

jsp numguess.jsp

www.eeworm.com/read/130598/5951650

java numberguessbean.java

// 猜数字游戏 package num; import java.util.*; public class NumberGuessBean { int answer; boolean success; String hint; int numGuesses; public NumberGuessBean() { reset(); } public void
www.eeworm.com/read/103629/6213605

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case
www.eeworm.com/read/245649/6292379

frm form1.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 3 'Fixed Dialog Caption = "数字大写转换实例" ClientHeight = 2850 ClientLeft = 45 ClientTop = 435 C
www.eeworm.com/read/231173/14250165

asp conn1.asp

www.eeworm.com/read/127943/14326557

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case
www.eeworm.com/read/228877/14358608

cs numtoch.cs

using System; using System.Collections.Generic; using System.Text; namespace NumToCHN { public static class NumToCh { private static char ToNum(char x) //转换数字 {
www.eeworm.com/read/123420/14635354

frm form1.frm

VERSION 5.00 Object = "*\A数字时钟.vbp" Begin VB.Form Form1 Caption = "Form1" ClientHeight = 4725 ClientLeft = 60 ClientTop = 345 ClientWidth = 7
www.eeworm.com/read/119038/14841970

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case
www.eeworm.com/read/212596/15152548

java switchdemo.java

class SwitchDemo { public static void main(String args[]) { char c; System.out.println("请输入数字:"); c = (char)System.in.read(); switch( c ) { case