代码搜索:Declarations
找到约 10,000 项符合「Declarations」的源代码
代码结果 10,000
www.eeworm.com/read/152557/12106005
html mixed-declarations.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/152557/12106067
html global-declarations.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/229609/14326913
h forward_declarations.h
//##############################################################################
//
// Copyright (C), 2005, Michael Sukop and Danny Thorne
//
// forward_declarations.h
//
// - Forward declarations of
www.eeworm.com/read/229449/14338834
h extern_declarations.h
/*
-02/23/2006: Petre M.
-this file contains the extern declarations used throughout the program
*/
#include "structures.h"
#include "system_def.h"
#define Bit0 0x01
#define Bit1 0x02
www.eeworm.com/read/237835/4619809
bas api_declarations.bas
Attribute VB_Name = "API_Declarations"
' **********************************************************************
' 描 述:巨牛的XP风格控件引擎,非常厉害
' Play78.com : 网站导航,源码之家,绝对开源
' 海阔天空收集整理
' 主站地址:http:
www.eeworm.com/read/336563/3350079
h extern_declarations.h
/*
-02/23/2006: Petre M.
-this file contains the extern declarations used throughout the program
*/
#include "structures.h"
#include "system_def.h"
#define Bit0 0x01
#define Bit1 0x02
www.eeworm.com/read/378176/2688767
h mknb_declarations.h
/*
* $Id: mknb_declarations.h,v 1.1.2.1 2008/02/29 07:02:44 spoel Exp $
*
* This source code is part of
*
* G R O M A C S
*
* GROningen MA
www.eeworm.com/read/378176/2688778
c mknb_declarations.c
/*
* $Id: mknb_declarations.c,v 1.4.2.1 2008/02/29 07:02:44 spoel Exp $
*
* This source code is part of
*
* G R O M A C S
*
* GROningen MA
www.eeworm.com/read/100436/15873732
h declarations_for_odbc.h
#ifndef __DECLARATIONS_FOR_ODBC_H_
#define __DECLARATIONS_FOR_ODBC_H_
// *** Kontrollera att headerfilerna f鰎 SQL ODBC 鋜 inkluderade annars skall dessa inkluderas ***
#ifndef __SQLTYPES
#in
www.eeworm.com/read/430659/8735455
bas odbc api declarations.bas
Attribute VB_Name = "modODBCAPI"
Option Explicit
Option Private Module
'ODBC Core API Declarations
Declare Function SQLAllocConnect Lib "odbc32.dll" (ByVal hEnv&, phdbc&) As Integer
Declare Fun