代码搜索:SPECIFICATION
找到约 8,023 项符合「SPECIFICATION」的源代码
代码结果 8,023
www.eeworm.com/read/258172/11880684
v eth_phy_defines.v
// Address of PHY device (LXT971A)
`define ETH_PHY_ADDR 5'h01
// LED/Configuration pins on PHY device - see the specification, page 26, table 8
// Initial set of bits 13, 12 and
www.eeworm.com/read/344208/11901927
reg slp.test.reg
#############################################################################
#
# OpenSLP registration file
#
# May be used to register services for legacy applications that do not use
# the SLPAPIs t
www.eeworm.com/read/344208/11902029
reg slp.test.reg
#############################################################################
#
# OpenSLP registration file
#
# May be used to register services for legacy applications that do not use
# the SLPAPIs t
www.eeworm.com/read/342767/11999667
m octspec.m
function [g,f] = octspec(B,A,Fs,Fc,s,n);
% OCTSPEC Plots an octave filter characteristics.
% OCTSPEC(B,A,Fs,Fc) plots the attenuation of the filter defined by
% B and A at sampling frequency Fs
www.eeworm.com/read/340916/12124765
cpp ex3_08.cpp
// Ex3_08.cpp
// Summing integers with a for loop
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
int i = 0, sum = 0;
const int max = 10;
fo
www.eeworm.com/read/150903/12251413
html package.html
Begin with a one sentence summary about this package
www.eeworm.com/read/130042/14210308
java fslossentry.java
package shared;
/** FSLossEntry class contains information about loss specification entries in the FileSchema
* class.
*/
public class FSLossEntry {
/** Predicted value of the entry.
www.eeworm.com/read/231181/14248792
hpp filehunter.hpp
#pragma ident "$Id: FileHunter.hpp 70 2006-08-01 18:36:21Z ehagen $"
/**
* @file FileHunter.hpp
* Find all files matching a specification.
*/
#ifndef GPSTK_FILEHUNTER_HPP
#define GPSTK_FILEHUNT
www.eeworm.com/read/129220/14257304
java fslossentry.java
package shared;
/** FSLossEntry class contains information about loss specification entries in the FileSchema
* class.
*/
public class FSLossEntry {
/** Predicted value of the entry.
www.eeworm.com/read/127767/14336913
txt e217. listing all permissions granted to a loaded class.txt
This example retrieves all the permissions granted to a particular class. These permissions are effective only if a security manager is installed (see e212 Enabling the Security Manager). However, wit