代码搜索:virtual
找到约 10,000 项符合「virtual」的源代码
代码结果 10,000
www.eeworm.com/read/261161/11663353
h virtual.h
/*
* virtual.h
*
* Copyright (C) 2006 Insigme Co., Ltd
*
* Authors:
* - Liwei Zhou
*
* This software has been developed while working on the Linux Unified Kernel
* project (http://linux.ins
www.eeworm.com/read/151476/12207851
cpp virtual.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/251076/12366123
cs virtual.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ConsoleTest
{
// Define the base class
class Car
{
public virtual void DescribeCar()
www.eeworm.com/read/230291/14294056
c virtual.c
/*
This is a C++ run-time library for Windows kernel-mode drivers.
Copyright (C) 2004 Bo Brant閚.
*/
/*
The following is a modified subset of wine/dlls/kernel/virtual.c
from ver
www.eeworm.com/read/126945/14393365
exe virtual.exe
www.eeworm.com/read/126945/14393367
asm virtual.asm
;*************************
;文件:Virtual.asm *
;功能:使用虚拟内存 *
;*************************
.386p
.model flat,stdcall ;平坦内存模式,标准调用
;常量定义
NULL = 0
MB_OK = 0
MEM_RESERVE = 2000H
MEM_
www.eeworm.com/read/121515/14754935
cpp virtual.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/114372/15056452
cpp virtual.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/206113/15300130
cpp virtual.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/5590/64757