代码搜索:objects

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

代码结果 10,000
www.eeworm.com/read/201477/15407363

cpp bestfit.cpp

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

txt readme.txt

1/24/98 This archive contains the header and source file from Nick Bobick's article ("Rotating Objects Using Quaternions", page 34) in the February issue of Game Developer magazine. -Editor
www.eeworm.com/read/113179/15468346

plg main.plg

Build target 'Target 1' compiling main.c... MAIN.C(41): warning C182: pointer to different objects linking... Program Size: data=21.4 xdata=116 code=5013 "main" - 0 Error(s), 1 Warning(s). Build targe
www.eeworm.com/read/112466/15484814

makefile

# MAKE FILE for GSNAKE API # Change the following line to reflect where your X11-include directory X11Include = /usr/openwin/include CC = g++ -I$(X11Include) LIBSOURCE = ../lib SOURCE
www.eeworm.com/read/111925/15500520

c read.c

/* A module of ASYNCx.LIB version 1.20 */ #include #include "asyncdef.h" /************************************************************ Receive n objects of size s from the port associ
www.eeworm.com/read/111557/15510021

txt makefile.txt

# 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
www.eeworm.com/read/111424/15512872

frm frmray.frm

VERSION 5.00 Begin VB.Form frmRay BorderStyle = 1 'Fixed Single Caption = "Ray Tracing" ClientHeight = 4800 ClientLeft = 45 ClientTop = 330
www.eeworm.com/read/110337/15536255

java app8_12.java

// app8_12,对象的比较 class CCircle { private static double pi=3.14; private double radius; public CCircle(double r){ // CCircle()构造函数 radius=r; } public void compare(CC
www.eeworm.com/read/110176/15540591

java productserver.java

/** @version 1.10 1999-08-21 @author Cay Horstmann */ import java.rmi.*; import java.rmi.server.*; /** This server program instantiates two remote objects, registers them with
www.eeworm.com/read/110094/15541909

java app8_12.java

// app8_12,对象的比较 class CCircle { private static double pi=3.14; private double radius; public CCircle(double r){ // CCircle()构造函数 radius=r; } public void compare(CC