代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/430197/8762145
pas native.pas
// Interface unit for the Windows NT Native API
// Copyright (C) 1999, 2000 Marcel van Brakel
unit Native;
interface
uses
JWaWinBase, JwaWinNT, JwaWinType;
{$I WINDEFINES.INC}
//----
www.eeworm.com/read/382242/9040991
asm native.asm
.PB main
.PV filename -16
.PV input -128
.PV output -512
#allocate local storage
PUSHQ $FP
MOV $FP,$SP
LQI $R7,512
SUB $SP,$SP,$R7
#populate name of shared lib = sharedLib.dll
LAI
www.eeworm.com/read/382242/9040995
run native.run
www.eeworm.com/read/176439/9498617
h native.h
#ifndef __NATIVE_H
#define __NATIVE_H
#include "mtime.h"
#include "list.h"
#define REMOTE_WIN_LEFT (BLOCK_MAP_W * BLOCK_SIZE + 6 * BLOCK_SIZE)
#define REMOTE_WIN_TOP 0
#define BORDE
www.eeworm.com/read/176439/9498644
c native.c
/* 本地输入输出代码*/
#include
#include
#include "block.h"
#include "xvid.h"
#include "native.h"
#include "image.h"
#include "digit.h"
extern PixImage screen_image;
static int native_
www.eeworm.com/read/371958/9528695
asm native.asm
.PB main
.PV filename -16
.PV input -128
.PV output -512
#allocate local storage
PUSHQ $FP
MOV $FP,$SP
LQI $R7,512
SUB $SP,$SP,$R7
#populate name of shared lib = sharedLib.dll
LAI
www.eeworm.com/read/371958/9528698
run native.run
www.eeworm.com/read/363059/9969523
c native.c
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Micr
www.eeworm.com/read/363059/9969541
h native.h
/*0001*//*
/*0002./ * Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
/*0003./ *
/*0004./ * This software is the confidential and proprietary information of Sun
/*0005./ * Micr
www.eeworm.com/read/362186/10013494
cs native.cs
// UsbEject version 1.0 March 2006
// written by Simon Mourier
using System;
using System.Runtime.InteropServices;
using System.Text;