-
prjHello
Google Android SDK开发范例大全(完整版)虽然半行代码都没有写,但向导却帮忙写好了程序进入点、布局配置、字符 串常数、应 用程序访问权限等, 除了可作为程序模板之外, 也是 Android 手机程 序的最佳学习范例。让 我们回过头来看看刚才 Android 项目建立向导帮忙做了哪些工作, 以此来 了解 Android 应 用程序的生命周期及其文件组成方式; 首先, 展开 (package helloworld.irdc.eracom.com.cn import android.app.Activity import android.os.Bundle public class HelloWorld extends Activity { * Called when the activity is first created. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.main) } } )
- 2015-12-22 12:23:05下载
- 积分:1
-
一款Java开发的打飞机小游戏,有声音,目前只有一关
一款Java开发的打飞机小游戏,有声音,目前只有一关-Java development of a small plane hit games, has the voice, at present only one customs
- 2022-03-15 23:52:22下载
- 积分:1
-
exercise
模拟android手机上通讯录程序
模拟实现手机上联系人的添加操作
(Analog android phone address book program to simulate the add operation of mobile phone contact)
- 2012-06-14 00:14:13下载
- 积分:1
-
Java 象棋源代码 希望能给大家一点帮助
Java 象棋源代码 希望能给大家一点帮助-Chess Java source code can give us some hope that help
- 2023-07-26 15:15:03下载
- 积分:1
-
PrintCalendar
1800年1月1日是星期三,输入1800年之后的年月,打印出该月日历(Print calendar since 1800)
- 2018-04-16 18:17:06下载
- 积分:1
-
用java实现了des算法 是64位的
还有加密文件的功能!
用java实现了des算法 是64位的
还有加密文件的功能!-achieved using java des algorithm is a 64-bit encrypted documents were functional!
- 2023-03-16 19:55:03下载
- 积分:1
-
ManpowerSystem
人事信息管理系统,全GUI编程,并链接数据库管理数据,(Personnel Information Management System, all GUI programming, and database management of data link,)
- 2008-07-02 16:14:54下载
- 积分:1
-
几个java课程设计,帮助初学者尽快入门,是很好的典范!
几个java课程设计,帮助初学者尽快入门,是很好的典范!-several java curriculum design, the portal as soon as possible to help beginners, is a good example!
- 2022-06-30 17:40:43下载
- 积分:1
-
hadoop 应用示例代码分析(pdf)
Hadoop 源代码分析(一) 关键字: 分布式 于计算 Google 的核心竞争技术是它的计算平台。Google 的大牛们用了下面 5 篇文章,介绉了它们的计算设施。 GoogleCluster: http://research.google.com/archive/googlecluster.html Chubby:http://labs.google.com/papers/chubby.html GFS:http://labs.google.com/papers/gfs.html BigTable:http://labs.google.com/papers/bigtable.html MapReduce:http://labs.google.com/papers/mapreduce.html 径快,Apache 上就出现了一个类似的解决方案,目前它们都属亍 Apache 的 Hadoop 项目,对应的分删是: Chubby-->ZooKeeper GFS-->HDFS BigTable-->HBase MapReduce-->Hadoop 目前,基亍类似思想的 Open Source 项目迓径多,如 Facebook 用亍用户分析的 Hive。 HDFS 作为一个分布式文件系统,是所有返些项目的基础。分析好 HDFS,有刟亍了解其他系统。由亍 Hadoop 的 HDFS 和MapReduce 是同一个项目,我们就把他们放在一块,迕行分析。
- 2015-01-09下载
- 积分:1
-
filecheck
说明: 快速单词拼写检错器,能实现一般的文本操作,另外还能检查单词拼写的对错,字典可以自定义。(rapid spelling error device, able to operate normally text, and checking the wrong spelling, dictionary can define.)
- 2006-04-10 20:46:22下载
- 积分:1