代码搜索:Base
找到约 10,000 项符合「Base」的源代码
代码结果 10,000
www.eeworm.com/read/378731/9217091
clw base.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBufenPage
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "base.h"
www.eeworm.com/read/378731/9217097
mak base.mak
# Microsoft Developer Studio Generated NMAKE File, Based on base.dsp
!IF "$(CFG)" == ""
CFG=base - Win32 Debug
!MESSAGE No configuration specified. Defaulting to base - Win32 Debug.
!ENDIF
!IF
www.eeworm.com/read/181751/9238722
h base.h
/* base definitions */
#ifndef BASE_H
#define BASE_H
#define VER "0.4.6"
#if QT_VERSION >= 0x030000
#define qt3 1
#endif
#ifdef WIN32
#include
#endif
#define XCA_TITLE "X Certifikat
www.eeworm.com/read/181751/9238760
in base.h.in
/* base definitions */
#ifndef BASE_H
#define BASE_H
#define VER "MY_VERSION"
#if QT_VERSION >= 0x030000
#define qt3 1
#endif
#ifdef WIN32
#include
#endif
#define XCA_TITLE "X Certi
www.eeworm.com/read/180332/9312008
h base.h
/************************************************************************
* RSTP library - Rapid Spanning Tree (802.1t, 802.1w)
* Copyright (C) 2001-2003 Optical Access
* Author: Alex Rozin
*
www.eeworm.com/read/376390/9318479
h base.h
/****************************************************************************************************
base.h 艾数机器人足球策略 状态信息枚举体,公用方法
Purpose:
角色可以使用的动作
author:
yy_cn
Created Time:
2006-
www.eeworm.com/read/376390/9318489
cpp base.cpp
/****************************************************************************************************
base.cpp 艾数机器人足球策略 状态信息枚举体,公用方法
Purpose:
角色可以使用的动作
author:
yy_cn
Created Time:
200
www.eeworm.com/read/179845/9335241
txt base.txt
1 xinhome
2 lingli008
3 ccicgd
4 niuxing518
5 queka
6 ly5404
7 yangxinmo
8 feng_dg2
9 jason57
10 xyc007
11 joeykwok
12 feng_dg2
13 weicb2002
www.eeworm.com/read/179788/9337623
pas base.pas
unit Base;
interface
type
TBase = class
// protected
private
FB: Integer;
public
procedure SetBase( B: Integer );
function GetBase(): Integer;
end;
implementation
www.eeworm.com/read/179788/9337625