-
sword-point-to-offer
几个github常用的代码,附带head first java 初步学习教材(Several commonly used code github, as well as with the primary learning java foreign translation of textbooks)
- 2017-12-02 10:20:48下载
- 积分:1
-
dict5
这是一个简单的字典程序,可供java初学者参考学习(this is simple java program about dictionary)
- 2012-05-15 14:28:24下载
- 积分:1
-
source
JDWP 是 Java Debug Wire Protocol 的缩写,它定义了调试器(debugger)和被调试的 Java 虚拟机(target vm)之间的通信协议。
JDWP 协议介绍
这里首先要说明一下 debugger 和 target vm。Target vm 中运行着我们希望要调试的程序,它与一般运行的 Java 虚拟机没有什么区别,只是在启动时加载了 Agent JDWP 从而具备了调试功能。而 debugger 就是我们熟知的调试器,它向运行中的 target vm 发送命令来获取 target vm 运行时的状态和控制 Java 程序的执行。Debugger 和 target vm 分别在各自的进程中运行,他们之间的通信协议就是 JDWP。(JDWP is Java Debug Wire Protocol)
- 2019-04-25 11:00:32下载
- 积分:1
-
psograph1
particle swarm optimization algorithm for graph coloring using java
- 2012-11-25 22:28:15下载
- 积分:1
-
huawei
huawei2019年网络技术精英挑战赛复赛java题目(Huawei 2009 Network Technology Elite Challenge Seminar Java Topic)
- 2020-06-20 20:20:02下载
- 积分:1
-
dropfile--Java
drop file java(drop file java------------------------ )
- 2006-07-19 11:57:44下载
- 积分:1
-
JiSuanQi
java实现计算器,import java.awt.*
import java.awt.event.*
import javax.swing.*
public class JiSuanQi
{
Frame f
Label lab
Button[] bt=new Button[29]
JTextField t
StringBuffer str //显示屏所显示的字符串
double x,y //x和y都是运算数
int z //Z表示单击了那一个运算符.0表示"+",1表示"-",2表示"*",3表示"/"
static double m //记忆的数字
JiSuanQi()
{(java implementation calculator, import java.awt.* import java.awt.event.* import javax.swing.* public class JiSuanQi {Frame f Label lab Button [] bt = new Button [29] JTextField t StringBuffer str //display character string displayed double x, y //x and y are the operands int z //Z represents an operator clicks that 0 means " +" , 1 indicates " -" , 2 is " *" , 3 is " /" static double m //number in memory JiSuanQi () {)
- 2013-05-24 19:03:04下载
- 积分:1
-
cloud-computing-task-scheduling-master
说明: 这个文件夹里有很多对云任务分配的算法 例如PSO、FCFS、SJF等(There are many cloud task allocation algorithms in this folder, such as PSO, FCFS, SJF, etc.)
- 2019-05-15 09:08:34下载
- 积分:1
-
uel_spring2
abaqus 中开发的哑节点单元,该单元能够模拟裂纹,并能够自动提取求解裂纹所需参数,避免了采用自带单元提取数据容易出现错的现象。简单方便。(abaqus in the development of the dummy node unit, which can simulate the crack, and the ability to automatically extract the necessary parameters to solve the crack to avoid the use of own unit to extract data prone to error phenomenon. Simple and convenient.)
- 2020-12-23 10:09:07下载
- 积分:1
-
calender-by-java
可用作java课程设计,具有万年历功能的日历,拥有记事本的功能(Used as a java course design, with calendar function calendar with notepad function)
- 2014-06-22 12:57:52下载
- 积分:1