代码搜索:implementing

找到约 2,669 项符合「implementing」的源代码

代码结果 2,669
www.eeworm.com/read/440906/1782806

cc natgtkframepeer.cc

// This file was created by `gcjh -stubs'. -*- c++ -*- // // This file is intended to give you a head start on implementing native // methods using CNI. // Be aware: running `gcjh -stubs ' once more f
www.eeworm.com/read/440906/1782807

cc natgtktoolkit.cc

// This file was created by `gcjh -stubs'. -*- c++ -*- // // This file is intended to give you a head start on implementing native // methods using CNI. // Be aware: running `gcjh -stubs ' once more f
www.eeworm.com/read/440906/1782812

cc natgtkmainthread.cc

// This file was created by `gcjh -stubs'. -*- c++ -*- // // This file is intended to give you a head start on implementing native // methods using CNI. // Be aware: running `gcjh -stubs ' once more f
www.eeworm.com/read/439082/1818862

c zlib.c

/* * This file is derived from various .h and .c files from the zlib-1.0.4 * distribution by Jean-loup Gailly and Mark Adler, with some additions * by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/430518/1927791

c zlib.c

/* * This file is derived from various .h and .c files from the zlib-1.0.4 * distribution by Jean-loup Gailly and Mark Adler, with some additions * by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/421629/2051349

java statistics.java

package weka.core; /** * Class implementing some distributions, tests, etc. The code is mostly adapted from the CERN * Jet Java libraries: * * Copyright 2001 University of Waikato * Copyright 1
www.eeworm.com/read/413855/2157460

cc spantree.cc

/* * spantree.{cc,hh} -- element implementing IEEE 802.1d protocol for * Ethernet bridges * John Jannotti * * Copyright (c) 1999-2000 Massachusetts Institute of Technology * * Permission is her
www.eeworm.com/read/402041/2333540

java trinetserial.java

package org.trinet.waveserver.rt; import java.io.*; /** Abstract base class for objects implementing the WaveClient API serialization protocol * Concrete subclasses must implement both the readDa
www.eeworm.com/read/396844/2407799

txt copyright.txt

COPYRIGHT --------- SOM Toolbox 2.0, a software library for Matlab 5 implementing the Self-Organizing Map algorithm is Copyright (C) 1999 by Esa Alhoniemi, Johan Himberg, Jukka Parviainen and Juha Ve
www.eeworm.com/read/377738/2697067

cpp pex12_3.cpp

#include #pragma hdrstop #include "seqlist2.h" // collection class implementing insertion and // deletion at the middle of a sequential list template class MidList: pu