代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4591727
release-notes
2002-05-02
Release Notes
-------------
The Standard C++ Library, or libstdc++-v3, is an ongoing project
to fully implement the ISO 14882 Standard C++ library as described in
chapters 17 through 27
www.eeworm.com/read/237227/4629366
svn-base avr.tex.svn-base
This section describes how to implement Efsl on a AVR $\mu C$ connected to
an SD-Card (SPI). For getting efsl to compile, the avr-gcc compiler and
avr-libc library are required. On Windows you should
www.eeworm.com/read/237227/4629375
tex avr.tex
This section describes how to implement Efsl on a AVR $\mu C$ connected to
an SD-Card (SPI). For getting efsl to compile, the avr-gcc compiler and
avr-libc library are required. On Windows you should
www.eeworm.com/read/237048/4635193
java networklayerheader.java
/*
* $Id: NetworkLayerHeader.java,v 1.1 2003/11/25 11:52:21 epr Exp $
*/
package org.jnode.net;
/**
* Headers of a NetworkLayer must implement this interface.
*
* @author epr
* @see o
www.eeworm.com/read/233448/4690426
release-notes
2002-05-02
Release Notes
-------------
The Standard C++ Library, or libstdc++-v3, is an ongoing project
to fully implement the ISO 14882 Standard C++ library as described in
chapters 17 through 27
www.eeworm.com/read/228004/4767437
h siso.h
/* File siso.h
Description: General functions used to implement SISO decoding.
Copyright (C) 2005-2006 Matthew C. Valenti
Last updated on Jan. 11, 2006
Functions Gamma an
www.eeworm.com/read/221815/4825777
java systemlog.java
package com.meybosoft.microerp.system;
import java.io.Serializable;
import java.util.Date;
import com.easyjf.dbo.annotation.*;
@Table(tableName="SystemLogInfo")
public class SystemLog implement
www.eeworm.com/read/219228/4849263
cpp wx-main-sh.cpp
#include "main.h"
IMPLEMENT_APP(MyApp);
bool MyApp::OnInit()
{
MyFrame* frame = new MyFrame(0L, _("wxWidgets Application Template"));
frame->Show();
return true;
}
int idMenuQuit = wx
www.eeworm.com/read/216802/4886230
c stubs.c
/*
* KERNEL32.DLL stubs (STUB functions)
* Remove from this file, if you implement them.
*/
#include
#define NDEBUG
#include "../include/debug.h"
#define STUB \
SetLastErr
www.eeworm.com/read/213767/4912445
txt 0006.txt
To write your own custom highlighter module, you just need to:
# inherit from @Syntax::Convertors::Abstract@
# implement the @convert@ method
You can use the @syntax/convertors/html.rb@ file as an e