代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/102906/15752733
txt namelist.txt
SOME GENERAL COMMENTS ON NAMELIST
(USED IN Datcom, WingBody, NACA4, and NACA6)
Some of the programs in this collection use the namelist formatting
scheme for input. This feature has only been
www.eeworm.com/read/102394/15783267
3 gsl.3
.TH GSL 3 "GNU Scientific Library" "GSL Team" \" -*- nroff -*-
.SH NAME
gsl - GNU Scientific Library
.SH SYNOPSIS
#include
.SH DESCRIPTION
The GNU Scientific Library (GSL) is a collection of
www.eeworm.com/read/101169/15842146
h gamedataentity.h
// GameDataEntity.h
//
// Class with all data needed to load a game data entity.
//
// A game data entity is a collection of files (GameFiles) with related data.
// Each game data entity has an
www.eeworm.com/read/101167/15842729
c ser_18c.c
// Program SER_18C.C
//
// This is a collection of routines to interface with a PC COM Port
// via a DS275 or MAX232 transceiver
//
// It also includes routines to receive characters and characte
www.eeworm.com/read/291895/8389150
txt readme.txt
fir_algs 1.1
fir_algs is a free and open collection of Finite Impulse Response (FIR) filter
algorithms written in C. It consists of "fir_algs.c" plus project file
www.eeworm.com/read/389714/8506860
txt readme.txt
ObjectMarker is a tool which lets you easily create an info file from your collection of images that contains your object you want to train.
Source code is attached that you can change everythinbg
www.eeworm.com/read/385281/8810396
html deque-deque.html
Code Fragment
/**
* Interface for a deque: a collection of objects that are i
www.eeworm.com/read/385281/8810490
html stack-stack.html
Code Fragment
/**
* Interface for a stack: a collection of objects that are i
www.eeworm.com/read/428887/8830982
l too.l
# 21oct07abu
# (c) Software Lab. Alexander Burger
### DB Garbage Collection ###
(de dbgc ()
(markExt *DB)
(let Cnt 0
(finally (mark 0)
(for (F . @) (or *Dbs (2))
(for
www.eeworm.com/read/184105/9121440
java rawdata.java
package org.julp;
import java.sql.*;
/**
* RawData is collection of DataHolders.
* Use it when you don't need *real* objects, just tabular data (reports?)
* Less overhead.