-
断点上传_AndroidSocket
断点上传_AndroidSocket 断点上传_AndroidSocket
- 2014-04-10下载
- 积分:1
-
istimation
OFDM系统中以PN序列作为循环前缀和传统梳状导频信道估计方法对比(Comparison of PN sequences as cyclic prefix and traditional comb pilot Channel estimation methods in OFDM Systems)
- 2019-03-26 21:24:43下载
- 积分:1
-
android 文件存储 file操作 示例源码下载
android 文件存储 file操作 示例源码下载
- 2014-03-14下载
- 积分:1
-
android点菜系统
android 开发的点菜系统APP
适合学生毕业设计参考
- 2022-01-31 10:19:25下载
- 积分:1
-
仿蘑菇街 android UI设计源码
仿蘑菇街 android UI设计源码
- 2015-07-04下载
- 积分:1
-
Android 音乐播放器,也不失商业项目
Android 音乐播放器,不输于商业项目
- 2022-01-26 08:08:55下载
- 积分:1
-
android 232串口通讯
mApplication = (Application) getApplication();
try {
mSerialPort = mApplication.getSerialPort();
mOutputStream = mSerialPort.getOutputStream();
mInputStream = mSerialPort.getInputStream();
/* Create a receiving thread */
mReadThread = new ReadThread();
mReadThread.start();
} catch (SecurityException e) {
DisplayError(R.string.error_security);
} catch (IOException e) {
DisplayError(R.string.error_unknown);
} catch (InvalidParameterException e) {
DisplayError(R.string.error_configuration);
}
- 2022-01-24 15:19:55下载
- 积分:1
-
android中重力加速度小应用
本源代码是使用android中加速度和陀螺仪传感器一起调整小球运动,根据手机的转动,获取加速度传感的三个轴的数值来调整小球运动。
- 2022-10-02 08:55:03下载
- 积分:1
-
Android实现表单上传文件
Android的HttpURLConnections等并不能直接实现表单形式上传文件,必须另类实现。注册时一般是先利用表单上传头像图片得到头像在服务器的地址,再将得到的地址和其它注册信息提交。
- 2022-10-22 16:35:03下载
- 积分:1
-
android-order-system
基于Java的android点餐系统--android手机点餐系统,实现基本点菜功能,供大家参考学习(Java-based ordering system android- android phone ordering system, and the basic order functions, for reference study)
- 2020-06-25 21:00:02下载
- 积分:1