代码搜索:Functionality

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

代码结果 4,782
www.eeworm.com/read/475585/6773560

cpp svpaint.cpp

// Copyright 2007 Google Inc. All Rights Reserved. // // Author: Joern Wanke // // Simple drawing program to illustrate ScrollView capabilities. // // Functionality: // - The menubar is used to select
www.eeworm.com/read/230048/6789231

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
www.eeworm.com/read/194630/8189056

cs wave.cs

using System; using System.IO; using System.Runtime.InteropServices; using Windows; namespace GXSoundLibrary { /// /// Defines functionality common to playing and recording wave f
www.eeworm.com/read/294538/8219988

txt extensions.txt

This document describes the extensions I've made to the DC protocol, to be able to support extra functionality. Those are of course subject to change and discussion but I'll try to keep it as up to
www.eeworm.com/read/173823/9634185

java rmilightbulbimpl.java

// Chapter 11, Listing 2 public class RMILightBulbImpl // Extends for remote object functionality extends java.rmi.server.UnicastRemoteObject // Implements a light bulb RMI interface implemen
www.eeworm.com/read/171153/9768800

java osxadapter.java

/* File: OSXAdapter.java Abstract: A single class with clear, static entry points for hooking existing preferences, about, quit functionality from an existing Java app into handlers for t
www.eeworm.com/read/265935/11249162

cpp bcmenu.cpp

// This is a modified version of Brent Corkums BCMenu class. // It has been optimized for the menus in KeePass; the class doesn't // have all the functionality of the original class any more! // I
www.eeworm.com/read/265935/11249184

h bcmenu.h

// This is a modified version of Brent Corkums BCMenu class. // It has been optimized for the menus in KeePass; the class doesn't // have all the functionality of the original class any more! // I
www.eeworm.com/read/147363/12559161

h richedit.h

/* * RICHEDIT.H * * Purpose: * RICHEDIT v2.0 public definitions. Note that there is additional * functionality available for v2.0 that is not in the original * Windows 95 release. *
www.eeworm.com/read/237957/13918058

cc demowavpack.cc

//file: demoWavPack.cc //Shows some of the functionality of the Wavelet Library, namely: //we denoise a noisy signal using the nonlinear thresholding algorithm //of Donoho and Johnstone (D&J). This is