代码搜索:Create

找到约 10,000 项符合「Create」的源代码

代码结果 10,000
www.eeworm.com/read/188171/8565160

cpp demomedi.cpp

#include #include void far ClickLoadFile_DemoMultiEditDialog(CObject* pCurObj) { CDialog *pDialog = (CDialog *)pCurObj->GetParent(); CMultiEdit* pEdit1 = (CMultiEdit *)
www.eeworm.com/read/188171/8565164

cpp arpdlg.cpp

#include #include void far ArpDialog() { //Create a Dialog On the Center of Desktop CDialog* pDialog = new CDialog;//分配实例 pDialog->CreateWindow(0, 0, 490, 330, "ARP 高
www.eeworm.com/read/188171/8565194

cpp demosld.cpp

#include #include void far ChangeSlider1_DemoSliderAndPorcess(CSliderCtrl* pSliderCtrl) { CDialog* pDialog = (CDialog *)pSliderCtrl->GetParent(); CLabel* pLabel1 =
www.eeworm.com/read/188171/8565204

sys debug.sys

#include #include //Stack's Size unsigned int _stklen = 50u * 1024u;//堆栈的尺寸 //Keyboard's Callback Function For All Default Window int TransrateKey(CObject* pCurObj)/
www.eeworm.com/read/188171/8565236

cpp demo.cpp

#include #include int main3(int argc, char** argv) { //Initlize Sysem Kernel if (!::InitSystem(argc, argv))//初始化系统内核 { ::CloseSystem();//关闭系统内核 printf("\nI
www.eeworm.com/read/432899/8565642

~pas udaofactory.~pas

unit uDaoFactory; interface uses DB, ADODB, uDatabasePublic, uMemberDAO; type //============================================================================== // 抽象DAO工厂类 //==========
www.eeworm.com/read/432899/8565646

~pas umssqldaofactory.~pas

unit uMssqlDaoFactory; interface uses uDaoFactory, DB, uMemberDAO, uMssqlMemberDAO, ADODB; type //============================================================================== // Mssql数
www.eeworm.com/read/432899/8565659

pas udaofactory.pas

unit uDaoFactory; interface uses DB, ADODB, uDatabasePublic, uMemberDAO; type //============================================================================== // 抽象DAO工厂类 //==========
www.eeworm.com/read/432899/8565682

~pas uaccessdbcontext.~pas

///////////////////////////////////////////////////////////////////////// // 数据库连接对象 ORACLE 类 //1.数据库连接对象(产品基类 ORACLE 数据库) //2.通过实现 IConnDataBase,配置数据库连接和命名用数据库Connect对象。 //3.可采用B
www.eeworm.com/read/432899/8565684

pas udbfactory.pas

{*******************************************************} { } { 数据库工厂对象基类 } { 通过该抽象工厂创建数据库实例