代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/413157/11164701
c conf.c
/* Westell 6100 multicast data collection utility
* Copyright: Josh Carroll (josh.carroll@gmail.com)
* 10/13/2004
*
* Thanks to LSorensen, mith, rkeene, and bgr on EFNet
* #Linux for the help wit
www.eeworm.com/read/267477/11177427
java question.java
package quiz;
import java.util.Collection;
import java.util.LinkedList;
public class Question implements Comparable {
private String titel;
private String text;
private int order;
www.eeworm.com/read/267477/11177434
java candidate.java
package quiz;
import java.util.Collection;
import java.util.Iterator;
public class Candidate {
private String name;
private String surname;
private String fc;
private Quiz as
www.eeworm.com/read/412611/11190673
txt readme.txt
This is the Time-Frequency Toolbox, a collection of about
100 M-files , developed for the analysis of non-stationary
signals using time-frequency distributions. It consists in
groups of signal gene
www.eeworm.com/read/412112/11215957
java booktablemodel.java
import javax.swing.table.AbstractTableModel;
import java.util.Vector;
import java.util.Collection;
public class BookTableModel extends AbstractTableModel {
private static final String headers[]
www.eeworm.com/read/266473/11224644
bas module1.bas
Attribute VB_Name = "Module1"
Public Const OPCItemDirect = 1
Public Const OPCItemLocal = 2
Public fMainForm As frmMain
Public ServerIndex As Integer
Public OPCServers As New Collection
Public
www.eeworm.com/read/133638/14032700
txt readme.txt
This is the Time-Frequency Toolbox, a collection of about
100 M-files , developed for the analysis of non-stationary
signals using time-frequency distributions. It consists in
groups of signal gene
www.eeworm.com/read/200021/15442683
mmp shapeimplementation.mmp
/**
*
* @brief Project specification file for ECom Interface Collection dll
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
TARGET 101FDA60.dll
TARGETTYPE ECOMIIC
// ECom Dll
www.eeworm.com/read/105179/15675818
c misc.c
/*
* misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993
* puts by Nick Holloway 1993
*/
#include "gzip.h"
#include
www.eeworm.com/read/104052/15711707
makefile
#
# man/Makefile man/ Makefile for the net-tools Package
#
# NET-TOOLS A collection of programs that form the base set of the
# NET-3 Networking Distribution for the LINUX operating
# system.
#
# Ve