代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/403649/11513378
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/403493/11515404
h mogeocoder.h
#if !defined(AFX_MOGEOCODER_H__C402FC79_C166_4510_B2E7_2ABB8294504F__INCLUDED_)
#define AFX_MOGEOCODER_H__C402FC79_C166_4510_B2E7_2ABB8294504F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/403322/11519047
plg cpptest.plg
Build Log
--------------------Configuration: CPPTest - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\IBMUS
www.eeworm.com/read/403011/11524264
cpp structur.cpp
// structur.cpp -- a simple structure
#include
struct inflatable // structure declaration
{
char name[20];
float volume;
double price;
};
int main()
{
using na
www.eeworm.com/read/403011/11524356
cpp external.cpp
// external.cpp -- external variables
#include
using namespace std;
// external variable
double warming = 0.3;
// function prototypes
void update(double dt);
void local();
int m
www.eeworm.com/read/403011/11524363
cpp static.cpp
// static.cpp -- using a static local variable
#include
// constants
const int ArSize = 10;
// function prototype
void strcount(const char * str);
int main()
{
using namespa
www.eeworm.com/read/403009/11524571
cpp structur.cpp
// structur.cpp -- a simple structure
#include
struct inflatable // structure declaration
{
char name[20];
float volume;
double price;
};
int main()
{
using na
www.eeworm.com/read/403009/11524661
cpp external.cpp
// external.cpp -- external variables
#include
using namespace std;
// external variable
double warming = 0.3;
// function prototypes
void update(double dt);
void local();
int m
www.eeworm.com/read/403009/11524668
cpp static.cpp
// static.cpp -- using a static local variable
#include
// constants
const int ArSize = 10;
// function prototype
void strcount(const char * str);
int main()
{
using namespa
www.eeworm.com/read/402988/11525539
plg aa.plg
礦ision2 Build Log
Project:
D:\MODEM\yhModem\ZJ\aa.uv2
Project File Date: 10/28/2004
Output:
Build target 'Target 1'
compiling modemzj.c...
M