代码搜索:implementing

找到约 2,669 项符合「implementing」的源代码

代码结果 2,669
www.eeworm.com/read/376895/9301953

cpp vncencodercursor.cpp

// Copyright (C) 2000 Const Kaplinsky. All Rights Reserved. #include "vncEncoder.h" #include "vncBuffer.h" #include "vncDesktop.h" // // New code implementing cursor shape updates. // BOOL
www.eeworm.com/read/375764/9350101

h minpq.h

/**@file Functions and structures for implementing a minimizing priority queue. Copyright (C) 2006 Rob Hess @version 1.1.1-20070330 */ #ifndef MINPQ_H #define MINPQ_H
www.eeworm.com/read/175308/9552719

ex-21-12

// Example 21-12: Implementing an asynchronous network file server using System; using System.Net.Sockets; using System.Text; using System.IO; // get a file name from the client // open the
www.eeworm.com/read/175308/9552739

ex-21-13

//Example 21-13: Implementing a client for an asynchronous network file server using System; using System.Net.Sockets; using System.Threading; using System.Text; using System.Runtime.Serializat
www.eeworm.com/read/175135/9558428

cpp mytime3.cpp

// mytime3.cpp -- implementing Time methods #include "mytime3.h" Time::Time() { hours = minutes = 0; } Time::Time(int h, int m ) { hours = h; minutes = m; } void Time::Ad
www.eeworm.com/read/359592/10134875

exp classroom.exp

# $Id: classroom.exp,v 1.3 2006/09/23 09:27:59 peterc Exp $ # Copyright (C) 2003 Tarantella, Inc. # # Source file for implementing shadowing of a single session # by multiple read only sessions #
www.eeworm.com/read/358952/10174773

tcl filecopy.tcl

# FILECOPY.TCL - Setup procedures for implementing file-copying wizard page # # Copyright 1999-2003 Wind River Systems, Inc # # modification history # -------------------- # 03h,27feb03,bjl changed
www.eeworm.com/read/358682/10182082

cpp mytime3.cpp

// mytime3.cpp -- implementing Time methods #include "mytime3.h" Time::Time() { hours = minutes = 0; } Time::Time(int h, int m ) { hours = h; minutes = m; } void Time::Ad
www.eeworm.com/read/280232/10344978

tcl readme.tcl

# README.TCL - Setup procedures for implementing readme wizard page # # Copyright 1999-2003 Wind River Systems, Inc # # modification history # -------------------- # 03c,29apr03,bjl text rewording. #
www.eeworm.com/read/280232/10345002

tcl folder.tcl

# FOLDER.TCL - Setup procedures for implementing folder wizard page # # Copyright 1999-2003 Wind River Systems, Inc # # modification history # -------------------- # 03g,29apr03,bjl text rewording.