代码搜索:Create

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

代码结果 10,000
www.eeworm.com/read/453468/7419484

h gm_define.h

#define GM_ENTRANCE "涝厘" #define GM_SPEED "加档" #define GM_WHISPER "庇富" #define GM_TRANSPARENT "捧疙" #define GM_INVINCIBILITY "公利" #define GM_ACCOUNT "绢墨款飘" #define GM_REMOVA
www.eeworm.com/read/141714/12990554

l01 language.l01

/* * ============================================================================ * Name : english.l01 * Part of : DBMSexample * Created : 02/28/2003 by Forum Nokia * Description: * -
www.eeworm.com/read/315319/13545994

patch compat-2.6.19-2.6.21.patch

Index: kernel/event.c =================================================================== --- kernel/event.c (working copy) +++ kernel/event.c (revision 122) @@ -95,8 +95,7 @@ int event_send(u32 tid,
www.eeworm.com/read/138168/6287122

c rtx_root.c

/* Sample Program for RTX-51 with Code-Bankswitching */ #include void start_task (void) _task_ 1 { os_create_task (2); /* Create a task in bank 0 */ os_create_task (3); /*
www.eeworm.com/read/108819/15574823

h rc.h

#define ID_CLOSE 1000 #define ID_HELP 1001 #define ID_ABOUT 1002 #define EDT_CREATE_NOTE 1003 #define BTN_DEMO_CREATE 1004
www.eeworm.com/read/192685/8362064

txt 引用ado就不能创建数据库和表了吗.txt

VB 6.0包括的是ADO 2.0,这个版本不支持创建数据库和表。你可以使用ADO代码操作记录,而使用DAO建立数据库。两者可以共存,只要你不同时操作同一个数据库就可以。 直接执行SQL语句。如果AdoConn已连接到SQL Server: 建库: Adoconn.exec "<mark>Create</mark> Database 库名" 打开对应的库就可以建表,视图及存储过 ...
www.eeworm.com/read/192685/8362685

txt 如何编程创建access数据库并加上密码保护.txt

可 以 这 样 做 : Set wspDefault = DBEngine.Workspaces(0) ' Create new, encrypted database. Set dbs = wspDefault.CreateDatabase("Newdb.mdb", _ dbLangGeneral & ";pwd=NewPassword",
www.eeworm.com/read/192685/8364579

txt 如何在开始菜单中建立程序组和多个图标.txt

VB6.0的向导允许建立程序组和程序项。有很多工具也可以做这件事,象Wise、InstallShield,不过这些软件都是要花钱的。 这里告诉你一个修改VB的Setup的办法可以简单地实现你所要的功能。vb6.0 Application Setup Wizard生成的安装程序的工作步骤是这样的:先运行Setup.exe,这个程序将VB的运行库安装到用户的机器上,然后再调用Setup1. ...
www.eeworm.com/read/292208/8367386

pas gzgl_main.pas

unit GZGL_Main; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, jpeg, ExtCtrls, ComCtrls, ToolWin, Menus, ImgList; type TFrmGZGL_Main = class