代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/223481/14639221
m bitcollection.m
function y = BitCollection( systematic_t, parity_1_t, parity_2_t, N_row )
% BitCollection performs the bit collection operation (used in HSDPA encoder)
%
% The calling syntax is:
% y = BitColl
www.eeworm.com/read/122800/14667992
readme
This is Andrew McCallum's modification of Miles
Bader's `argp' functions.
`argp' is a collection of functions in GNU libc 2.x that provides
powerful command-line argument processi
www.eeworm.com/read/121304/14760481
java topicserverimpl.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.io.IOException;
import java.util.Collection;
import java.util.ArrayList;
import java.util.Iterator;
impo
www.eeworm.com/read/121304/14760484
java worker.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
import java.io.IOException;
import java.util.Collection;
import java.util.ArrayList;
import java.util.Iterator;
impo
www.eeworm.com/read/14252/325034
txt wizardintropagetext.txt
Welcome!
This wizard will help you begin organizing your music collection and get you started playing your music.
What is 'My Music'?
My Music helps you organize the music you have on your co
www.eeworm.com/read/494572/1158066
java order.java
package feng.shoppingcart.entity;
import java.io.*;
import java.util.*;
public class Order implements Serializable {
private Integer id;
private Collection items=new HashSet();
private