代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/192259/8390965
c devfile.c
#include "calld.h"
static FILE *fpdev = NULL;
static int devlineno; /* for error messages */
static char devline[MAXLINE];
/* can't be automatic; dev_next() returns pointers into here */
www.eeworm.com/read/189219/8484015
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/432771/8575238
cpp cal_inf_apc_1.cpp
// cal_inf_apc_1.cpp
// calibrate the Infineon chipset automatic power control
// n steffen
// April 4, 2000
//
// April 18, 2000
// Changed interpolation and extrapolation to round rather than
www.eeworm.com/read/388617/8595213
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/388617/8596313
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/431224/8697064
m avclass.m
function a = AVclass(varargin)
% constructor of the class Automatic Voltage Regulator
% == AVR ==
global Settings
switch nargin
case 0
a.con = [];
a.n = 0;
a.syn = [];
a.bus = [];
a.vbus
www.eeworm.com/read/384940/8830738
m avclass.m
function a = AVclass(varargin)
% constructor of the class Automatic Voltage Regulator
% == AVR ==
global Settings
switch nargin
case 0
a.con = [];
a.n = 0;
a.syn = [];
a.bus = [];
a.vbus
www.eeworm.com/read/185783/8985227
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/183272/9172414
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/183272/9172419
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*