代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/380701/9134651
c main(bl2100).c
/*******************************************************************************
RTU_100.c
CH.Control, 2005
This program support Web server access and modbus/tcp comm. wit
www.eeworm.com/read/380680/9135230
cce host.cce
Warning[000] C:\Documents and Settings\Admin\Desktop\chenjunrui\USART_SIMc\HOST\host.c 219 : unused variable definition: i (from line 168)
www.eeworm.com/read/281572/9149536
h codegen.h
#ifndef _CODEGEN_H_
#define _CODEGEN_H_
void GenLabel(char lab[LABEL_SIZE]);
void StackSegmentBegin(void);
void StackSegmentEnd(void);
void CodeSegmentBegin(void);
void CodeSegmentEnd(void);
www.eeworm.com/read/183593/9150123
err stop.err
"stop.c", line 122: Warning: C2870W: variable 'save_ref' declared but not used
"stop.c", line 122: Warning: C2870W: variable 'date' declared but not used
stop.c: 2 warnings, 0 errors, 0 serious erro
www.eeworm.com/read/183593/9150163
err am29f800.err
"am29f800.c", line 236: Warning: C2870W: variable 'count' declared but not used
"am29f800.c", line 236: Warning: C2870W: variable 'temp' declared but not used
am29f800.c: 2 warnings, 0 errors, 0 ser
www.eeworm.com/read/183515/9155860
c p6-1.c
#include
#include
#include "err_exit.h"
int global = 5;
int main(void)
{
pid_t pid;
char *string = "these are values before fork:";
int local = 10;
www.eeworm.com/read/183408/9159903
plg generator.plg
Build Log
--------------------Configuration: avi_parser_v2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1
www.eeworm.com/read/183272/9172482
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/183272/9172856
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/379729/9180145
h net.h
// -*- C++ -*-
//
// This file is a part of the Bayes Blocks library
//
// Copyright (C) 2001-2006 Markus Harva, Antti Honkela, Alexander
// Ilin, Tapani Raiko, Harri Valpola and Tomas 謘tman.
//
// T