代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/202824/15372009
m camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, Tobj)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D wo
www.eeworm.com/read/200462/15432403
h rsa.h
#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
This file contains classes that implement the RSA
ciphers and signature schemes as defined in PKCS #1 v2.0.
*/
#include "pubkey.h"
www.eeworm.com/read/200388/15434323
m camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, T)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D world
www.eeworm.com/read/111947/15499724
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/109741/15551000
java interfaceclass2.java
//c5:InterfaceClass2.java
//author:ZhangHongbin
//This program is protected by copyright laws.
//Implement of multi-interfaces.
interface InterfaceExample1
{
int i=4;
void func1();
}
in
www.eeworm.com/read/107118/15612606
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/105524/15665788
cpp account.cpp
// Account.cpp : 实现文件
//
#include "stdafx.h"
#include "MFCSample.h"
#include "Account.h"
// CAccount
IMPLEMENT_DYNCREATE(CAccount, CCmdTarget)
CAccount::CAccount()
: m_balance(0)
{
www.eeworm.com/read/105272/15672695
c disk_io.c
/* disk_io.c - implement abstract BIOS disk input and output */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
*
* This pr
www.eeworm.com/read/101167/15842869
c inteeprm.c
// Program INTEEPRM.C, (PIC12CE519) CCS PCB
//
// Illustrates how to write to and read from internal EEPROM on the PIC12CE519.
//
// Note that I was unable successfully implement the MicroChip
//
www.eeworm.com/read/100897/15862709
cpp cjsortclass.cpp
// Copyright (c) Iuri Apollonio 1998
// Use & modify as you want & need, and leave those 3 lines.
// http://www.codeguru.com
// class extended by Max Poliashenko.
//
// CJSortClass.cpp: implement