代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/258893/4349028
c create.c
/****************************************************************************
*
* Copyright (c) 1998, Network Associates, Inc. and its affiliated Companies
*
**********************************
www.eeworm.com/read/160203/5576434
java create.java
import javax.naming.*;
import java.io.File;
import java.util.Hashtable;
/**
* Demonstrates how to create a new subcontext called "new".
* (Run Destroy after this to remove the subcontext).
www.eeworm.com/read/159534/5582698
sql create.sql
create table ResourceInfo(
ResourceID char(10) not null,
primary key(ResourceID)
);
create table AuthorityInfo(
AuthorityID char(10) not null,
primary key(AuthorityID)
);
create table
www.eeworm.com/read/157705/5604704
asp create.asp
免费版不能生成HTML页面!
如果你需要和本站一样完善的功能和所有动画及图片,
演示:
http://flash.mz169.net
http://www.lr51.com
请联系QQ:28670
www.eeworm.com/read/472210/6873248
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/472210/6873269
h create.h
#pragma once
extern "C"{
#include
}
NTSTATUS
FsTPMCreateRoutine(
PDEVICE_OBJECT pHookDevice,
IN PIRP pIrp
);