代码搜索:native

找到约 10,000 项符合「native」的源代码

代码结果 10,000
www.eeworm.com/read/136989/5832566

h ast_native.h

// This may look like C, but it's really -*- C++ -*- // ast_native.h,v 1.12 2002/07/04 16:59:52 parsons Exp #ifndef _AST_NATIVE_H_ #define _AST_NATIVE_H_ #include "ast_type.h" // Representa
www.eeworm.com/read/136989/5838945

conf native-svc.conf

# For testing of RT threads (with native priority) static RT_ORB_Loader "-ORBSchedPolicy SCHED_FIFO -ORBScopePolicy SYSTEM" static Client_Strategy_Factory "-ORBTransportMuxStrategy EXCLUSIVE"
www.eeworm.com/read/135709/5881458

po libexport_a-native.po

libexport_a-native.o : \ native.c /usr/include/stdlib.h /usr/include/features.h \ /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h \ /usr/lib/gcc-lib/mipsel-hardhat-linux/2.95.3/include/stddef.h \
www.eeworm.com/read/104260/6205983

native2ascii

@echo off kaffe sun.tools.native2ascii.Main %1 %2 %3 %4 %5
www.eeworm.com/read/486866/6531930

h comm_native.h

/* Back Orifice 2000 - Remote Administration Suite Copyright (C) 1999, Cult Of The Dead Cow This file is free software, and not subject to GNU Public License restrictions; you can redis
www.eeworm.com/read/403000/11525004

txt java_native.txt

[转]Java中<mark>Native</mark>关键字的作用 懒懒的呐喊 发表于 2007-11-2 9:51:00 Java不是完美的,Java的不足除了体现在运行速度上要比传统的C++慢许多之外,Java无法直接访问到操作系统底层(如系统硬件等),为此Java使用<mark>native</mark>方法来扩展Java程序的功能。   可以将<mark>native</mark>方法比作Java程序同C程序的接口,其实现步骤:   1、在Jav ...
www.eeworm.com/read/127365/14357997

h comm_native.h

/* Back Orifice 2000 - Remote Administration Suite Copyright (C) 1999, Cult Of The Dead Cow This file is free software, and not subject to GNU Public License restrictions; you can redis
www.eeworm.com/read/227822/14410595

c softfloat-native.c

/* Native implementation of soft float functions. Only a single status context is supported */ #include "softfloat.h" #include void set_float_rounding_mode(int val STATUS_PARAM) { STA
www.eeworm.com/read/227822/14410597

h softfloat-native.h

/* Native implementation of soft float functions */ #include #if (defined(_BSD) && !defined(__APPLE__)) || defined(HOST_SOLARIS) #include #define fabsf(f) ((float)fabs(f)) #else #