代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/289562/7805649
c vfork1.c
#include "apue.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
printf("before vfork\n"); /*
www.eeworm.com/read/289562/7805848
3 fig8.3
#include "apue.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
printf("before vfork\n"); /*
www.eeworm.com/read/289562/7805867
1 fig8.1
#include "apue.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 stack */
pid_t pid;
var
www.eeworm.com/read/198616/7922896
c fork1.c
#include "apue.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 stack */
pid_t pid;
var
www.eeworm.com/read/198616/7922925
c vfork1.c
#include "apue.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
printf("before vfork\n"); /*
www.eeworm.com/read/198616/7923684
3 fig8.3
#include "apue.h"
int glob = 6; /* external variable in initialized data */
int
main(void)
{
int var; /* automatic variable on the stack */
pid_t pid;
var = 88;
printf("before vfork\n"); /*
www.eeworm.com/read/198616/7923749
1 fig8.1
#include "apue.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 stack */
pid_t pid;
var
www.eeworm.com/read/198176/7948624
src pwm_cstart.src
# 1 "pwm_cstart.asm"
;
; Startup code automatically generated and updated by:
; TASKING Demo Tools for 8051 v6.0 r1 (build version: 1.86)
; Do not edit unless switching off the automatic
www.eeworm.com/read/333527/12677216
v readmem.v
//read memory data
//If en=1,the initial counter automatic increases and data stream output with
// the posedge clk
`define MAX_SIZE 1000010
module memory(data,clk,cs);
output data;
input clk;
inp
www.eeworm.com/read/332098/12779702
c fork1.c
#include "apue.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 stack */
pid_t pid;
var