代码搜索:Describe
找到约 1,964 项符合「Describe」的源代码
代码结果 1,964
www.eeworm.com/read/389682/8508722
sas describe.sas
%macro describe(name= , dir=default, setup=old, mode= );
%let msg = ;
%let path = ;
%setup;
%if (%bquote(&msg) eq ) %then %do;
%let datain = ;
%let dataout = ;
%let ke
www.eeworm.com/read/389682/8508727
exe describe.exe
www.eeworm.com/read/283498/9016399
asm describe.asm
.xlist
include stdlib.a
includelib stdlib.lib
matchfuncs
.list
include fpgm.a
; DESCRIBE.ASM- This file contains the routines which print room and
; inventory descriptions.
www.eeworm.com/read/159557/10640116
frm describe.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "comctl32.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Begin VB.Form Form1
Caption
www.eeworm.com/read/399668/7843088
cpp describe.cpp
#define __OCICPP_INTERNAL_USE_
#include "Describe.h"
Describe::Describe(OCISvcCtx *svchp,OCIError *errhp,string object):
object_name(object),svcctx(svchp),error(errhp)
{
text *objname=objec
www.eeworm.com/read/399668/7843089
h describe.h
#ifndef __DESCRIBE_H_
#define __DESCRIBE_H_
#include "../ocicpp.h"
class Describe {
private:
OCISvcCtx *svcctx;
OCIError *error;
OCIDescribe *descr;
private:
string object_name;
st
www.eeworm.com/read/399668/7843090
c describe.c
#define __OCICPP_INTERNAL_USE_
#include "Describe.h"
Describe::Describe(OCISvcCtx *svchp,OCIError *errhp,string object):
object_name(object),svcctx(svchp),error(errhp)
{
text *objname=objec
www.eeworm.com/read/399668/7843099
cpp describe.cpp
#include "stdafx.h"
#define __OCICPP_INTERNAL_USE_
#include "Describe.h"
Describe::Describe(OCISvcCtx *svchp,OCIError *errhp,string object):
object_name(object),svcctx(svchp),error(errhp)
www.eeworm.com/read/399668/7843108
h describe.h
#ifndef __DESCRIBE_H_
#define __DESCRIBE_H_
#include "ocicpp.h"
using std::string;
class Describe {
private:
OCISvcCtx *svcctx;
OCIError *error;
OCIDescribe *descr;
private:
string