代码搜索:Implementations
找到约 4,027 项符合「Implementations」的源代码
代码结果 4,027
www.eeworm.com/read/333109/12702021
txt readme.txt
Summary
-------
This directory contains ASM implementations of the functions
longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t),
for use with Microsoft Macro Assemble
www.eeworm.com/read/147331/5732487
c execr.c
/* Reentrant versions of execution system calls. These
implementations just call the usual system calls. */
#include
#include
#include
#include
/*
www.eeworm.com/read/124347/6051937
c execr.c
/* Reentrant versions of execution system calls. These
implementations just call the usual system calls. */
#include
#include
#include
#include
/*
www.eeworm.com/read/494160/6379598
tli msado15.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (42693240).
//
// c:\documents and settings\administrator\桌面\c++项目\tm\02\源程序\debug\msado15.tli
//
// Wrapper implementations for Win
www.eeworm.com/read/124300/14577517
txt acme包中的以post方式发送数据的例子.txt
package Acme;
import java.net.*;
import java.io.*;
import java.util.*;
import java.text.*;
/// A URLConnection that implements POST.
//
// Some implementations of URLConnection, e.g. th
www.eeworm.com/read/224427/14593862
tli mso.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.9782.0 (2fcb304a).
//
// mso.tli
//
// Wrapper implementations for Win32 type library c:\\Program Files\\Common Files\\Microsoft Shared\\OF
www.eeworm.com/read/222129/14703590
tli registerex.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (20f51b49).
//
// RegisterEx.tli
//
// Wrapper implementations for Win32 type library ..\\..\\RegisterEx\\RegisterEx.tlb
// compile
www.eeworm.com/read/480017/1323381
java errorreporter.java
// $Id: ErrorReporter.java 3974 2004-06-29 02:40:43Z pgmjsd $
package org.hibernate.hql.ast;
import antlr.RecognitionException;
/**
* Implementations will report or handle errors invoked by a
www.eeworm.com/read/247212/4483896
cc tricky_impl.cc
/*
* Implementations
*/
#include "tricky.h"
#include "tricky_impl.h"
CORBA::ValueBase *
vt_factory::create_for_unmarshal ()
{
return new vt_impl;
}
CORBA::ValueBase *
base_factory::create_for_
www.eeworm.com/read/347918/3161788
java weightsinspection.java
/*
* User: Harry Glasgow
* Date: 12/12/2002
* Time: 18:39:22
* Class to get bias values for a Layer.
*/
package org.joone.inspection.implementations;
import org.joone.inspection.Inspection;
impo