代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/307266/3726541
cpp ebrick2.cpp
/*
* Test program to implement Comb method for fast
* computation of x.G, on the elliptic curve E(F_2^m) for fixed G and E,
* using precomputation.
* This idea can be used to substan
www.eeworm.com/read/304060/3803603
java module.java
/**
* Module interface which all modules should implement.
* @author Camilla Clifford
* @version 2003/03/22
*/
package pipe.modules;
import pipe.dataLayer.DataLayer;
public interface Mo
www.eeworm.com/read/303435/3811282
lib docpkge.par.lib
DOCPKGE - Function to implement the CWP self-documentation facility
requestdoc give selfdoc on user request (i.e. when name of main is typed)
pagedoc print self documentation string
Function Protot
www.eeworm.com/read/299781/3850871
changes
Changes from version 0.4b to version 0.5
========================================
- New superblock fields: s_lastcheck and s_checkinterval added
by Uwe Ohse to implement timedep
www.eeworm.com/read/299778/3850972
java ratingscalepanel.java
package abchr.gui.modulecontrols;
import abchr.ProjectModule;
import abchr.RatingScaleModule;
import javax.swing.*;
import java.awt.*;
public class RatingScalePanel extends JPanel implement
www.eeworm.com/read/294767/3915257
txt text.txt
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it's useful to implement "View file" feature in your appl
www.eeworm.com/read/294145/3919803
readme
1) Incremental plots
IncrementalPlot shows an example how to implement a plot that
displays growing data.
The example produces random data when you push the start button.
With 'Timer' you can adjus
www.eeworm.com/read/291849/3962143
cpp myscrollview.cpp
// MyScrollView.cpp : 实现文件
//
#include "stdafx.h"
#include "SAMPLE10_3.h"
#include "MyScrollView.h"
// CMyScrollView
IMPLEMENT_DYNCREATE(CMyScrollView, CView)
CMyScrollView::CMyScroll
www.eeworm.com/read/291165/3969632
readme
1) Incremental plots
IncrementalPlot shows an example how to implement a plot that
displays growing data.
The example produces random data when you push the start button.
With 'Timer' you can adjus
www.eeworm.com/read/289141/3995179
cpp mbutton.cpp
#include "StdAfx.h"
#include "MButton.h"
IMPLEMENT_DYNAMIC(MCBitmapButton, CBitmapButton)
BEGIN_MESSAGE_MAP(MCBitmapButton, CBitmapButton)
ON_WM_LBUTTONUP()
END_MESSAGE_MAP()
MCBitmapButton