代码搜索:Create
找到约 10,000 项符合「Create」的源代码
代码结果 10,000
www.eeworm.com/read/380622/9140869
pas graypal.pas
unit GrayPal;
interface
// Create a simple gray-scale palette.
// Copyright
www.eeworm.com/read/380622/9140875
dsk fileio.dsk
[Closed Files]
File_0=SourceModule,'c:\borland\delphi5\source\rtl\Sys\SysInit.pas',0,1,254,1,286,0,0
File_1=SourceModule,'c:\borland\delphi5\source\rtl\Sys\System.pas',0,1,5521,1,5538,0,0
File_2=So
www.eeworm.com/read/183596/9149807
data test7pt1.data
// test7pt1.data: This is the first of a series of two tests that checks for
// running out of disk blocks. This one will check what happens when you
// need a DATA block and there are none left.
/
www.eeworm.com/read/183596/9149809
data test7pt2.data
// test7pt2.data: This is the second of a series of two tests that checks for
// running out of disk blocks. This one will check what happens when you
// need an INDIRECT block and there are none le
www.eeworm.com/read/281518/9151968
pas runwaitexe.pas
//在线程中运行并等待可执行文件运行完毕
unit RunWaitEXE;
interface
uses
Classes,windows,SysUtils,adodb,ActiveX,Dialogs;
type
trun = procedure;
TRunWait = class(TThread)
public
constructor
www.eeworm.com/read/281508/9152350
dsk project1.dsk
[Closed Files]
File_0=SourceModule,'E:\进销存管理系统\BA010.pas',0,1,2,17,8,1,0
File_1=SourceModule,'E:\进销存管理系统\UfmSimple.pas',0,1,1,1,1,0,0
File_2=SourceModule,'E:\进销存管理系统\BA030.pas',0,1,1,32,10,0,0
Fil
www.eeworm.com/read/281334/9161815
cpp treecros.cpp
// treecros.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
//二叉树遍历(递归)
#include
struct node
{
char data;
node *left;
node *right;
www.eeworm.com/read/380095/9165053
pas mainunit.pas
unit mainUnit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, Grids, DBGridEh, LbSpeedButton, ExtCtrls, AAFont,
AACt
www.eeworm.com/read/183326/9169767
makellib
#!/bin/sh
##############################################################################
# Copyright (c) 1998,2000 Free Software Foundation, Inc. #
#
www.eeworm.com/read/183264/9173251
pas rjsmain.pas
unit rjsmain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, Buttons, DBActns, ActnList, StdCtrls, Menus, DBTables,
DB, Ext