代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/175176/9556436
pas mwobjs.pas
unit MWObjs;
{
Movie-watchers objects. A demonstration of XML document processing.
This unit contains definitions for objects that correspond to the
elements in the XML document. It includ
www.eeworm.com/read/175176/9556467
pas exams.pas
unit Exams;
{
Examination objects.
Requires MSXML v3 package from Microsoft.
Copyright
www.eeworm.com/read/371025/9571129
pas viewonlinehuman.pas
unit ViewOnlineHuman;
interface
uses
Windows, Messages, SysUtils, StrUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, ExtCtrls, StdCtrls;
type
TfrmViewOnlineHuman
www.eeworm.com/read/170042/9822306
html intro_3_6__configuring_the_spectral_slice.html
入门教程 3.6. 定制声谱切片
www.eeworm.com/read/169902/9833505
h ih263enc.h
/*==========================================================================*/
/* Copyright (C) 2000 Texas Instruments, Incorporated */
/* All Rights R
www.eeworm.com/read/365798/9846303
html struct_o_c_i___lob.html
OCILIB (C Driver for Oracle): OCI_Lob Struct Refer
www.eeworm.com/read/365798/9846305
html struct_o_c_i___long.html
OCILIB (C Driver for Oracle): OCI_Long Struct Refe
www.eeworm.com/read/365496/9861108
mak mk_qdos.mak
# $Id: mk_qdos.mak 264 2003-02-13 02:59:30Z darren $
#
# Makefile for ctags on QDOS/SMS systems and C68 v4.24
# Submitted by Thierry Godefroy
# Directories:
T = ram1_
P = drv1
www.eeworm.com/read/365496/9861121
mak mk_sas.mak
# $Id: mk_sas.mak 264 2003-02-13 02:59:30Z darren $
#
# Makefile for SAS/C Amiga Compiler
# Submitted by Stefan Haubenthal
CFLAGS= def AMIGA opt parm r sint
OBJEXT = o
OBJEC
www.eeworm.com/read/168218/9932179
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator