代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/172642/9698048
m scan_demux.m
function retval = SCAN_Demux(numChans, muxMode, buffer)
% retval = SCAN_Demux(numChans, muxMode, buffer)
% No documentation is available yet.
retval = daq2(106, numChans, muxMode, buffer);
www.eeworm.com/read/368058/9713878
bmp scan_04.bmp
www.eeworm.com/read/368058/9714009
bmp scan_02.bmp
www.eeworm.com/read/368058/9714018
bmp scan_03.bmp
www.eeworm.com/read/368058/9714115
bmp scan_01.bmp
www.eeworm.com/read/171842/9732561
rc2 scan.rc2
//
// SCAN.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft eMbedded Visual C++
#endif //APSTUDIO_I
www.eeworm.com/read/270032/11050935
c poly_scan.c
/*
* Generic Convex Polygon Scan Conversion and Clipping
* by Paul Heckbert
* from "Graphics Gems", Academic Press, 1990
*/
/*
* poly_scan.c: point-sampled scan conversion of convex polygons
*
www.eeworm.com/read/414656/11107214
bmp ct_scan.bmp
www.eeworm.com/read/413044/11168893
c scan_str.c
/* scan_str.c -- using scanf() */
#include
int main(void)
{
char name1[11], name2[11];
int count;
printf("Please enter 2 names.\n");
count = scanf("%5s %10s",name1,
www.eeworm.com/read/412704/11188588
c key_scan.c
//该函数只完成一次扫描任务,需在循环内调用
//row列,hor横
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint time)
{
uchar i,j;
for(i=time;i>0;i--)
for(j=11