代码搜索:Functionality

找到约 4,782 项符合「Functionality」的源代码

代码结果 4,782
www.eeworm.com/read/364489/2903740

cpp testexceldriver.cpp

// TestExcelDriver.cpp // // Testing Excel output functionality // // (C) Datasim Education BV 2003 #include "exceldriver.hpp" int main() { // Initialise COM Runtime CoInitialize(NU
www.eeworm.com/read/362572/2931154

java threadinterrupt.java

/** * Tests for Thread.interrupt() * This tests only basic functionality, no corner cases. * * @author Godmar Back */ public class ThreadInterrupt { /* * See if
www.eeworm.com/read/356555/3040713

plugins

WebMail Plugin support ====================== Since version v0.6.0, WebMail supports so-called plugins that are loaded at WebMail boot time and are all singletons that provide some functionality
www.eeworm.com/read/351636/3103107

cxx test_link.cxx

// This is to make sure that the testlib functionality can be used // even if it is not used to create a test driver. That is, we should // be able to link against testlib even if we don't register
www.eeworm.com/read/267735/4259755

c reitp.c

/* * reitp.c * * Purpose: * Test program for RichEdit. Excercises main RichEdit * functionality while providing a good replacement for notepad. * * Owner: */ #include "preinc.h
www.eeworm.com/read/261052/4325792

readme

This directory is intended to house modules which are used for testing server functionality. They're unsupported, and not guaranteed to remain consistant between releases. You're on your own complet
www.eeworm.com/read/253272/4398940

java positionimpl.java

/* PositionImpl - A class to implement the functionality of the position of one piece of a chess game. Copyright (C) 2003 The Java-Chess team This progra
www.eeworm.com/read/253272/4398987

java gamenotation.java

/* GameNotation - This interace defines the functionality to notate a entire game. Copyright (C) 2003 The Java-Chess team This program is free software;
www.eeworm.com/read/253272/4398988

java gamenotationimpl.java

/* GameNotationImpl - This class implements the functionality to notate an entire game. Copyright (C) 2003 The Java-Chess team This program is free so
www.eeworm.com/read/252364/4409190

java greenhousecontrols.java

//: c08:GreenhouseControls.java // This produces a specific application of the // control system, all in a single class. Inner // classes allow you to encapsulate different // functionality for ea