代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/156224/11818554
bat genparse.bat
SET BISON_SIMPLE=\bin\bison.simple
SET BISON_HAIRY=\bin\bison.hairy
cd RTree
del gram.tab.cpp
bison -dv gram.y
ren gram_tab.c gram.tab.cpp
ren gram_tab.h gram.tab.h
flex -It scan.l > scan.cpp
www.eeworm.com/read/155883/11840701
log posttrc.log
Post Route Timing Report for Module segment_scan_clock_24 . . .
TRACE command line and options:
trce -intstyle ise -e 3 -l 3 -xml segment_scan_clock_24 segment_scan_clock_24.ncd -o segment_scan_cloc
www.eeworm.com/read/258442/11863068
h block.h
/*!
************************************************************************
* \file block.h
*
* \brief
* constant arrays for single block processing
*
* \author
* Inge Lille-L
www.eeworm.com/read/153241/12049778
java pipeline.java
// JShell
// Copyright (C) 2000 Jack A. Orenstein
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// publish
www.eeworm.com/read/152729/12090117
txt 基础1.txt
基础知识(1)
我认为这是一套适合初学者由浅到深的文章,所以强烈推荐给大家,作者从基础讲到最近比较火的漏洞,可能有些人看来是浅了些,但是的确很适合想干点啥但又不知道怎么办的菜鸟们 。
第一节,伸展运动。这节操我们要准备道具,俗话说:“工欲善其事,必先利其器”(是这样吗?哎!文化低……)说得有道理,我们要学习黑客技术,一点必要的工具必不可少。
1,一台属于自己的可以上网的电脑。 ...
www.eeworm.com/read/340943/12119058
m51 cs19-4.m51
BL51 BANKED LINKER/LOCATER V5.03 02/18/2007 18:48:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE CS19-4
www.eeworm.com/read/340943/12119130
c cs19-1.c
#include
#define uint unsigned int
#define uchar unsigned char
uchar flag;
/****************************/
void delay(uint k)
{
uint data i,j;
for(i=0;i
www.eeworm.com/read/340943/12119162
c cs19-2.c
#include
#define uchar unsigned char
#define uint unsigned int
uchar code DIS_SEG7[16]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
www.eeworm.com/read/340943/12119275
c cs15-4.c
#include
#define uint unsigned int
#define uchar unsigned char
uchar code SEG7[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar code ACT[4]={0xfe,0xfd,0xfb,0xf7};
voi
www.eeworm.com/read/152080/12144954
asm key.asm
;实验名称:键盘实验
;功能:每按一个数字键,数码管显示相应的数字。
; 作者:http://www.mcuprog.com
; 05-02-01
;***********************************************************
E BIT P3.5 ;LCD口线的定义
RW BIT P3.6
RS BIT P3.7