代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/249894/12463134
cs genericindex.cs
namespace Perst
{
using System;
#if USE_GENERICS
using System.Collections.Generic;
#endif
using System.Collections;
public enum IterationOrder
{
AscentOrder,
www.eeworm.com/read/132141/14107153
cpp firstfit.cpp
// First fit bin packing
#include
#include "winner.h"
int winner(int a[], int b, int c)
{// For a max winner tree.
if (a[b] >= a[c]) return b;
return c;
}
void FirstFi
www.eeworm.com/read/132072/14111496
ini reginfo.ini
[arclink]
Title=ArcLink
Description=用于 MapInfo 文件和 ArcInfo 输出文件格式之间相互转换。
Autoload=1
[atlas]
Title=AG*Link
Description=用于把原始的 Atlas 格式的地理、属性和数据点文件 (.agf, .aif, 和.dbf) 转换为 MapInfo for Windows 文件
www.eeworm.com/read/234256/14117678
cpp program_2_9.cpp
// Program 2.9: Output the values of uninitialized objects
#include
using namespace std;
int main() {
float f;
int i;
char c;
double d;
cout
www.eeworm.com/read/231050/14258247
htm pat5e.htm
Mediator
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
www.eeworm.com/read/231050/14258645
htm pat4f.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Flyweight
www.eeworm.com/read/231050/14258668
htm chap5-0.htm
Behavioral Patterns
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
www.eeworm.com/read/231050/14259012
htm patcat.htm
Pattern Catalog
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
www.eeworm.com/read/231050/14259159
htm pat5e.htm
Mediator
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}