代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/303209/3814633
cs native.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System.Drawing;
using System.Windows.Forms;
namespace HardwareDistributor.Utilit
www.eeworm.com/read/303209/3814648
cs native.cs
using System;
using System.Linq;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;namespace Launcher
{
class Native
{
///
www.eeworm.com/read/285244/4054948
h native.h
//
// Nibo-NanoVM, a tiny java VM for the Nibo robot
//
// Copyright (C) 2007 by Nils Springob
// Based on work by Benjamin Benz(c't-Bot) and Till Harbaum(NanoVM)
//
// Thi
www.eeworm.com/read/285244/4054990
h native.h
//
// native.h
//
#ifndef NATIVE_H
#define NATIVE_H
#define NATIVE_CLASS_BASE 16
// java/lang/Object
#define NATIVE_CLASS_OBJECT (NATIVE_CLASS_BASE+0)
#define NATIVE_METHOD_INIT
www.eeworm.com/read/285244/4054996
h native.h
//
// native.h
//
#ifndef NATIVE_H
#define NATIVE_H
#define NATIVE_CLASS_BASE 16
// java/lang/Object
#define NATIVE_CLASS_OBJECT (NATIVE_CLASS_BASE+0)
#define NATIVE_METHOD_INIT
www.eeworm.com/read/285244/4055000
h native.h
//
// native.h
//
#ifndef NATIVE_H
#define NATIVE_H
#define NATIVE_CLASS_BASE 16
// java/lang/Object
#define NATIVE_CLASS_OBJECT (NATIVE_CLASS_BASE+0)
#define NATIVE_METHOD_INIT
www.eeworm.com/read/285244/4055009
h native.h
//
// c't-Bot-NanoVM, a tiny java VM for the c't-Bot
//
// Copyright (C) 2007 by Nils Springob
// Based on work by Benjamin Benz(c't-Bot) and Till Harbaum(NanoVM)
//
// Thi
www.eeworm.com/read/285244/4055055
native distancesensor.native
#
# DistanceSensor.native
#
class nanovm/nibo/drivers/DistanceSensor 31
method :()V 0
method update:()V 1
method getSensor:(I)I 2
method setEnabled:(Z)V 3
method getEnabled:()Z 4
www.eeworm.com/read/285244/4055056
native bot.native
#
# Bot.native
#
class nanovm/nibo/drivers/Bot 28
method :()V 0
method update:()V 1
method getSupplyVoltage:()I 2
www.eeworm.com/read/285244/4055057
native textdisplay.native
#
# TextDisplay.native
#
class nanovm/nibo/drivers/TextDisplay 34
method :()V 0
method clear:()V 1
method gotoXY:(II)V 2
method print:(Ljava/lang/String;)V 3
method setCursorMode:(I) 4