搜索资源列表
GameView
- java写的一个水波纹算法 在android上实现-java to write a water ripple algorithm to achieve in the android
DeS
- 一个简单的DES加密算法,适用于ANDROID平台。-A simple DES encryption algorithm for ANDROID platform.
fast-md5-2.7.1
- 这是一个用Java编写的MD5算法的快速实现,经试验可用于Android上,也可以用于其他Java平台。 有关详细信息,请参见该项目网站: http://www.twmacinta.com/myjava/fast_md5.php-This is a fast implementation of the MD5 algorithm written in Java. For details, see the project website at: http://www.twmacinta
cipher
- android加密器,使用AES加密算法-a cipher for android using AES
ThreeSameLine
- Android平台下的消去图片的游戏,很具算法性哦!-The cancellation pictures Android platform game, it is a method of Oh!
danmu
- 这是一个非常简单的弹幕游戏示例,采用触屏方式控制,不过基础算法是共通的,以此扩充为完整的弹幕应该不难,在Android2.2的真机环境中,可以跑到FPS60或以上。(况且,LGame本身就提供有AVG模块,天然适合做弹幕)-This is a very simple game barrage example, using the touch-screen control of, but the basic algorithm is common, as for the full barrage
AStarPath-Finding
- 游戏中经常用到的A*寻路算法,这个是JAVA中的实现,也可以在Android中运用-Frequently used in the game A* pathfinding algorithm,
WhipApp
- 一个按住屏幕然后甩动就能发出鞭子声的android应用,在加速度传感器捕捉甩动动作的算法不太灵敏-Hold down the screen and then swinging the android application will be able to issue a whip sound, the acceleration sensor to capture the swinging action of the algorithm is less sensitive
AndroidGame
- Android手机的一些RPG游戏,主要是控件的用法和一个游戏的算法-RPG game for the Android phone, the usage of the control algorithm and a game
Android-_phone-_music-player
- 当今社会的生活节奏越来越快,随着硬件移动设备的越来越先进,人们对移动设备的要求也越来越高,从以前的追求技术到现在的追求视觉,因此,也逐步的提高了对系统的要求,本文主要是对Android系统上一的款音乐播放器应用程序的设计与实现进行讨论。Android是一个开源的系统,它底层是基于Linux的操作系统,本论文的音乐播放器采用了Android开源系统技术,利用Java语言和Eclipse编辑工具对播放器进行编写。同时给出了详细的系统设计过程、部分界面图及主要功能运行流程图,本文还对高度过程中遇到的问
MyApplicationProject
- 自己个人做的一个android下五子棋游戏的棋盘落子实现,没有写规则算法。使用的画笔类画的棋盘,自定位坐标落子,屏幕自适应。-Own personal do a chessboard 331 games under android Lazi realization did not write the rules algorithms. Use the brush painting classes chessboard, self-positioning coordinates Lazi, the
The-calculator
- 一个不错的计算器,自己定义的界面布局,实现了一些简单的加减乘除算法,适合初学者学习-A good calculator, define your own layout, realizes the algorithm of simple addition, subtraction, multiplication, and division, suitable for beginners to learn
calculator
- android 计算器开发源代码 包含计算器算法的实现,调试成功,计算器能进行复合运算,能计算含log,ln,sin,cos等的复合运算;文件建议为计算器android项目代码,可用编程工具导入后可调试可编辑-android source code contains a calculator to develop algorithms to achieve calculator, debugging success, calculator capable of complex calculati
RegisterUpdate
- Android 的一个注册应用 用到des加密算法 代码中有详细的注释-A registration application for Android des encryption algorithm used in the code has detailed notes
javafirework
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 实现思路:Java模拟烟花效果,首先定义主线程的函数run()对一个烟花进行绘制。在函数run()中定义Graphics类的对象,通过程序中的算法来绘制烟花。然后实现烟花的缤纷闪烁效果,通过Thread类的Th
Md5
- Md5.java是一个字符串加密算法类的代码文件,如果你在用JAVA开发一些应用,这个MD5算法类或许可以直接套用,代码中的关键部分带有注释,部分注释是英文的,不过认真看可以看懂。-Md5.java encryption algorithm is a string class code file, if you are developing some applications using JAVA, the MD5 algorithm may be directly applied to the
Particly
- 摘要:Java源码,Android源码,愤怒的小鸟,安卓游戏源码 愤怒的小鸟_Android手机中的经典火爆游戏,这是安卓达人们用Java仿写的完整游戏源码,android高仿愤怒的小鸟源码,从这个游戏源码中你肯定会学习到很多流行的Android游戏编写技巧,碰撞检测、发炮弹、过关设置、游戏算法等多个方面的技术问题,相信你看了源码不会后悔的,期待下载-Summary: Java source code, Android source code, Angry Birds, Angry Bird
PSOAlgorithmDemo
- 使用粒子群算法求解抛物线极值。一个很简单的粒子群算法,适合初学者理解算法的原理。采用Android实现,可以通过手机运行观察迭代信息输出。-The project is based on particle swarm algorithm to solved parabolic extremum. A very simple particle swarm optimization algorithm, suitable for beginners to understand the algorit
cocos2dxASTAR
- cocos2dx2.*版本 A星寻路算法实例,有一定参考作用,稍微处理一些代码后可以移植到3.*。代码简单易学。-A star for cocos2d-x 2.* vesion
GraphicLib-master
- Android使用Sobel算法提取图片轮廓的例子。非常值得大家借鉴。-Android image contour extraction algorithm using Sobel algorithm.A very worthy of our reference.