-
Watering_Authentication
java基于eclipse开发环境的数字水印认证系统,能完成水印嵌入,水印提出,图像认证,和篡改检测功能(java eclipse development environment based on digital watermarking authentication system, to complete the watermark embedding, watermark proposed image authentication and tamper detection)
- 2014-06-03 15:06:22下载
- 积分:1
-
Linux命令行与shell脚本编程大全.第3版
说明: java 入门到精通 从最简单的开始讲到最后的框架(java Entry to mastery Programming development)
- 2021-01-04 16:30:22下载
- 积分:1
-
paixu
在eclipse环境下,通过键盘输入N个数,采用冒泡排序,对其进行排序,并返回第k个最大值。(In the eclipse environment, input N numbers through keyboard ,use bubble sort, sort them, and returns the k-th maximum.)
- 2013-10-28 15:03:28下载
- 积分:1
-
NotePad
使用java语言编写的记事本,小程序。适合初学者使用(Java language Notepad applet. For beginners)
- 2013-04-18 22:21:09下载
- 积分:1
-
control_characters
Tests regular expressions containing.
- 2014-01-28 11:25:52下载
- 积分:1
-
03
说明: 第二部分,平时练习后保存的小程序,方便大家参考学习,适合初学者练习练习,增加代码量!(The second part, after the usual practice to save a small program to facilitate your learning, suitable for beginners to practice exercises to increase the amount of code!)
- 2013-07-23 16:28:35下载
- 积分:1
-
Exercise18_1
java编程思想的题,用awt写的音频播放器,能实现多种循环方式。(java programming ideas for the title, written by awt audio player, can achieve a variety of cycle ways.)
- 2013-11-27 21:58:06下载
- 积分:1
-
java_webQQ
java做的webQQ项目源码,使用JAVA,html(webQQ project use JAVA,html)
- 2020-06-29 09:20:02下载
- 积分:1
-
MessageObject
This is the root object from which all other objects in this package are derived. This class is never directly instantiated (and hence it is abstract).
- 2013-12-17 10:03:56下载
- 积分: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