代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/367111/9781775
plg 2478_ram.plg
Build target '2478_lcd_ram'
compiling lcd.c...
lcd.c(67): warning: #223-D: function "TargetResetInit" declared implicitly
lcd.c(103): warning: #223-D: function "fillmosaic" declared implicitly
l
www.eeworm.com/read/170709/9792765
cpp pointeruse.cpp
// Listing 9.2 Using pointers
#include
using std::cout; // this file uses std::cout
int main()
{
int myAge; // a variable
int * pAge = NULL; // a pointer
www.eeworm.com/read/415981/11046108
c console.c
/******************************************************************************************
Console.c (v1.0)
-------------------------------------------------------------------------------------
www.eeworm.com/read/415980/11046161
c console.c
/******************************************************************************************
Console.c (v1.0)
-------------------------------------------------------------------------------------
www.eeworm.com/read/415979/11046246
c console.c
/******************************************************************************************
Console.c (v1.0)
-------------------------------------------------------------------------------------
www.eeworm.com/read/415894/11049007
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/415714/11057037
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/415709/11057261
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/415441/11073745
plg lcdjp.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\乔冬\桌面\5:20成功\lcdjp.uv2
Project File Date: 09/12/2005
Output:
Build target 'Target 1'
com
www.eeworm.com/read/269691/11083076
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"); /*