-
Lopez-Valenzuela
Un Block Me solve with heuristics and BFS search.
- 2013-12-23 05:48:34下载
- 积分:1
-
AnimalSystem
改程序是一个动物识别专家系统,采用Java编程,tomcat,SqlServer(Practice of artificial intelligence operations, web-based expert system for animal identification)
- 2014-04-18 11:09:40下载
- 积分:1
-
理发店管理系统Beauty
这是一个理发店管理系统,感兴趣的朋友可以下一下,该系统主要是有顾客排队功能(This is a barber shop management system, interested friends can look at the system mainly has customers queuing function)
- 2013-12-13 11:11:53下载
- 积分:1
-
勇敢的猪
说明: 实现"勇敢的猪"这款游戏的最基本功能,如游戏界面,操作控制,游戏设置,玩家排行榜与帮助等(To achieve the most basic functions of the "brave pig" game, such as game interface, operation control, game settings, player ranking and help, etc.)
- 2020-06-19 15:00:01下载
- 积分:1
-
23-kinds-of-Java-design-patterns
23中Java设计模式 很详细地介绍了Java的23种设计模式 适合初学者(23 kinds of Java design patterns Very detailed introduces the 23 kinds of Java design patterns For beginners)
- 2015-11-28 17:06:41下载
- 积分:1
-
BlockComboBox
利用Swing组件在弹出式菜单项间画分隔线(Drawing split line in Popumenu by java swing.)
- 2001-01-20 11:53:29下载
- 积分:1
-
zhbj
智慧城市android版本源码共享,可试用修改(Smart City Source Sharing)
- 2019-03-05 22:24:22下载
- 积分:1
-
SSM+Maven整合
说明: ssm+maven整合实例,这是一个简单的实例,可以发布对于ssm框架与maven工具使用。(Example of SSM + Maven integration.
This is a simple example that can be published for use with SSM frameworks and maven tools.)
- 2020-06-21 06:40:02下载
- 积分:1
-
dx
说明: 《域名版》手机远控客户端v8.0 自己免杀 (Mobile phone remote control client)
- 2015-11-13 15:23:19下载
- 积分: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