代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13043110
html 15617.html
Re: 问题是如何TextBox只接受大于0之数字?
Re: 问题是如何TextBox只接受大于0之数字?
www.eeworm.com/read/242302/13069192
html 20891.html
Re: 如何避免数字型态的资料栏出现Null Error !??
Re: 如何避免数字型态的资料栏出现Null Error !??
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