代码搜索:Script

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

代码结果 10,000
www.eeworm.com/read/117961/14892557

h script.h

#ifndef _SCRIPT_H_ #define _SCRIPT_H_ // SWF file parser. // ////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
www.eeworm.com/read/117961/14892565

cc script.cc

#include "swf.h" //////////////////////////////////////////////////////////// // This file is derived from the 'buggy' SWF parser provided // by Macromedia. // // Modifications : Olivier Debon
www.eeworm.com/read/117652/14910383

fnt script.fnt

www.eeworm.com/read/218331/14926399

c script.c

/* * Runscript Run a login-or-something script. * A basic like "programming language". * This program also looks like a basic interpreter : * a bit messy. (But hey, I'm no compiler writer :-
www.eeworm.com/read/117355/14928937

rgs script.rgs

.class SuperTank
www.eeworm.com/read/116739/14956364

calling_script

#!/bin/ksh # Script name: calling_script # Example 10.124 function sayit { print "How are ya $1?" ; } typeset -fx sayit # Export sayit to other scripts sayit Tommy print "Going to other scrip
www.eeworm.com/read/116739/14956366

other_script

# NOTE: This script cannot be invoked with #!/bin/ksh # because function "sayit" is imported from script # "calling_script", not defined in this script. print "In other script " sayit Dan prin
www.eeworm.com/read/116070/14990082

ini script.ini

if Not exists (select * from sysobjects where id = object_id(N'[dbo].[挂单菜谱]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) begin CREATE TABLE [dbo].[挂单菜谱] ( [id] [uniqueidentifier] NOT NULL , [挂单
www.eeworm.com/read/116048/14991431

cls script.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/216761/14993060

script northwind.script

CREATE TABLE CATEGORIES(CATEGORYID INTEGER,CATEGORYNAME VARCHAR,DESCRIPTION LONGVARCHAR) CREATE TABLE CUSTOMERS(CUSTOMERID VARCHAR,COMPANYNAME VARCHAR,CONTACTNAME VARCHAR,CONTACTTITLE VARCHAR,ADDRESS