代码搜索:如何学习 common?
找到约 10,000 项符合「如何学习 common?」的源代码
代码结果 10,000
www.eeworm.com/read/379460/9196573
cpp common.cpp
#include
#include "common.h"
int error = NULL;
int prec = 6;
int infocmd = 0;
int infoarg = 0;
int ArgCounter = 0;
char VarName[MAXSIZE];
char *ex
www.eeworm.com/read/379450/9196802
h common.h
/*
* (C) Copyright 2000-2007
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software
www.eeworm.com/read/379364/9199654
h common.h
#ifndef _GUI_COMMON_H
#define _GUI_COMMON_H
typedef unsigned char uint8;
typedef signed char int8;
typedef unsigned int uint16;
typedef signed int int16;
typedef unsigned l
www.eeworm.com/read/379149/9206132
common makefile.common
### Makefile.common
###
### Copyright (C) 2002 by the KDE developers
### All the real work is done by the shellscript cvs.sh
SHELL=/bin/sh
cvs dist cvs-clean configure configure.in configure.files
www.eeworm.com/read/379051/9210210
java common.java
package serviceServer;
/**
* 定义整个系统用到的参数
*/
public class Common {
public static boolean sDebug = true;
public static boolean sInit = true;// 标识系统为启动态还是正常态
public static boolean sContin
www.eeworm.com/read/379051/9210223
java common.java
package clientServer;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.Rectangle;
/**
* 定义整个系统用到的参数
*/
public class Common {
public static boolean sD
www.eeworm.com/read/379051/9210233
class common.class
www.eeworm.com/read/379051/9210246
class common.class
www.eeworm.com/read/182041/9220856
h common.h
//==================================
// PEDUMP - Matt Pietrek 1995
// FILE: COMMON.H
//==================================
// MakePtr is a macro that allows you to easily add to values (including
www.eeworm.com/read/182041/9220877
c common.c
//==================================
// PEDUMP - Matt Pietrek 1995
// FILE: COMMON.C
//==================================
#include
#include
#include
#include