代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/300081/13937929
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/300081/13938439
pas iccarddefine.pas
unit IcCardDefine;
interface
uses
SysUtils, Classes, DB, DBTables, StdCtrls, DBCtrls;
var
IcDev : Longint;
OutBuf: PChar;
InBuf : string;
procedure InitStatus(CommPort: Integ
www.eeworm.com/read/237638/13940236
cpp 14_3.cpp
//14_3
#include
class X{
public:
X(int);
X(X&);
~X();
};
X::X(int s){ cout
www.eeworm.com/read/237638/13940242
txt 14_3.txt
//14_3
//运行结果为:
create a X object with 1
create a X object with 2 //创建临时对象
call a func with para X object
create a X object from other X object
erase a object //析构临时对象
creat
www.eeworm.com/read/135096/13962304
diffirence
// 创建一个公共事件
public event EventHandler MyEvent;
// 创建一个触发这个事件的方法
protected void OnMyEvent(EventArgs e) {
MyEvent(this, e);
}
' Create a public event
Public Event MyEvent(Sender as Ob
www.eeworm.com/read/134619/13980158
cpp val2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/134536/13984555
pas recorder.pas
// TRecorder
//
// cyamon software
// place de l'H魌el-de-Ville 8
// 1040 Echallens
// Switzerland
// www.cyamon.com
// 11/99
// This unit is a freeware. You may change it, use it in your a
www.eeworm.com/read/134443/13990619
c alter.c
/*
** 2005 February 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/134086/14009189
sql mssql_schema.sql
/*
mssql_schema.sql for phpBB2 (c) 2001, phpBB Group
$Id: mssql_schema.sql,v 1.1.1.1 2003/02/11 22:27:33 wei.gao Exp $
*/
BEGIN TRANSACTION
GO
CREATE TABLE [phpbb_auth_access] (
[
www.eeworm.com/read/134073/14010543
news
2005-01-31:
MiniGUI Version 1.6.1 released.
2003-06-03:
Create this repository for this package.