代码搜索:Containers
找到约 1,482 项符合「Containers」的源代码
代码结果 1,482
www.eeworm.com/read/283334/4083227
tex hashset.tex
\section{\class{wxHashSet}}\label{wxhashset}
This is a simple, type-safe, and reasonably efficient hash set class,
whose interface is a subset of the interface of STL containers. In
particular, t
www.eeworm.com/read/445571/1720417
cs area.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A container representing a geographical grouping of other containers.
///
www.eeworm.com/read/363037/2923539
cs area.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A container representing a geographical grouping of other containers.
///
www.eeworm.com/read/335007/12555546
m rhist.m
function [no,xo] = rhist(varargin)
%RHIST Relative Histogram.
% N = RHIST(Y) bins the elements of Y into 10 equally spaced containers
% and returns the relative frequency of elements in each
www.eeworm.com/read/112556/15483097
txt schoen.txt
Strict Ownership in STL Containers
by Oliver Schoenborn
Listing 1:
struct A;
struct B {
A* a;
B(A*); // TBD 1
~B(); // TBD 2
}
struct A {
B* b;
A(): b(new B) {}
www.eeworm.com/read/103769/15721781
c contman.c
/*++
Copyright (c) 1997, 1998, 1999 Microsoft Corporation
Module Name:
keyman.cpp
Abstract:
This module contains routines to read and write data (key containers) from and to fi
www.eeworm.com/read/432484/8602836
m myhist.m
function [no,xo] = myhist(varargin)
%HIST Histogram.
% N = HIST(Y) bins the elements of Y into 10 equally spaced containers
% and returns the number of elements in each container. If Y is a
www.eeworm.com/read/373369/9459855
java collectiondatatest.java
//: containers/CollectionDataTest.java
import java.util.*;
import net.mindview.util.*;
class Government implements Generator {
String[] foundation = ("strange women lying in ponds " +
www.eeworm.com/read/169058/9882473
java collectiondatatest.java
//: containers/CollectionDataTest.java
import java.util.*;
import net.mindview.util.*;
class Government implements Generator {
String[] foundation = ("strange women lying in ponds " +
www.eeworm.com/read/272848/10940749
cpp recursivebtloading3.cpp
// loading containers onto two ships via backtracking
// code finds max loading of first ship as well as its weight
// recursive version
#include
#include
using namespa