代码搜索:数字识别

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

代码结果 10,000
www.eeworm.com/read/17293/730736

c led.c

/******************************************************************************* * 标题: 试验数码管上如何显示数字(共阳极) * * * * 连接方法:P0 与JP3 用8PIN排线连接
www.eeworm.com/read/26796/965677

-

/***********************Copyright (c) ** File name: ShuZiZhong.c ** Last modified Date: 20101220 ** Created by: 邹海春 ** Descriptions: 单片机数字钟 **********************************/ #include
www.eeworm.com/read/295303/8170743

asp gustbook_sub.asp

www.eeworm.com/read/293161/8313138

frm pexam6_11.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "单击窗体计算——数字灯迷" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 BeginProp
www.eeworm.com/read/411408/11246326

cpp 00005.cpp

/* 名称编号:00005 实现功能:while语句运用 运行结果:通过 */ /****************************************************************/ #include using namespace std; void main() {int a=85,n; cout
www.eeworm.com/read/112603/15482022

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/287919/8661046

c mgtx.c

/*开始时,按数字 1 键进入人工控制模式;按w,s, graphics not initialized(use 'initgraph') a,d分别代表上,下,左,右方向。 开始时,按除数字 1 以外的任意键进入自动模式; 小人由电脑控制。 按 Q键结束程序*/ #include #include #include
www.eeworm.com/read/428167/8885947

asv shujuzhengli.asv

function shujuzhengli(file) %将杂乱的关于数字的语音文件归类,每个数字分别存入一个文件. jishu=(48:57); %filewz='D:\work\语音\1107\语音文件\t'; filewz=file; shujuku=zeros(10,1500); a0=0; a1=0; a2=0; a3=0; a4=0; a5=0; a6=0;
www.eeworm.com/read/428167/8885987

m shujuzhengli.m

function shujuzhengli(file) %将杂乱的关于数字的语音文件归类,每个数字分别存入一个文件. jishu=(48:57); %filewz='D:\work\语音\1107\语音文件\t'; filewz=file; shujuku=zeros(10,1500); a0=0; a1=0; a2=0; a3=0; a4=0; a5=0; a6=0;
www.eeworm.com/read/378183/9245756

dat funtc319.dat

函数名称: swab 函数原型: void swab(char *from, char *to, int nbytes) 函数功能: 交换字符串中的相邻的偶数字节和奇数字节的位置 函数返回: 函数说明: from待变换的字符串,nbytes 最大的转换字节数,to 变换后的字符串 所属文件: