代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/382875/8993177
pas mainunit.pas
Unit MainUnit;
Interface
Uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ActnMan, ActnCtrls, ActnMenus, ToolWin, ComCtrls, ActnList,
XPStyleA
www.eeworm.com/read/382814/8997907
dsk kxian.dsk
[Closed Files]
File_0=SourceModule,'D:\DelphiBook\Kaoqin\KaoQinMain.pas',0,1,1,1,1,1,1
File_1=SourceModule,'D:\DelphiBook\Kaoqin\KaoQin.pas',0,1,1,1,1,1,1
File_2=SourceModule,'D:\DelphiBook\Kaoqin\
www.eeworm.com/read/382814/8997967
~dsk kxian.~dsk
[Closed Files]
File_0=SourceModule,'D:\DelphiBook\Kaoqin\KaoQinMain.pas',0,1,1,1,1,1,1
File_1=SourceModule,'D:\DelphiBook\Kaoqin\KaoQin.pas',0,1,1,1,1,1,1
File_2=SourceModule,'D:\DelphiBook\Kaoqin\
www.eeworm.com/read/382802/8999721
txt sc的使用详解.txt
我们知道在MStools SDK,也就是在Resource Kit有一个很少有人知道的命令行软件,SC.exe,这个软件向所有的Windows NT和Windows 2000要求控制他们的API函数。我们可以在命令行里通过对这些函数设定参数的方式来设定他们(API)。SC.exe也可以显示服务的状态,同时也可以从状态结构区域里重新找到存储在里面的数值。它还可以列出远程计算机的服务函数或者是服务状况 ...
www.eeworm.com/read/283633/9001186
sql products.sql
CREATE TABLE Products
(
ProductID int IDENTITY (1,1) NOT NULL,
ProductName nvarchar (40) NOT NULL,
SupplierID int,
CategoryID int,
QuantityPerUnit nvarchar (20),
UnitP
www.eeworm.com/read/426674/9004736
gel sine4_poll.gel
/*Sine4_poll.gel Create slider and vary amplitude of sine wave*/
menuitem "Sine Amplitude"
slider Amplitude(1,10,1,1,amplitudeparameter) /*incr by 1,up to 10*/
{
amplitude = amplitudepara
www.eeworm.com/read/426674/9005825
gel amplitude.gel
/*Amplitude.gel Create slider and vary amplitude of sinewave*/
menuitem "Sine Amplitude"
slider Amplitude(10,35,5,1,amplitudeparameter) /*incr by 5,up to 35*/
{
amplitude = amplitudepa
www.eeworm.com/read/382695/9005886
txt 9-05.txt
%例9-5 本例创建一个具有白色背景的图形,并设置根对象下的坐标轴对象的默认值。
>> whitebg('w') %create a figure with a white color scheme
set(0,'DefaultAxesColorOrder',[0 0 0],...
'DefaultAxesLineStyleOrder','-|--|:|-.')
>> Z
www.eeworm.com/read/283531/9011988
txt 选课系统说明.txt
选课系统使用说明
-------------------------------
该系统登录初始账号为admin,初始密码为admin。
-------------------------------
1.利用SQL语句创建数据库
数据库是Microsoft公司的SQL Server2000,需要配置数据库和并创建表格。
步骤如下:
(1)打开SQL Server ...
www.eeworm.com/read/426535/9015060
m ex2301.m
%例23-1 MATLAB绘图函数实例
function createfigure(x1, y1)
%CREATEFIGURE(X1,Y1)
% X1: vector of x data
% Y1: matrix of y data
% Auto-generated by MATLAB on 16-Feb-2006 14:38:25
%% Create figur