代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/103771/6212490
h source.h
#ifndef _source_h
#define _source_h
#include "evntfind.h"
class CTcSource;
class CLcSource;
class CMessage;
class CEventFindDlg;
class CXMessageArray;
class CXEventSource;
class CEventT
www.eeworm.com/read/103771/6212515
cpp source.cpp
//******************************************************************
// source.cpp
//
// This is file contains the implementation of the CSource class.
//
// The CSource class acts as a contain
www.eeworm.com/read/101594/6236185
bsh source.bsh
/**
Read filename into the interpreter and evaluate it in the current
namespace. Like the Bourne Shell "." command.
*/
bsh.help.source = "usage: source( filename | URL )";
Object source( String f
www.eeworm.com/read/101130/6239154
dsp source.dsp
# Microsoft Developer Studio Project File - Name="Source" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) St
www.eeworm.com/read/101082/6241367
c source.c
/************************************************************************
* *
* Copyright (c) 1986 by *
* Digital Equipment Corporation, Maynard, MA *
* All rights reserved. *
www.eeworm.com/read/101082/6250925
c source.c
/*#@(#)source.c 4.1 Ultrix 7/17/90*/
/* Copyright (c) 1982 Regents of the University of California */
static char sccsid[] = "@(#)source.c 1.9 8/5/83";
static char rcsid[] = "$Header: source.c,v 1.3
www.eeworm.com/read/100601/6266635
mk source.mk
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the
www.eeworm.com/read/100285/6271876
source create.source
create table onek(unique1 int4,unique2 int4,two int4,four int4,ten int4,twenty int4, hundred int4,thousand int4,twothousand int4,fivethous int4,tenthous int4,odd int4, even int4,stringu1 name,stringu2
www.eeworm.com/read/100285/6271907
source constraints.source
--
-- Check constraints
-- Constraints can be specified with:
-- - DEFAULT clause
-- - CHECK clauses
-- - PRIMARY KEY clauses
-- - UNIQUE clauses
--
--
-- DEFAULT syntax
--
CREATE TABLE DEFAULT_
www.eeworm.com/read/100285/6271908
source misc.source
--
-- replace
--
--
-- BTREE
--
UPDATE onek
SET unique1 = onek.unique1 + 1;
UPDATE onek
SET unique1 = onek.unique1 - 1;
--
-- BTREE partial
--
-- UPDATE onek2
-- SET unique1 = onek2.unique1