代码搜索:数字识别
找到约 10,000 项符合「数字识别」的源代码
代码结果 10,000
www.eeworm.com/read/217103/14978564
txt output.txt
位置 (符号类型 识别符 ) 长度
1 (编译预处理符 , # ) 1
2 (保留字 , include ) 7
3 (小于比较符 , < ) 1
4 (标识符 , stdio ) 5
5 (点运算符 , .
www.eeworm.com/read/475317/6796234
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace 动物识别专家程序
{
www.eeworm.com/read/104962/15680715
dpr wordpro.dpr
(* lexical analyzer template (TP Lex V3.0), V1.0 3-2-91 AG *)
(* global definitions: *)
{*
* 基于符号列表定制的单词识别
*}
program IsVerb;
{$APPTYPE CONSOLE}
uses
SysUtils, LexLib, Classes;
www.eeworm.com/read/104962/15680722
l word.l
%{
{*
下面的例子改编自lex和yacc第二版
识别更多的话
*}
program IsVerb;
{$APPTYPE CONSOLE}
uses
SysUtils, LexLib;
%}
%%
[\t ]+ {* 忽略空格 *} ;
is |
am |
are |
were |
was |
be |
being |
been |
do |
does |
d
www.eeworm.com/read/101973/15795823
cpp templatetrans.cpp
/**************************************************************************
* 文件名:TemplateTrans.cpp
*
* 图像模板变换API函数库:
*
* Template() - 图像模板变换,通过改变模板,可以用它实现
* 图像的平滑、锐化、边缘识别等操作。
* M
www.eeworm.com/read/386075/8765380
c dsk_app.c
/**********************************************************/
/* */
/* 中频软件无线电接收机子系统数字信号处理部分主程序 */
/*
www.eeworm.com/read/285689/8822963
c readnumb.c
/****************************************************/
/* 将数字字符串转变成数 */
/* 文件名readnumb.c,函数名readnumber() */
/********************************************
www.eeworm.com/read/363394/9952802
asm gpf_led.asm
;=========================================================================
; COPYRIGHT BELONG TO 贵鹏斐(单个数码管循环显示数字0~9)
; 信电学院
; 2008.8.20
;===================================================