代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/237753/4620956
ptf flowlabtc.ptf
[ch_fifo]
Generate Post-Map Static Timing=false
Generate Post-Place & Route Static Timing=true
Implement Design=true
Map=false
Place & Route=false
Synthesize=true
www.eeworm.com/read/237753/4621072
ptf flowlabtc.ptf
[ch_fifo]
Generate Post-Map Static Timing=false
Generate Post-Place & Route Static Timing=true
Implement Design=true
Map=false
Place & Route=false
Synthesize=true
www.eeworm.com/read/237118/4631940
c mpegaudiodec.c
// TODO
// Implement de-emphasis, maybe.
// First few milliseconds of MPEG 2.5 files sometimes have a glitch.
/*
* MPEG Audio decoder
* Copyright (c) 2001, 2002 Fabrice Bellard.
*
* This librar
www.eeworm.com/read/237048/4635271
java transportlayerheader.java
/*
* $Id: TransportLayerHeader.java,v 1.1 2003/11/25 11:52:21 epr Exp $
*/
package org.jnode.net;
/**
* Headers of a TransportLayer must implement this interface.
*
* @author epr
* @s
www.eeworm.com/read/233693/4665397
h scalar_group.h
/*
* scalar.h
*/
#ifndef NETSNMP_SCALAR_GROUP_H
#define NETSNMP_SCALAR_GROUP_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* The scalar group helper is designed to implement a group of
* scalar o
www.eeworm.com/read/233448/4672317
c vararg-1.c
// C++/15119
// This ICEd in substitute_placeholder_in_expr because it did not
// implement the 4 element trees.
// Orginal test by:
// Reduced by:
/* { dg-
www.eeworm.com/read/232407/4699893
cpp datagramsocket.cpp
//DatagramSocket.cpp
/*
Copyright 2000-2004 The VCF Project.
Please see License.txt in the top level directory
where you installed the VCF.
*/
// Provides constructors and relegate "real" implement
www.eeworm.com/read/229812/4739921
c tc22.c
// Borland and MetaWare create a file-scope class T friend!
// CFRONT changes template-arg T! (this is after we remove the
// use of 'T' as a base class (3.0.2 didn't implement it!))
struct U {
www.eeworm.com/read/223561/4810611
java imagealbum.java
// Exercise 25.12: ImageAlbum.java
// This application uses file processing to implement an image album
// with image having its own text description.
import java.awt.*;
import java.awt.event.*;