代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/117078/14940526
cpp create.cpp
#include "FsTPM.h"
NTSTATUS FsTPMCreateCompleted(IN PDEVICE_OBJECT pHookDevice, IN PIRP pIrp, IN PVOID Context)
{
PIO_STACK_LOCATION pCurrentIrpStack = IoGetCurrentIrpStackLocation(pIrp);
www.eeworm.com/read/117078/14940549
h create.h
#pragma once
extern "C"{
#include
}
NTSTATUS
FsTPMCreateRoutine(
PDEVICE_OBJECT pHookDevice,
IN PIRP pIrp
);
www.eeworm.com/read/115258/15019709
obj create.obj
www.eeworm.com/read/115258/15019711
cpp create.cpp
//类CreateAndDestroy的成员函数的定义
#include
#include "create.h"
CreateAndDestroy:: CreateAndDestroy(int value)
{
data=value;
cout
www.eeworm.com/read/115258/15019722
h create.h
//类CreateAndDestroy的定义
//成员函数在create.cpp中定义
#ifndef create_h
#define create_h
class CreateAndDestroy{
public:
CreateAndDestroy(int); //构造函数
~CreateAndDestroy(); //析构函数
private:
www.eeworm.com/read/215377/15063215
java create.java
import java.io.*;
import java.util.*;
public class create
{
public static void main(String[]args)
{
try
{
String str="ccc";
Date date=new Date();
System.out.println(date.getDate(
www.eeworm.com/read/215377/15063217
class create.class
www.eeworm.com/read/114089/15114600
create_mysql
# Copyright (C) 2000 Carnegie Mellon University
#
# Author(s): Jed Pickel , Todd Schrubb
#
# This program is free software; you can redistribute it and/or modify
#
www.eeworm.com/read/114089/15114604
create_postgresql
# Copyright (C) 2000 Carnegie Mellon University
#
# Author: Jed Pickel
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Ge
www.eeworm.com/read/210671/15193949
cpp create.cpp
// Fig. 6.9: create.cpp
// Member function definitions for class CreateAndDestroy
#include
using std::cout;
using std::endl;
#include "create.h"
CreateAndDestroy::CreateAndDestr