代码搜索:CCD视觉检测系统
找到约 10,000 项符合「CCD视觉检测系统」的源代码
代码结果 10,000
www.eeworm.com/read/444010/7619390
pss ccd.pss
www.eeworm.com/read/444010/7619399
dbp ccd.dbp
www.eeworm.com/read/444010/7619404
vwf ccd.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/145539/12716083
ccd image.ccd
[CloneCD]
Version=3
[Disc]
TocEntries=4
Sessions=1
DataTracksScrambled=0
CDTextLength=0
[Session 1]
PreGapMode=1
PreGapSubC=0
[Entry 0]
Session=1
Point=0xa0
ADR=0x01
Control=0x04
TrackN
www.eeworm.com/read/242097/13095327
abs ccd.abs
www.eeworm.com/read/242097/13095334
c ccd.c
/************************************************
Demo files: The Simplest Program Of 08GP32
************************************************/
#include //C编译器提供的头文件
Byte PORTA @0x0
www.eeworm.com/read/242097/13095337
prm ccd.prm
LINK CCD.abs
NAMES ccd.o start08.o ansi.lib END
SECTIONS
MY_RAM = READ_WRITE 0x0040 TO 0x01FF;
MY_ROM = READ_ONLY 0xF000 TO 0xFEFF;
PLACEMENT
DEFAULT_ROM
www.eeworm.com/read/242097/13095340
o ccd.o
www.eeworm.com/read/242097/13095345
map ccd.map
PROGRAM "CCD.abs"
******************************************************
TARGET SECTION
------------------------------------------------------
Processor : Motorola HC08
Memory Model: SMALL
F
www.eeworm.com/read/242097/13095348
mak ccd.mak
##
## CCD make file (see demoguid.txt)
##
Calc.abs : ccd.prm
$(LINK) CCD.prm
Calc.o : ccd.c
$(COMP) $(FLAGS) ccd.c