代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/344156/11905794
auto .paths.auto
# libdisksim
export LIBDISKSIM_PREFIX=
export LIBDISKSIM_INCL=$(LIBDISKSIM_PREFIX)/include
export LIBDISKSIM_CFLAGS=-I$(LIBDISKSIM_INCL)
export LIBDISKSIM_LDPATH=$(LIBDISKSIM_PREFIX)/lib
export LIBDI
www.eeworm.com/read/153543/12028784
dsc auto.dsc
network "auto.1"
{
version is 1;
creator is "Microsoft Research DTAS";
format is "MSR DTAS XML";
}
properties
{
type DTASDG_Notes = array of string,
"Notes on the diagram";
type MS_
www.eeworm.com/read/341086/12109656
asm auto.asm
;****************************************************************************
;FUNCTION: THIS SUBROUTINE IS TO DETECT AND UPDATE AUTO FIRE FUNCTION FOR
; EACH BUTTON. WHEN AUTO FIRE FOR ANY
www.eeworm.com/read/341086/12109928
asm auto.asm
;****************************************************************************
;FUNCTION: THIS SUBROUTINE IS TO DETECT AND UPDATE AUTO FIRE FUNCTION FOR
; EACH BUTTON. WHEN AUTO FIRE FOR ANY
www.eeworm.com/read/340692/12139322
obj auto.obj
www.eeworm.com/read/340692/12139367
lst auto.lst
C51 COMPILER V7.06 AUTO 07/20/2008 16:34:55 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE AUTO
OBJECT MODULE PLACED IN E:
www.eeworm.com/read/340692/12139426
c auto.c
#include
#include
#include
extern unsigned int AD_Conver(unsigned char channel);
/*void RMS_AND_AUTO()
{
long float temp;
temp=filter();
}
*/
/******
www.eeworm.com/read/253821/12184164
c auto.c
# include
void main()
{
int i, j, k;
int m, n, p;
i = 8;
j = 10;
k = 12;
/* 自增在操作数之前 */
m = ++i;
printf("i = %d\n", i);
printf("m = %d\n", m);
/* 自减在操作数之
www.eeworm.com/read/253260/12234680
cpp auto.cpp
// auto.cpp -- illustrating scope of automatic variables
#include
void oil(int x);
int main()
{
using namespace std;
int texas = 31;
int year = 1999;
cout
www.eeworm.com/read/253260/12235401
cpp auto.cpp
// auto.cpp -- illustrating scope of automatic variables
#include
void oil(int x);
int main()
{
using namespace std;
int texas = 31;
int year = 1999;
cout