代码搜索:ordered
找到约 1,143 项符合「ordered」的源代码
代码结果 1,143
www.eeworm.com/read/165570/5481204
java arrayedpkeyedbasicdictionary.java
/** A keyed basic dictionary that stores an ordered sequence of (key, item)
pairs in an array. There are procedures to insert and delete keyed items,
as well as the functions has and obtain. The
www.eeworm.com/read/318815/3562272
java client.java
package com.javapatterns.flyweight.coffeeshop;
public class Client
{
//the flavors ordered
/**
* @label Creates
*/
private static Order[] flavors = new Flavor[100];
p
www.eeworm.com/read/314938/3628007
java client.java
package com.javapatterns.flyweight.coffeeshop;
public class Client
{
//the flavors ordered
/**
* @label Creates
*/
private static Order[] flavors = new Flavor[100];
p
www.eeworm.com/read/305285/3775818
java dlist.java
package org.odmg;
/**
* The ODMG List collection.
* A DList collection is an ordered collection that provides
* efficient insertion and removal of elements at arbitrary positions
www.eeworm.com/read/273525/4206301
ado swologit.ado
*! version 2.0.1 09/29/91
program define swologit
_sw_ood ologit swologit
version 3.0
_crcswxx "ordered logit" ologit ologit `*'
end
www.eeworm.com/read/273525/4206578
ado swoprbt.ado
*! version 2.0.1 09/29/91
program define swoprbt
_sw_ood oprobit swoprbt
version 3.0
_crcswxx "ordered probit" oprobit oprobit `*'
end
www.eeworm.com/read/445571/1720437
cs relation.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
public enum relation
{
ordered,
unordered,
choice
}
}
www.eeworm.com/read/420998/2057546
idl tree.idl
/*
* Abstract components for ordered trees: a key needs to implement
* equality and comparison operators, while Node just serves as a
* common base and can be extended with arbitrary data
*/
abs
www.eeworm.com/read/416830/2106237
idl tree.idl
/*
* Abstract components for ordered trees: a key needs to implement
* equality and comparison operators, while Node just serves as a
* common base and can be extended with arbitrary data
*/
abs
www.eeworm.com/read/397826/2399402
java client.java
package com.javapatterns.flyweight.coffeeshop;
public class Client
{
//the flavors ordered
/**
* @label Creates
*/
private static Order[] flavors = new Flavor[100];
p