代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/251351/12351030
pas idattachmentmemory.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/337331/12376294
cpp uniqu.cpp
//////////////////////////////////////////////////
// //
//程序名:唯一可译码判断程序 //
//使用方法:1。输入信源符号个数(即码的个数) //
// 2。逐个输入码字
www.eeworm.com/read/149358/12386116
java producthome.java
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface ProductHome extends EJBHome {
public Product create(String productId, String description,
www.eeworm.com/read/149045/12405940
cs messagecollection.cs
using System;
namespace SocketLibrary
{
public class MessageCollection:System.Collections.CollectionBase
{
public MessageCollection()
{
}
public void Add(Message value) {
www.eeworm.com/read/149045/12405991
cs messagecollection.cs
using System;
namespace SmartDeviceApplication5
{
public class MessageCollection:System.Collections.CollectionBase
{
public MessageCollection()
{
}
public void Add(Message val