代码搜索:Collection

找到约 10,000 项符合「Collection」的源代码

代码结果 10,000
www.eeworm.com/read/209560/15217490

readme

This collection of data structures is maintained by Kaz Kylheku INSTRUCTIONS Simply add the necessary .c and .h files to your project. Include the appropriate .h file in a
www.eeworm.com/read/209339/15223162

m magic_camera.m

% function: magic_camera % description: read an image containing a collection of objects on a flat % solid color background (i.e. a table) and produce (return & display) a % new image containing al
www.eeworm.com/read/206969/15284691

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 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/206968/15284747

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 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette
www.eeworm.com/read/490044/1209264

svn-base groundcontrolleragent.java.svn-base

package agents; import interfaces.GroundControllerInterface; import interfaces.LocalControllerInterface; import interfaces.PilotInterface; import java.util.ArrayList; import java.util.Collection; im
www.eeworm.com/read/483236/1278948

java ipbanlistmanagerif.java

package com.jdon.jivejdon.manager.block; import java.util.Collection; public interface IPBanListManagerIF { public abstract boolean isBanned(String remoteIp); public abstract void addBan
www.eeworm.com/read/482912/1281812

java teacherdao.java

package dao; import java.util.Collection; import entity.Teacher; public interface TeacherDAO { public Teacher selectAll(); public Teacher selectTeacherByTeacher(String login_name, String
www.eeworm.com/read/480930/1304905

c misc.c

/* * arch/sh/boot/compressed/misc.c * * This is a collection of several routines from gzip-1.0.3 * adapted for Linux. * * malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994 * * Adapte
www.eeworm.com/read/480930/1306424

c drivers.c

/* drivers.c Copyright (c) 1999 The Puffin Group This is a collection of routines intended to register all the devices in a system, and register device drivers. */ #include #inclu
www.eeworm.com/read/480930/1306526

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 and Matthias Urlichs 1994 * puts by Nick Holloway 1993, bette