代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/431013/8713598
c create.c
/************************************************
*
* file create.c
*
* Functions: This file contains
* main
*
* Purpose:
*
www.eeworm.com/read/430127/8764987
m create.m
function data = create(data)
%CREATE creates test data for running nldr algorithms.
%
% inputs:
% data a struct describing the test data
% .dataset the number of the example,
www.eeworm.com/read/429918/8782873
h create.h
www.eeworm.com/read/385235/8813010
txt create.txt
www.eeworm.com/read/285126/8867217
c create.c
/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
Create.c
Abstract:
This module implements the File Create routine for Udfs called by the
Fsd/Fsp dispatch routin
www.eeworm.com/read/186812/8908368
create_dev
#!/bin/sh
#
# Create Bluetooth devices in /dev
#
VHCI_MAJOR=10
VHCI_MINOR=250
RFCOMM_MAJOR=216
#
# Create device for VHCI
#
if [ ! -c /dev/vhci ]; then
mknod /dev/vhci c ${VHCI_MAJOR} ${VHCI_MINO
www.eeworm.com/read/284201/8954776
bat create.bat
set path=C:\WRSGL;d:\WRSGL;e:\WRSGL;f:\WRSGL;g:\WRSGL;h:\WRSGL;i:\WRSGL;D:\Projects\sqltopdf
cd wrssb
Arj a wrssb *.*
cd ..
copy wrssb\wrssb.arj data\
www.eeworm.com/read/383171/8965484
c create_a.c
/*===========================================================================*/
/* DMC Interim | create_A | Header_phase */
/*======================================
www.eeworm.com/read/283914/8979373
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/283914/8979463
h create.h
#pragma once
extern "C"{
#include
}
NTSTATUS
FsTPMCreateRoutine(
PDEVICE_OBJECT pHookDevice,
IN PIRP pIrp
);