代码搜索:Scan

找到约 10,000 项符合「Scan」的源代码

代码结果 10,000
www.eeworm.com/read/292920/8323849

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/392403/8344839

c key_scan.c

#include "GloblDef.h" #include "key.h" struct SKeyValue xdata KeyValue[KEY_NUM]={ {1,{0}}, //功能键1 KEY_FUN1 {1,{1}}, //退格键 KEY_C {1,{2}}, //功能键2 KEY_FUN2 {2,{'1','.'}}, {4,{'2','a','b','
www.eeworm.com/read/370375/9604318

pas r_scan.pas

{----------------------------------------------------------------------------} { } { File(s): ref_soft\r_scan.c
www.eeworm.com/read/173971/9622789

ico scan1.ico

www.eeworm.com/read/173932/9629581

m scan_loss.m

%this program caculates and plots scan loss versus scan angle clear all close all d = 0.6; % element spacing in lambda units betadeg = linspace(0,22.5,1000); beta = betadeg .*pi ./180; den = pi*
www.eeworm.com/read/173672/9643823

vhd key_scan.vhd

--key_scan.vhd keypress scaner library ieee ; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use work.components.all; entity key_scan is port( col : in std_logic_vector(3 d
www.eeworm.com/read/172642/9697775

m scan_op.m

function [retval, buffer] = SCAN_Op(slot, chans, gains, cnt, sampleRate, scanRate) % [retval, buffer] = SCAN_Op(slot, chans, gains, cnt, sampleRate, scanRate) % No documentation is available yet.
www.eeworm.com/read/172642/9697966

m scan_to_disk.m

function retval = SCAN_to_Disk(slot, chans, gains, fileName, cnt, sampleRate, scanRate, concat) % retval = SCAN_to_Disk(slot, chans, gains, fileName, cnt, sampleRate, scanRate, concat) % No document
www.eeworm.com/read/172642/9697972

m scan_start.m

function [retval, buffer] = SCAN_Start(slot, cnt, tb1, si1, tb2, si2) % [retval, buffer] = SCAN_Start(slot, cnt, tb1, si1, tb2, si2) % No documentation is available yet. [retval, buffer] = daq2(1
www.eeworm.com/read/172642/9698034

m scan_setup.m

function retval = SCAN_Setup(slot, chans, gains) % retval = SCAN_Setup(slot, chans, gains) % No documentation is available yet. retval = daq2(111, slot, chans, gains);