代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/363358/9957532
java jframeex.java
///////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2000 Davanum Srinivas (dims@geocities.com)
// This program is free software; you can redistribute it
www.eeworm.com/read/363059/9969426
c async.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/361375/10056419
txt readme.txt
This sample should be used only as reference.
It demonstrates how to call some of the native APIs
(system services).
This can be used as a reference for writing native
applications.
www.eeworm.com/read/424962/10389878
cs gps.cs
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
www.eeworm.com/read/161221/10436862
java jniframe.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
public class JNIFrame extends JFrame implements ActionListener
{
int hwnd;
String title="testJNI";
JButton jb1,jb2,j
www.eeworm.com/read/275320/10824054
txt nativeout.txt
Semi VB Decompiler vbgamer45
Native Output for : C:\Documents and Settings\Administrator\桌面\123.exe
---------------------------------
www.eeworm.com/read/145545/12715135
java nativeexample.java
/** A class that uses a native method
* This class is assigned to the default package
*/
public class NativeExample {
/** the method increment is a wrapper for a C
* function that
www.eeworm.com/read/244750/12845571
java jniframe.java
import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
public class JNIFrame extends JFrame implements ActionListener
{
int hwnd;
String title="testJNI";
JButton jb1,jb2,j
www.eeworm.com/read/240580/13212665
py lexgen.py
# LexGen.py - implemented 2002 by Neil Hodgson neilh@scintilla.org
# Released to the public domain.
# Regenerate the Scintilla and SciTE source files that list
# all the lexers and all the proper
www.eeworm.com/read/301464/13858862
cs gps.cs
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic