代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/100601/6267966
c create.c
/*
* 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
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/6271884
sh create.sh
#!/bin/sh
# $Header: /usr/local/cvsroot/pgsql/src/test/bench/create.sh,v 1.2 1997/04/17 13:48:49 scrappy Exp $
#
if [ ! -d $1 ]; then
echo " you must specify a valid data directory "
exit
fi
if [ -
www.eeworm.com/read/319219/6285021
txt create.txt
程序实现功能:两个数据表的数据分页显示
最近我遇到一个比较少见的需求,不知大家是否也有遇到过,说出来与大家分享.
客户需求:两部分数据,分别来自不同位置的两个数据库中的两个表,定义为数据库DB1和DB2,表Table1和Tabel2,要将这两个表数据分别在页面的上半部分和下半部分显示,并且用同一个分页码,如第一部分数据不够,将用第二部分数据填补
'/*代码*/
...
www.eeworm.com/read/494745/6374647
cpp create.cpp
//
// Create.cpp
//
#include
#include // Declare IUnknown.
#include "Create.h"
typedef IUnknown* (*CREATEFUNCPTR)() ;
IUnknown* CallCreateInstance(char* name)
www.eeworm.com/read/494745/6374657
h create.h
//
// Create.h
//
IUnknown* CallCreateInstance(char* name) ;
www.eeworm.com/read/485291/6557468
process_create
www.eeworm.com/read/485402/6561422
c create.c
/* Copyright (c) Colorado School of Mines, 2001.*/
/* All rights reserved. */
/*********************** self documentation **********************/
/**************************
www.eeworm.com/read/484569/6579997
c create.c
/*
C source for GNU CHESS
Revision: 1990-09-30
Modified by Daryl Baker for use in MS WINDOWS environment
This file is part of CHESS.
CHESS is distributed in the hope that it wil