-
android TextView、EditText和ImageView实例代码
android TextView、EditText和ImageView实例代码
- 2014-02-23下载
- 积分:1
-
import java.net.*; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.I
import java.net.*;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.IOException;
public class NetTool {
InetAddress myIPaddress = null;
InetAddress myServer = null;
public static void main(String args[]) throws Exception{
NetTool mytool;
mytool = new NetTool();
System.out.println("Your host IP is: " +
mytool.getMyIP());
System.out.println("The Server IP is :"
+ mytool.getServerIP());
System.out.println("Your Mac Address is: " +
mytool.getMACAddress());
}
//取得
- 2022-04-14 11:19:19下载
- 积分:1
-
java的事件驱动
这个文件是针对Java事件驱动编程的教程。在本教程中创建包含事件的GUI。您可以看到如何将操作事件添加到JButton。
- 2023-08-18 20:20:03下载
- 积分:1
-
打企鹅小游戏
打企鹅小游戏,可以分享。这个游戏是通过计算企鹅跳动来计算它的横坐标和纵坐标。从而来计算用户的分数。
- 2022-03-19 22:14:20下载
- 积分:1
-
CSDN
基于 java android 开发的一个抓取csdn网站新闻的客户端,类似于网易新闻版本(Based on java android developed a crawl csdn Site news client, similar to Netease news release)
- 2015-06-03 13:15:16下载
- 积分:1
-
TestMapReduceProject
运行于hadoop上的 MapReduce WordCount程序(Running on a MapReduce WordCount program hadoop)
- 2020-06-30 02:40:02下载
- 积分:1
-
Android-for-Qt_GPS
基于qt开发的GPS功能应用程序,可在android平台上运行;需要在necessitas开发环境下编译。(Qt-based application developed by the GPS function, you can run on android platform need necessitas development environment compiler.)
- 2013-10-09 11:31:27下载
- 积分:1
-
android程序经典架构
Android的架构设计说明文档啊啊啊啊啊(Architecture design documentation of Android)
- 2018-05-22 21:27:07下载
- 积分:1
-
UDP
说明: 测试安卓和电脑UDP通讯的源码,项目自带一个winform的客户端(Test the source code of Android and computer UDP communication, the project comes with a winform client)
- 2020-05-05 19:39:17下载
- 积分:1
-
solving travelling salesman problem using java
旅行商问题(TSP)要求
- 2022-05-06 15:58:17下载
- 积分:1