代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/123453/14631951
c parse.c
/*
* parse.c - implement parse.h interface
*
* Richard Braakman
*/
#include "gwlib/gwlib.h"
struct context
{
Octstr *data;
long pos;
long limit;
List *limit_stack;
int error;
www.eeworm.com/read/123453/14632622
c parse.c
/*
* parse.c - implement parse.h interface
*
* Richard Braakman
*/
#include "gwlib/gwlib.h"
struct context
{
Octstr *data;
long pos;
long limit;
List *limit_stack;
int error;
www.eeworm.com/read/223481/14639320
h siso.h
/* File siso.h
Description: General functions used to implement SISO decoding.
Copyright (C) 2005-2006 Matthew C. Valenti
Last updated on Mar. 14, 2006
Function siso are
www.eeworm.com/read/222777/14674040
c 14_sample_system.c
/* 14_case_study.c
Implement a simplified version of a real-time, video/audio/motion (VAM)
recording system.
Create three threads named: initializer, data_capture, event_recorder
www.eeworm.com/read/222299/14697873
c timer_o.c
/* Copyright 1999 Delphi Delco Electronics Systems */
/*
* Purpose: to implement a timer overflow counter for CAPCOM1 timer 0
*
* Author: kingdj
* Date: Wed Nov 19 15:53:17 EST 1997
* $Header: ti
www.eeworm.com/read/222058/14708919
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/121761/14739108
cpp cpolygon.cpp
#include"stdafx.h"
#include"CPolygon.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CPolygon,CUnit,1)
void CPolygon::Serialize(CArchive &ar)
{
CUnit::Serialize(ar);
if(ar.IsStoring())
{
www.eeworm.com/read/120960/14781153
cpp coloredit.cpp
// ColorEdit.cpp : 实现文件
//
#include "stdafx.h"
#include "SimpleCPU.h"
#include "ColorEdit.h"
#include ".\coloredit.h"
// CColorEdit
IMPLEMENT_DYNAMIC(CColorEdit, CEdit)
CColorEdit::CCo
www.eeworm.com/read/120724/14791969
cpp xtable.cpp
// XTable.cpp : implementation file
//
#include "stdafx.h"
#include "Table.h"
#include "XTable.h"
#define XTABLE_CLASSNAME _T("XTableCtrl") // Window class name
// XTable
IMPLEMENT_
www.eeworm.com/read/120089/14813087
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