代码搜索:jAVA
找到约 10,000 项符合「jAVA」的源代码
代码结果 10,000
www.eeworm.com/read/345856/11785657
txt src_question.txt
D:\Java\MyJavaSpace\Question\Question.java
D:\Java\MyJavaSpace\Question\QuestionPanel.java
D:\Java\MyJavaSpace\Question\ShowResult.java
D:\Java\MyJavaSpace\Question\SignInPanel.java
www.eeworm.com/read/153550/12028524
txt readme.txt
The classes for the Java Sound demo are contained in the JavaSound.jar
file. Running the demo requires the Java 2 SDK, Standard Edition 1.3.
To run the Java Sound demo :
% java -jar JavaSound.jar
www.eeworm.com/read/395729/8155669
txt readme.txt
The classes for the Java Sound demo are contained in the JavaSoundDemo.jar
file. Running the demo requires the Java 2 SDK, Standard Edition 1.3.
To run the Java Sound demo :
% java -jar JavaSoundDe
www.eeworm.com/read/108315/15588594
txt readme.txt
This is a Console example
** Windows **********************************************
It is configured to find JNI.pas in ..\..\PAS.
First create NATIVE.dll by compiling NATIVE.dpr with Delphi.
www.eeworm.com/read/108315/15588600
txt readme.txt
This is a Console example
** Windows **********************************************
It is configured to find JNI.pas in ..\..\PAS.
First create HelloWorldImpl.dll by compiling HelloWorldImpl.
www.eeworm.com/read/467438/7012513
sh start.sh
#!/bin/sh
# You can set JAVA_HOME and JAVA_OPTS variables:
# JAVA_HOME points to JVM
# JAVA_OPTS sets JVM options
JAVA_CMD=java
if [ ! -z "$JAVA_HOME" ] ; then
JAVA_CMD=$JAVA_HOME/bin/java
fi
CON
www.eeworm.com/read/174098/9607232
sh eq.sh
#!/bin/sh
# Java heap size, in megabytes
JAVA_HEAP_SIZE=128
# default java location
# change this to point to the local java installation
DEFAULT_JAVA_HOME="/usr/local/java"
if [ "$JAVA_HOME" = ""
www.eeworm.com/read/377944/9256796
txt java专业术语集.txt
作者:<mark>java</mark>n
日期:2001-4-6 11:23:02
刚开始的时候,总对许多名词不理解,既然有了资料,就共享喽:
API:<mark>Java</mark> ApplicationProgrammingInterface API(应用程序接口)是事先写好
的代码, 组织到相关包。例如 Applet 和 AWT 包包括建立字体、菜单、按钮的类
(CLASS),全部的<mark>Java</mark> API被包含在<mark>Java</mark> ...
www.eeworm.com/read/362517/9994146
txt java专业术语集.txt
作者:<mark>java</mark>n
日期:2001-4-6 11:23:02
刚开始的时候,总对许多名词不理解,既然有了资料,就共享喽:
API:<mark>Java</mark> ApplicationProgrammingInterface API(应用程序接口)是事先写好
的代码, 组织到相关包。例如 Applet 和 AWT 包包括建立字体、菜单、按钮的类
(CLASS),全部的<mark>Java</mark> API被包含在<mark>Java</mark> ...