代码搜索:Netcom
找到约 598 项符合「Netcom」的源代码
代码结果 598
www.eeworm.com/read/340194/12174763
cpp dom2_rangeimpl.cpp
/**
* This file is part of the DOM implementation for KDE.
*
* (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 2000 Gunnstein Lye (gunnstein@netcom.no)
* (C) 2000 Frederik Holljen (frederik.hollje
www.eeworm.com/read/252180/12295546
mms makefile.mms
# Makefile for Independent JPEG Group's software
# This makefile is for use with MMS on Digital VMS systems.
# Thanks to Rick Dyson (dyson@iowasp.physics.uiowa.edu)
# and Tim Bell (tbell@netcom.com)
www.eeworm.com/read/336620/12429335
mms makefile.mms
# Makefile for Independent JPEG Group's software
# This makefile is for use with MMS on Digital VMS systems.
# Thanks to Rick Dyson (dyson@iowasp.physics.uiowa.edu)
# and Tim Bell (tbell@netcom.com)
www.eeworm.com/read/234516/14110580
mms makefile.mms
# Makefile for Independent JPEG Group's software
# This makefile is for use with MMS on Digital VMS systems.
# Thanks to Rick Dyson (dyson@iowasp.physics.uiowa.edu)
# and Tim Bell (tbell@netcom.com)
www.eeworm.com/read/126082/14446666
mms makefile.mms
# Makefile for Independent JPEG Group's software
# This makefile is for use with MMS on Digital VMS systems.
# Thanks to Rick Dyson (dyson@iowasp.physics.uiowa.edu)
# and Tim Bell (tbell@netcom.com)
www.eeworm.com/read/226401/14476733
java task.java
package com.ict.netcom2.task;
import java.io.*;
public class Task implements Serializable {
private int taskId;
private long delay;
private boolean isRoutine;
private TaskParam param;
www.eeworm.com/read/226401/14476742
java httpperftaskparam.java
package com.ict.netcom2.task;
import java.io.*;
public class HttpPerfTaskParam extends TaskParam {
private long testTimes;
private int port;
private int interval;
private int pr
www.eeworm.com/read/226401/14476788
java taskencoder.java
package com.ict.netcom2.trash;
import java.io.*;
public class TaskEncoder {
public static byte[] encodeHttpRefTask(long testTimes, int port,
int interval, int protoType, String url
www.eeworm.com/read/226401/14476798
java tcpmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
/**
* 44 * 24 = 1056 bytes
*/
public class TCPMetric {
public static final int length = 1056;
public MetricUnit http =
www.eeworm.com/read/226401/14476805
java macmetric.java
package com.ict.netcom2.metric;
import java.nio.ByteBuffer;
/**
* 15 * 24 = 360 bytes
* @author as
*
*/
public class MacMetric {
public static final int length = 360;
public M