代码搜索:specified
找到约 10,000 项符合「specified」的源代码
代码结果 10,000
www.eeworm.com/read/378106/9250853
cfg at91rm9200dk.cfg
[Title]
ATMEL AT91RM9200 Demonstration Kit
;---------------------- THUNDER part ---------------------------
[TAP 0] ;
ARM920T
; Tell the Server to interrogate the device to gather IDCODE d
www.eeworm.com/read/377928/9257490
java cgraph.java
package id3;
import java.util.*;
import shared.*;
import shared.Error;
/** CGraph is derived from LEDA's CGRAPH This allows
* us to add functions.
* @author James Lo
www.eeworm.com/read/180072/9320973
1 djpeg.1
.TH DJPEG 1 "22 August 1997"
.SH NAME
djpeg \- decompress a JPEG file to an image file
.SH SYNOPSIS
.B djpeg
[
.I options
]
[
.I filename
]
.LP
.SH DESCRIPTION
.LP
.B djpeg
decompresses the named JPEG
www.eeworm.com/read/180069/9321501
cfg at91rm9200dk.cfg
[Title]
ATMEL AT91RM9200 Demonstration Kit
;---------------------- THUNDER part ---------------------------
[TAP 0] ;
ARM920T
; Tell the Server to interrogate the device to gather IDCODE d
www.eeworm.com/read/179568/9350268
c os_time.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
/*
*********************************************************************************************************
*
www.eeworm.com/read/375295/9365087
h targetver.h
#pragma once
// The following macros define the minimum required platform. The minimum required platform
// is the earliest version of Windows, Internet Explorer etc. that has the necessary featu
www.eeworm.com/read/179160/9367618
c os_time.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
/*
*********************************************************************************************************
*
www.eeworm.com/read/178956/9380484
java actionexception.java
package ezmail;
public class ActionException extends Exception {
/**
* Constructs an ActionException with null as the error message.
*/
public ActionException() {
}
/**
* C