登录
首页 » Java » java-master

java-master

于 2016-06-05 发布 文件大小:177KB
0 195
下载积分: 1 下载次数: 1

代码说明:

  Android插件 PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.(PubNub Java-based SDKs for Java/Android PubNub utilizes a Publish/Subscribe model for real-time data streaming and device signaling which lets you establish and maintain persistent socket connections to any device and push data to global audiences in less than ¼ of a second. The atomic components that make up a data stream are API Keys, Messages, and Channels.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 库存系统
    这是一个 java 项目,为库存系统,描述了如何出售、 购买、 询问。在程序中输入如,又拿一块作成作为 administarator 的用户有两种方式。
    2022-02-03 14:29:21下载
    积分:1
  • 位 apriori 算法
    这是用于挖掘频繁项集使用 bits 的先验基地位 Apriori 算法的一个实现
    2023-03-24 03:35:04下载
    积分:1
  • Java指纹识别
    资源描述开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的开源sourceAFIS改写的
    2022-08-16 01:17:42下载
    积分:1
  • 使用camera拍照源码下载(自定义camera类)
    自定义camera进行拍照
    2014-05-15下载
    积分:1
  • 32、SpringMVC模型
    采用Java语言,Eclipse开发工具,利用MAVEN管理jar包开发SpringMVC模型框架,通过Web端访问Controller,进而调取服务。(Using Java language, Eclipse development tools, using MAVEN management jar package to develop Spring MVC model framework, access Controller through the Web side, and then invoke services.)
    2020-06-23 06:40:02下载
    积分:1
  • TankGame坦克游戏
    package TankGame1; import java.util.Vector; //一个抽象的坦克类 class Tank{  int x;//表示坦克的坐标  int y;  boolean isAlive=true;  int direct=1;//表示坦克的方向  int speed=5;//坦克的速度  int life=4;//坦克的生命 表示要打几下才能够打死  int lifeDownSpeed=1;  public Tank(int x,int y){   this.x=x;   this.y=y;
    2022-03-21 17:20:26下载
    积分:1
  • 闰年检查器在JavaScript
    应用背景一个爪哇脚本代码,如果它是一个跳跃的一年,或者没有,非常有用的教育用途关键技术可以是非常有用的教学和学习的脚本和;
    2023-07-15 07:55:02下载
    积分:1
  • Java游戏源码,蚂蚁迷惑
    Java游戏源码,蚂蚁迷惑,Android游戏源码(依旧以andengine和libgdx开发的为主。话说开源游戏发布者主要集中在欧美用户群中,而欧美那边Java系又主要用这两款引擎)
    2022-02-20 07:03:42下载
    积分:1
  • android 播放网络MP3 音乐播放
    简单的基本功能,实测可行。 核心代码:package com.sharpandroid.music.activity;import java.io.IOException;import android.app.Activity;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import android.widget.ImageButton;import android.widget.SeekBar;import android.widget.TextView;import com.sharpandroid.music.R;import com.sharpandroid.music.StreamingMediaPlayer;public class MediaPlayer extends Activity { private Button streamButton; private ImageButton playButton; private boolean isPlaying; private TextView playTime; private StreamingMediaPlayer audioStreamer; @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main); initControls(); } private void initControls() { playTime=(TextView) findViewById(R.id.playTime); streamButton = (Button) findViewById(R.id.button_stream); streamButton.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { startStreamingAudio(); }}); playButton = (ImageButton) findViewById(R.id.button_play); playButton.setEnabled(false); playButton.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { if (audioStreamer.getMediaPlayer().isPlaying()) { audioStreamer.getMediaPlayer().pause(); playButton.setImageResource(R.drawable.button_play); } else { audioStreamer.getMediaPlayer().start(); audioStreamer.startPlayProgressUpdater(); playButton.setImageResource(R.drawable.button_pause); } isPlaying = !isPlaying; }}); } private void startStreamingAudio() { try { final SeekBar progressBar = (SeekBar) findViewById(R.id.progress_bar); if ( audioStreamer != null) { audioStreamer.interrupt(); } audioStreamer = new StreamingMediaPlayer(this, playButton, streamButton, progressBar,playTime); audioStreamer.startStreaming("http://192.168.64.1/xa.mp3",5208, 216); streamButton.setEnabled(false); } catch (IOException e) { Log.e(getClass().getName(), "读取音乐出错!", e); } }}
    2014-05-26下载
    积分:1
  • 医疗商店管理系统在 Java 项目详细信息
    医疗商店管理系统项目是在 Java 平台中实现一个桌面应用程序。它们是修改此项目为每 requirement 的。 Entity–relationship(er) 图,数据流图 (dfd) 医疗商店管理系统报告文件中的序列图和软件需求规范 (SRS)。下载医疗商店管理系统桌面应用程序项目的 Java 源代码。Java 项目桌面迷你和源代码中的主要项目。医疗商店管理系统在项目文件中提供的概要。此源代码导入在 nedbeans 应用程序开发。医疗商店管理系统项目的源代码为 BE、 咨讯、 mca、 bca、 工程、 bs cs,它的软件工程的最后一年学生能提交源代码的拼贴。阿克沙伊 mahadik 提交此源代码。下载免费脚本、 源代码、 点评和更多。我们有链篦机项目集合的 Java 源代码。
    2023-05-07 04:10:03下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载