代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/127382/14356972
c vfork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var
www.eeworm.com/read/124628/14556348
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/124417/14568880
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/114924/15033929
c fork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int var; /* automatic variable on the s
www.eeworm.com/read/114922/15033944
c fork1.c
#include
#include "ourhdr.h"
int glob = 6; /* external variable in initialized data */
char buf[] = "a write to stdout\n";
int
main(void)
{
int var; /* automatic variable on the s
www.eeworm.com/read/210569/15196287
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/205721/15309078
m agc3c.m
function [dataout]=agc3c(datain,window,type)
%[dataout]=agc3c(datain,window,type)
%
%This function will do automatic gain control with a running window equation
%on the traces in datain.It preserves
www.eeworm.com/read/11356/228280
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ
www.eeworm.com/read/13787/283505
c axheard.c
/* AX25 link callsign monitoring. Also contains beginnings of
* an automatic link quality monitoring scheme (incomplete)
*
*/
#include "global.h"
#include "mbuf.h"
#include "iface.h"
#includ