代码搜索:Collection

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

代码结果 10,000
www.eeworm.com/read/494783/1153168

h gth.h

/* * Parameters for GTH board * Based on FADS860T * by thomas.lange@corelatus.com * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied
www.eeworm.com/read/490616/1196585

java studentaction.java

/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */ package web.action; import java.util.Collection; import javax.servlet.http.HttpServletRequest; import
www.eeworm.com/read/490616/1196591

java papertypeaction.java

/* * Generated by MyEclipse Struts * Template path: templates/java/JavaClass.vtl */ package web.action; import java.util.Collection; import javax.servlet.http.HttpServletRequest; import
www.eeworm.com/read/489924/1209933

java loginsessionbean.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package demo; import javax.ejb.Stateless; import com.eonline.model.*; import java.util.Collection;
www.eeworm.com/read/489559/1217270

h ads860.h

/* * A collection of structures, addresses, and values associated with * the Motorola 860 ADS board. Copied from the MBX stuff. * Magnus Damm added defines for 8xxrom and extended bd_info. *
www.eeworm.com/read/489559/1217310

h gth.h

/* * Parameters for GTH board * Based on FADS860T * by thomas.lange@corelatus.com * A collection of structures, addresses, and values associated with * the Motorola 860T FADS board. Copied
www.eeworm.com/read/480930/1310847

h mbx.h

/* * BK Id: SCCS/s.mbx.h 1.11 08/17/01 15:23:17 paulus */ /* * A collection of structures, addresses, and values associated with * the Motorola MBX boards. This was originally created for the *
www.eeworm.com/read/476965/1365123

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/474498/1393654

java authdao.java

package sample.auth; import java.util.Collection; import org.acegisecurity.GrantedAuthority; import org.acegisecurity.userdetails.UserDetails; import org.springframework.dao.DataAccessExceptio
www.eeworm.com/read/473346/1400227

java arrayserializertest.java

package net.buffalo.protocal; import java.io.StringWriter; import net.buffalo.protocal.converters.DefaultConverterLookup; import net.buffalo.protocal.converters.collection.ArrayConverter; impo