搜索资源列表
sanchatmspf10
- j2me lan 聊天 server 基于 servlet 使用向导: ◆数据库管理 访问mssdataadmin目录的 default.asp ◆手机wap下载java客户程序的连接 midp1_sanchatjad.asp ◆手机wap信件平台登陆页面 index.asp ◆用户注册页面(html) pc_register.asp 功能介绍: ◆类似移动QQ,可以进行手机及时通讯,而服务器程序可以放在普通虚拟主机的asp空间。 ◆可以通过手机添加好
SonyericssonMobileJava3DV1.1
- 移动Java 3D开发指南(PDF) 是一本不错的介绍最新的 塞班 Java3d技术的pdf电子书籍(中文)。适合与j2me智能手机3d游戏开发的开发人员使用-Mobile Java 3D development guide (PDF) is a good introduction to the latest Java3d pdf e-book technology. For smart phones with j2me 3d game development, developers
SQLite
- Android的数据存储操作:SharedPreferences存储、SQLite存储方式、ContentProvider介绍-Android' s data storage operations: SharedPreferences storage, SQLite storage mode, ContentProvider Introduction
J2ME_mobileGame_code
- J2ME手机游戏编程入门源代码:总共16个精选的JAVA手机游戏源代码程序,经本人测试在手机上都能用.-Introduction to J2ME mobile game programming source code: a total of 16 selected JAVA mobile game source code program, after I tested the phone can be used.
Manning-Java.2.Micro.Edition
- Java 2 Micro Edition was written with the developer in mind. It is meant to be a guide that will serve as an introduction to J2ME technology, as well as a reference to more complex issues surrounding mobile/wireless computing. Our intent is to pr
j2meS
- 这些都是java嵌入式开发的案例!当然也是一些精粹!如果对嵌入式不懂或者是想急于入门的话!这个可能会对你有帮助!详细的请自己下载练习吧!-These are embedded Java development case! Of course also some pithy! If you don t understand is embedded or to want introduction of words! This may help you! Detailed please downloa
Android_introduction
- android从入门到精通,学习android的入门书籍,适合新手了解android的开发,有关于android基础知识的介绍。-Learning android entry books for beginners to understand the development of android, android based on the introduction of knowledge.
J2Me-In-A-Nutshell
- phones, Personal Data Assistants (PDAs), and set-top boxes. The first part of this book provides a fast-paced introduction to the two different configurations that make up the J2ME platform -- the Connected Limited Device Configuration (CLDC) a
JAVA-GAME-CODE-
- 《J2ME手机开发入门》全部源代码,是J2ME入门的最佳助手-Introduction to J2ME mobile phone development, " all source code
howToUseJNI-
- JNI简介与实现 少有的介绍java和c c++调用的JNI-JNI Introduction and Implementation of a rare introduction java and c c++ JNI call
Java
- Java语言具有面向对象、平台无关性、安全性、健壮性和多线程等优良特性,为用户提供了良好的程序设计环境,特别适合因特网开发,成为网络时代最重要的语言之一。 本书对Java语言的内容、功能、特性以及实际应用作了深入浅出的全面介绍,对面向对象、多线程、异常处理、Applet程序设计、数据库编程以及网络编程等作了重点阐述,并结合Java的最新发展,对J2EE和J2ME的开发也作了详细介绍。 解压密码:hur.cn或vip.hur.cn-Java language, object oriente
wg320240c
- enter in Android This project is introduction in development of the applications for operational system android. He will allow to understand features of programming on java for android.
Android-2.3-from-entry-to-the-master
- android 2.3的编程入门学习重要文档,适合大多数有java经验的工程师学习参考。-android 2.3 Programming Introduction to study important documents, for a majority of experienced engineers to learn java reference.
NdkSample
- 一个ANDROID JNI&NDK开发的完整的例子,包含如下功能: JNI如何调用 C调用JAVA JAVA调用C C调用C++ C++调用JAVA 比较系统介绍JNI/NDK的开发流程-Complete example of an ANDROID JNI & NDK is developed, including the following functions: JNI how to call C to call JAVA Java call C C c
android_animation
- 在Andriod开发中,Animation是用来给控件制作效果的。大多数的控件都可以用这个类,这个类包含了4种基本动作,分别为移动,旋转,淡入淡出,缩放。在使用Animation时,可以在.java文件中用java代码对其进行设置,这样的优点是可以方便调试程序效果;另外一种方法就是在xml中对控件的属性做设置,好处是代码的重用性比较高,缺点是不方便调试。本节中就简单介绍下这2种方法的使用流程。参考资料为mars老师的教程。 一、在java代码中使用Animation. 在java代
introduction
- Android 鬼火引擎实例 移植好的 鬼火SO文件已经MK文件编译 已经 调用的JAVA 实例-Android 鬼火引擎实例 移植好的 鬼火SO文件已经MK文件编译 已经 调用的JAVA 实例
Zhinanzheng
- 分享一个Android指南针定位Java源码,作者信息:都市游侠,演示Android指南针定位的过程和最终效果,相关技术要点:引入指南针图片,控制指南针图片转过的角度,获取管理服务,注册和取消监听器,传感器值改变,精度改变,获取触发event的传感器类型,获取z转过的角度,穿件旋转动画,动画持续时间等。-Share an Android compass positioning Java source code, author information: urban Ranger, demonst
JavaUtil_package_introdunction
- 介绍Java 的实用工具类库java.util 包。在这个包中,Java 提供了一些实用的 方法和数据结构。例如,Java 提供日期(Data)类、日历(Calendar)类来产生和获取 日期及时间,提供随机数(Random)类产生各种类型的随机数,还提供了堆栈 (Stack)、向量(Vector) 、位集合(Bitset)以及哈希表(Hashtable)等类来表示相应的 数据结构.-Introduction of Java Utility library java.util p
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用
removeClothForBeautyGir
- Android removeClothForBeautyGirl_美女更衣安卓游戏Java源码,点击ImageSwitcher显示的图片即可切换到为美女换衣全屏界面,手指在界面上滑动,滑动处的衣服就被褪掉了。其实是两张图片,一张底图(没穿衣服),一张上面的图,上面的图都被抹掉了,下面的图就出来了,主要是PorterDuff和PorterDuffXfermode的利用,APIDEMO里面也有相关的介绍-Android removeClothForBeautyGirl_ beauty dressin