代码搜索:objects

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

代码结果 10,000
www.eeworm.com/read/168218/9933664

cpp bestfit.cpp

// best fit bin packing #include #include #include "xcept.h" class BinNode { friend void BestFitPack(int *, int, int); friend ostream& operator
www.eeworm.com/read/363449/9951097

cpp lookup.cpp

#if !defined( __ASSOC_H ) #include #endif // __ASSOC_H #if !defined( __DICT_H ) #include #endif // __DICT_H #if !defined( __STRNG_H ) #include #endif // __STRN
www.eeworm.com/read/167646/9957646

h ih263enc.h

/*==========================================================================*/ /* Copyright (C) 2000 Texas Instruments, Incorporated */ /* All Rights R
www.eeworm.com/read/363312/9959906

m pasviewannotation.m

function record=PASviewannotation(filename) PASdir='../data/PASCAL/'; record=PASreadrecord(filename); numplots=1; for i=1:length(record.objects), if (~isempty(record.objects(i).mask)), nu
www.eeworm.com/read/363312/9959907

m pasreadrecord.m

function record=PASreadrecord(filename) [fd,syserrmsg]=fopen(filename,'rt'); if (fd==-1), PASmsg=sprintf('Could not open %s for reading',filename); PASerrmsg(PASmsg,syserrmsg); end;
www.eeworm.com/read/363312/9959910

m paslabelobjfunc.m

function PASlabelobjfunc(classlabel) global record numobjects boolwaitingforlabel record.objects(numobjects).label=classlabel; boolwaitingforlabel=0; fprintf('%s\n',classlabel); return
www.eeworm.com/read/363312/9959914

m pascmprecords.m

function cmpval=PAScmprecords(a,b) % Returns 1 if record a == record b otherwise 0 cmpval=strcmp(a.imgname,b.imgname) & ... strcmp(a.database,b.database) & ... all(a.imgsize==b.imgsi
www.eeworm.com/read/362855/9978685

texi objc.texi

@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, @c 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying cond
www.eeworm.com/read/167128/9980189

txt 使用sql.txt

工程->引用->Microsoft ActiveX Data Objects 版本号 Liberary Dim cn As New ADODB.Connection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\market.mdb;" cn.Open
www.eeworm.com/read/166958/9988158

makefile

# Makefile for CCITT subroutines and sample programs # # Modify the CC definition to invoke your ANSI-C compiler # CC = acc # Rules to build sample programs do not depend on a UNIX library