代码搜索:Implement

找到约 10,000 项符合「Implement」的源代码

代码结果 10,000
www.eeworm.com/read/190997/8435351

cpp edithex.cpp

// EditHex.cpp : implementation file // #include "stdafx.h" #include "AESDemo.h" #include "EditHex.h" // CEditHex IMPLEMENT_DYNAMIC(CEditHex, CEdit) CEditHex::CEditHex() : m_State(EMH
www.eeworm.com/read/290607/8472335

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/290174/8499406

cpp proppageother.cpp

// PropPageOther.cpp : 实现文件 // #include "stdafx.h" #include "S18_01.h" #include "PropPageOther.h" // CPropPageOther 对话框 IMPLEMENT_DYNCREATE(CPropPageOther, COlePropertyPage) // 消息
www.eeworm.com/read/290066/8507773

c bios.c

/* bios.c - implement C part of low-level BIOS disk input and output */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000 Free Software Foundation, Inc. * * This program is fre
www.eeworm.com/read/433274/8534378

h personi.h

#ifndef PERSONI_H #define PERSONI_H // %%DYNOBJ section general // This section is auto-generated and manual changes will be lost when regenerated!! #ifdef DO_IMPLEMENT_PERSONI #define DO_IMPLEME
www.eeworm.com/read/289524/8545965

txt c code.txt

/* Code to implement the improved SAFER-SK form of the SAFER cipher, originally published as "SAFER K-64: A Byte-Oriented Block-Ciphering Algorithm", James L. Massey, "Fast Software Encryption
www.eeworm.com/read/187999/8580571

c core.c

/* * core.c: implement the routes used to access the core * registers under DEBUG state. * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #include #include "../ty
www.eeworm.com/read/288458/8631014

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/187393/8642204

c core.c

/* * core.c: implement the routes used to access the core * registers under DEBUG state. * * Copyright (C) 2004, OPEN-JTAG, All rights reserved. */ #include #include "../ty
www.eeworm.com/read/387762/8655266

h grmat.h

#include #include // Used by the mark array #define UNVISITED 0 #define VISITED 1 #include "graph.h" class Graphm : public Graph { // Implement adjacency matrix privat