-
4013724
本程序是对V-BLAST系统及其检测算法的仿真,可采用BPSK,QPSK,16QAM,64QAM调制,检测算法为ML,MM(This program is to simulate the V-BLAST system and its detection algorithm, which can be modulated by BPSK,QPSK,16QAM,64QAM, and the detection algorithm is ML,MM.)
- 2019-03-28 05:10:23下载
- 积分:1
-
ssh框架 全注解编程
对有一定ssh框架基础的同学有一定帮助
- 2015-04-08下载
- 积分:1
-
android动态壁纸中的水波纹效果
android动态壁纸中的水波纹效果,采用opengl中的shader实现
- 2015-04-12下载
- 积分:1
-
TestForFloatingWindow-master
android 8.0之前的悬浮窗口Demo代码(android before 8.0 float window Demo source code)
- 2019-06-15 21:55:45下载
- 积分:1
-
mobile POS
移动POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile POSmobile
- 2022-06-15 14:49:01下载
- 积分: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
-
android照相机,录像机 例子源码
android照相机,录像机 例子源码
- 2015-03-09下载
- 积分:1
-
location_jiankong
android 位置监控,让别人可以得到自己的位置,也可以自己查看地图(android position monitoring, so that others can get their own location, you can see for yourself map)
- 2013-08-31 17:33:55下载
- 积分:1
-
java Edit chat room
java Edit chatroom kaifa凡客萨林甲氟喹辣嫂甲氟喹lasjkfaslkjfklsadjf地鼠机昂科雷缝机kldjfklsadjfkasl
- 2022-02-22 03:49:46下载
- 积分:1
-
ec
安卓手机电子商务网站,含服务端和客服端。(Android mobile e-commerce sites, including client service and customer side.)
- 2014-01-10 17:02:09下载
- 积分:1