代码搜索:Scan

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

代码结果 10,000
www.eeworm.com/read/460640/1559073

h scan.h

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/460640/1559081

c scan.c

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/457725/1594788

scr scan.scr

#!/bin/csh -f # (c) Copyright Mentor Graphics Corporation and Licensors 1996 # Scan.scr # Scan Insertion script for test compiler. # Date 13rd July 1998. nohup dc_shell -f hier_scan.scr | tee sca
www.eeworm.com/read/457725/1594799

txt scan.txt

This is the scan.txt file for the M8051 MegaMacro V6.500 Synopsys ======== Scan test flip-flops have been added successfully to the synthesised gate-level netlist using the Synopsys Design Compiler
www.eeworm.com/read/457725/1594855

scr scan.scr

#!/bin/csh -f # (c) Copyright Mentor Graphics Corporation and Licensors 1996 # Scan.scr # Scan Insertion script for test compiler. # Date 13rd July 1998. nohup dc_shell -f hier_scan.scr | tee sca
www.eeworm.com/read/453040/1643176

h scan.h

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/453040/1643183

c scan.c

/**********************************************************************/ /*************** MTK CONFIDENTIAL & COPYRIGHTED ****************/ /***************
www.eeworm.com/read/251030/4424824

dsp scan.dsp

# Microsoft Developer Studio Project File - Name="scan" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/251030/4424825

plg scan.plg

Build Log --------------------Configuration: scan - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\LIQIN~1.
www.eeworm.com/read/251030/4424826

c scan.c

#include void main() { float radius,high; double vol,pi=3.1415926; printf("请输入圆柱体底面积的半径和圆柱体的高: "); scanf("%f%f",&radius,&high); //从键盘输入两个实数赋给变量 vol=pi*radius*radius*high; //求体积