代码搜索:数字识别

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

代码结果 10,000
www.eeworm.com/read/242302/13043110

html 15617.html

Re: 问题是如何TextBox只接受大于0之数字? Re: 问题是如何TextBox只接受大于0之数字?
www.eeworm.com/read/242302/13055615

html 15581.html

问题是如何TextBox只接受大于0之数字? 问题是如何TextBox只接受大于0之数字?
www.eeworm.com/read/242302/13068852

html 15561.html

Re: 请问 VB 如何将数字转成全形字 Re: 请问 VB 如何将数字转成全形字
www.eeworm.com/read/242302/13069192

html 20891.html

Re: 如何避免数字型态的资料栏出现Null Error !?? Re: 如何避免数字型态的资料栏出现Null Error !??
www.eeworm.com/read/242302/13071271

html 15560.html

Re: 请问 VB 如何将数字转成全形字 Re: 请问 VB 如何将数字转成全形字
www.eeworm.com/read/242302/13073452

html 15600.html

Re: 问题是如何TextBox只接受大于0之数字? Re: 问题是如何TextBox只接受大于0之数字?
www.eeworm.com/read/240514/13216022

h led.h

#ifndef LED_H #define LED_H #include "PIO.h" #include "delay.h" void wch(unsigned char);//位选通 void printnum(unsigned char);//数字显示 void w_p(unsigned char,unsigned char);//位选与数字显示 void dot(un
www.eeworm.com/read/488480/6487977

asm 27-0 ad0809.asm

;//**************************************************************** ;//*文件名:AD0809并行模数转换程序 ;//*创建人:巫升辉 ;//*2006.2.25 ;功能:把模拟的量通过并行的模数转换成数字信号,并同过调用7279显示被转换 ;的数字量 ;接线: ;//****
www.eeworm.com/read/258856/11836029

bas cmoney.bas

Attribute VB_Name = "Cmoney" Option Explicit ' 名称: 数字转大写 ' 得到一位数字 N1 的汉字大写 ' 0 返回 "" Private Function CCh(N1) As String Select Case N1 Case 0 CCh = "零" Case 1 CCh
www.eeworm.com/read/339096/12259660

htm ex14-15.htm

数字元符号匹配演示(检测字符串中不包含任何数字的情况)