代码搜索:车辆识别
找到约 4,536 项符合「车辆识别」的源代码
代码结果 4,536
www.eeworm.com/read/475317/6796228
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("动物识别专家程序")]
www.eeworm.com/read/413051/11168721
cpp mainprocess.cpp
/* 该程序实现了K-means、LVQ2、GLVQ模式识别聚类算法 */
#include "stdlib.h"
#include
#include
#include
using namespace std;
#include "global.h"
int main ()
{
int i, j, k;
int
www.eeworm.com/read/134196/14001995
cpp scanner.cpp
#include
#include
#include
#include
#include
#include
#define MAXBUF 20
#define MAX 300
char arr[100];//识别字的缓冲数组
char ch;
int str
www.eeworm.com/read/112433/15485669
err 3_6.err
COPY TO ALLTRIM(THISFORM.COMBO3.VALUE) + ALLTRIM(THISFORM.COMBO4.VALUE) TYPE DELIMITED WITH DIF BLANK
第 18 行发生错误 的Form3_6.Command1.Click (记录 12): 命令中含有不能识别的短语或关键字。
www.eeworm.com/read/104962/15680708
dpr isverb.dpr
(* lexical analyzer template (TP Lex V3.0), V1.0 3-2-91 AG *)
(* global definitions: *)
{*
下面的例子改变自lex和yacc第二版
简单的识别什么是动词
*}
program IsVerb;
{$APPTYPE CONSOLE}
uses
SysU
www.eeworm.com/read/104962/15680720
l expression2.l
%{
{*
下面的例子改编自lex和yacc第二版
识别简单算术表达式的lex
用法:Lex Expression ExpressionL.dpr
*}
unit ExpressionL2;
interface
uses
SysUtils, LexLib, Yacclib;
const
NUMBER=258;
function yylex: Inte
www.eeworm.com/read/104406/15695132
txt 哈尔滨.txt
1路
*车辆厂文化宫*高谊街*道里十二道街*哈尔滨商厦*金太阳精品城*南马路*承德广场*靖宇头道街*靖宇七道街*靖宇十二道街*靖宇十六道街*靖宇二十道街*毛织厂*造纸厂*油石厂*木材厂*港务局*
1路
*港务局*木材厂*油石厂*造纸厂*毛织厂*靖宇二十道街*靖宇十六道街*靖宇十二道街*靖宇七道街*靖宇头道街*承德广场*南马路*金太阳精品城*哈尔滨商厦*道里十二道街*高谊街*车辆厂文化宫*
...
www.eeworm.com/read/453078/7427467
asm traffic light.asm
ORG 0000H
LJMP MAIN ;转向主程序
ORG 0003H
LJMP INT0 ;转向紧急车辆中断服务程序
ORG 0013H
LJMP INT1 ;转向有车车道中断服务程序
ORG 0200H
MAIN:
MOV SP ,#30H
SETB PX0