-
JavaMusicPlayer
java source code for music player
- 2012-10-15 08:45:20下载
- 积分:1
-
JFunc
buffer Arg Names Source Code for Andriod.
- 2014-01-03 19:40:26下载
- 积分:1
-
SinTest
实时正弦曲线演示,是用mian作主方法的,符合编程规则(Real-time sine curve shows)
- 2011-12-07 00:48:33下载
- 积分:1
-
mypackage
java中包的应用,只要实现包的功能,引用(java in the application package, as long as the function of packet realize, to quote)
- 2008-02-19 21:48:42下载
- 积分:1
-
projiect (1)
宿舍学生注册登录以及一些管理员简单的的登录修改(Simple registration function)
- 2019-05-29 09:35:25下载
- 积分:1
-
3365711420015616
说明: 零工劳务管理信息系统,用户注册,登陆,发布信息(Gig labor management information system, user registration, login, release information)
- 2020-06-17 05:20:01下载
- 积分:1
-
Mechanic
采用Java语言开发的,基于序单开链理论的机构结构分解程序,可以将各种分解路线和生成的对应回路完整保存(The development of the Java language, the decomposition procedure based on the institutional structure of the sequence a single open-chain theory, the various decomposition route and generate the corresponding loop intact)
- 2012-05-10 11:57:10下载
- 积分:1
-
手机传感器
说明: 采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
Android-A_Programmers_Guide
Android编程手册,英文版,前面一部分与android的SDK文档差不多,后面部分比较有参看价值,具体目录见英文描述!(Android A Programmer’s Guide
New York Chicago San Francisco
Contents at a Glance(目录)
1 What Is Android?
2 Downloading and Installing Eclipse
3 Downloading and Installing the Android SDK
4 Exploring the Android SDK
5 Application: Hello World!
6 Using the Command-Line Tools and the Android Emulator
7 Using Intents and the Phone Dialer
8 Lists, Menus, and Other Views
9 Using the Cell Phone’s GPS Functionality
10 Using the Google API with GTalk
11 Application: Find a Friend
12 Android SDK Tool Reference)
- 2009-03-30 11:07:12下载
- 积分: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