代码搜索:engine
找到约 10,000 项符合「engine」的源代码
代码结果 10,000
www.eeworm.com/read/450881/1668895
cpp engine.cpp
// engine.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "engine.h"
#include
// construct/destruct
CGameEngine::~CGameEngine()
{
delete iOtherAddress;
www.eeworm.com/read/450881/1668901
h engine.h
// engine.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#ifndef __ENGINE_H
#define __ENGINE_H
#include
#include
#include "gsdp.h"
class CGameEngine
www.eeworm.com/read/450881/1668912
cpp engine.cpp
// engine.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "engine.h"
// construct/destruct
CGameEngine::~CGameEngine()
{
delete iLastSent;
delete iLastReceive
www.eeworm.com/read/450881/1668919
h engine.h
// engine.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#ifndef __ENGINE_H
#define __ENGINE_H
#include
#include
class CGameEngine : public CBase
{
www.eeworm.com/read/450881/1668954
cpp engine.cpp
// engine.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "engine.h"
#include
enum TPanic
{
EBadShipType, // TShip constructor given bad argument
ES
www.eeworm.com/read/450881/1668964
h engine.h
// engine.h
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#ifndef __ENGINE_H
#define __ENGINE_H
#include
class TShip
{
public:
enum TShipType
{
EUnknown
www.eeworm.com/read/444763/1729615
java engine.java
/*
* Copyright (c) 2005, John Mettraux, OpenWFE.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the
www.eeworm.com/read/427042/1979857
h engine.h
/* openssl/engine.h */
/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
* project 2000.
*/
/* ====================================================================
* Copyright (c)
www.eeworm.com/read/427042/1980083
pod engine.pod
=pod
=head1 NAME
engine - ENGINE cryptographic module support
=head1 SYNOPSIS
#include
ENGINE *ENGINE_get_first(void);
ENGINE *ENGINE_get_last(void);
ENGINE *ENGINE_get_nex
www.eeworm.com/read/427042/1980414
engine readme.engine
ENGINE
======
With OpenSSL 0.9.6, a new component was added to support alternative
cryptography implementations, most commonly for interfacing with external
crypto devices (eg. accelerator