代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/184302/9112441
cpp crc16.cpp
#include "crc16.h"
// This class provides functions for computing 16-bit CRC values.
// It implements both a slow bit-at-a-time method and a table-driven
// method. The simple method was implement
www.eeworm.com/read/281848/9129738
java ex8(5).java
// containers/Ex8.java
// TIJ4 Chapter Containers, Exercise 8, page 821
/* Create a generic, singly linked list class called SList, which, to keep
* things simple, does not implement the List inter
www.eeworm.com/read/281848/9130128
java ex21(2).java
// arrays/Ex21.java
// TIJ4 Chapter Arrays, Exercise 21, page 782
// Try to sort an array of the objects in Exercise 18. Implement
// Comparable to fix the problem. Now create a Comparator to sort
www.eeworm.com/read/183903/9130937
cpp xreducetestdlg.cpp
// XReduceTestDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "reduce.h"
#include "XReduceTestDlg.h"
#include
// XReduceTestDlg 对话框
IMPLEMENT_DYNAMIC(XReduceTestDlg, CDialog)
www.eeworm.com/read/182117/9216745
cpp presentdialog.cpp
// PresentDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "SoccerDoctor.h"
#include "PresentDialog.h"
#include "Displayer.h" // CDisplayer
// CPresentDialog 对话框
IMPLEMENT_DYNAMIC(CPrese
www.eeworm.com/read/181563/9245877
todo
ToDo-List / Wishlist for lcd4linux
// 2000-04-04 Michael Reinelt
// implement some sort of 'graphs', similar to bars, but with a time axis
// can be filled (made up of bars) or not
www.eeworm.com/read/372123/9520628
cpp mappage.cpp
// MapPage.cpp : implementation file
//
#include "stdafx.h"
#include "DataMan.h"
#include "MapPage.h"
#include ".\mappage.h"
#include "DataManview.h"
// CMapPage dialog
IMPLEMENT_DYNAMIC
www.eeworm.com/read/175135/9558489
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/366065/9834242
httpd
#
# The httpd_ procedures implement a stub http server.
#
# Copyright (c) 1997-1998 Sun Microsystems, Inc.
# Copyright (c) 1999-2000 Scriptics Corporation
#
# See the file "license.terms" for informat
www.eeworm.com/read/168924/9887994
c hamming.c
#include "hamming.h"
/**
hamming.c Implement Hamming(15,11) code
Hamming(bitstrm, flag)
int *bitstrm data bit stream
int flag 0 = ENCODE, 1 = DECODE
**/
static void GenParity(