-
WhatsApp的克隆(Android)
资源描述开始你自己的WhatsApp喜欢免费的即时通讯服务,在几分钟内!自可驻留PHP MYSQL后端服务器。大多数其他网站使用一个老板为后台,从而会继续支付。一个聊天的图像,视频,贴纸,接触和位置分享(私人聊天)许多许多聊天的图像,视频,贴纸,接触和位置共享和(群聊天)发送和通知的通知贴纸:你现在可以与脸谱网的人分享贴纸你的朋友。
- 2023-01-14 00:15:05下载
- 积分:1
-
odnnw
介绍mimo比较经典的一篇文章主要详细的介绍了空间分集,时空编码等比较适合于初学者来学()
- 2018-02-01 12:00:50下载
- 积分:1
-
beijingyinyueshixianfangfa
android 的 背景音乐 是 实现方法 ,游戏里面 可以用此方法来实现背景音乐(android' s background music is implementation, the game which you can use this method to achieve the background music)
- 2011-08-08 10:36:40下载
- 积分:1
-
SchoolInformation
我的学校的界面,自己弄得,刚学android时做的,是自己的第一个android作品(My school interface, oneself make, just learn to android, is his first android works my school interface, oneself make, just learn to android, is his first android works
)
- 2011-12-29 13:47:17下载
- 积分:1
-
仿微信demo设计,基于android
本小程序是一个微信的小应用,功能比较全,当进入微信中时,会进入一个微信的欢迎界面,界面的上方有个直接进入微信平台的一个界面,点击进去可以直接进入登陆的界面,大家可以登陆然后进入微信的使用。大家可以在此基础上再继续的完善下,希望能够给大家带来一些帮助。
- 2022-05-22 15:22:54下载
- 积分:1
-
android
使用Eclipse和java语言实现Android物联网开发(Implementation of Android Internet of Things Development with Eclipse and Java Languag)
- 2019-06-18 09:17:19下载
- 积分:1
-
红包软件(附有源代码)
简单的后台手机抢红包软件,附有源代码。感兴趣的可以下下来玩玩,当然也可以提点建议!(Simple mobile phone grab red envelopes software, with source code.)
- 2017-08-01 12:39:52下载
- 积分:1
-
miniTwitter登录界面
miniTwitter登录界面
- 2014-02-12下载
- 积分:1
-
简单线程并发例子源代码
package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
- 2022-06-17 11:34:35下载
- 积分:1
-
百度地图的路线规划
百度地图的路线规划
- 2014-07-04下载
- 积分:1