登录
首页 » java » BluetoothDemo

BluetoothDemo

于 2022-10-14 发布 文件大小:808.41 kB
0 77
下载积分: 2 下载次数: 1

代码说明:

BluetoothDemo

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

发表评论

0 个回复

  • 完美ASP手机充值源码
    资源描述使用说明: ======================================== 运行环境:asp+access 后台路径:/admin 默认管理员 admin   密码 admin ————————————————
    2022-05-17 18:51:52下载
    积分:1
  • safetyManagement
    运用典型的ssh2框架,具有上传文件,加解密,数字签名和身份认证等功能(Use ssh2 typical framework, with the uploaded file encryption and decryption, digital signature and authentication functions)
    2012-06-17 15:47:30下载
    积分:1
  • Java3d实例程序,可用于验证Java3d编程环境设置正确与否,以及相关驱动安装是否正确!...
    Java3d实例程序,可用于验证Java3d编程环境设置正确与否,以及相关驱动安装是否正确!-Java 3d pro.
    2022-05-28 22:52:25下载
    积分:1
  • 23JavaDesignPatterns
    JAVA的设计模式经前人总结可以分为23种(JAVA was designed by our predecessors can be divided into 23 kinds of summary)
    2010-01-30 10:02:12下载
    积分: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
  • code
    水平竖直线交点就是输入些水平线段和竖直线段的坐标(文件输入) 然后输出几个交点(The level of vertical lines is the intersection of some level of input the coordinates of line segments and vertical segments (file type) and then the output of several intersection)
    2010-01-24 23:29:33下载
    积分:1
  • 吃豆游戏,查看HTML见效果k
    吃豆游戏,查看HTML见效果k-eat beans games View HTML see results k
    2022-03-03 17:46:43下载
    积分:1
  • mongo-java-driver-2.11.4
    mongo-java-driver-2.11.4,mongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-drivermongo-java-driver
    2022-03-14 04:07:04下载
    积分:1
  • 一整套WCM系统,支持前后端分离
    IBPDWCM是一个支持自定义表单和自定义模版的web内容管理系统,该项目是整个IBPD信息化项目中的一部分,另外还有SSO系统(统一用户管理和单点登录)、Search系统(基于索引的检索系统)、comment系统和form系统(自定义表单和流转系统)。
    2022-03-06 14:40:27下载
    积分:1
  • it is a presentation for java profiler
    it is a presentation for java profiler
    2022-02-14 06:39:46下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载