-
gathsrkernel
说明: LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高(The LDPC check matrix generation, the Gaussian elimination method and the BP decoding program can be used as the reference of the LDPC coding program, because the matlab code efficiency is not high.)
- 2019-03-26 14:56:01下载
- 积分:1
-
Qt聊天室项目(包括服务端和客户端)
简单的qt聊天室项目包括服务端和客户端
- 2020-05-14下载
- 积分:1
-
android listview 绑定数组 实例
listview绑定数组 呈现
- 2013-03-17下载
- 积分:1
-
Android 日程管理专家 APP源码
一个书中的Android编程范例,Android 日程管理专家 APP源码,主要功能有:添加日程、日程管理、日程搜索、功能设置等。创建新日程时的临时数据,只需要年月日三个数据,用来在刚刚进入新建日程界面日把年月日默认设置成当前日期:
final static int DIALOG_SET_SEARCH_RANGE=1;//设置搜索日期范围对话框
final static int DIALOG_SET_DATETIME=2;//设置日期时间对话框
final static int DIALOG_SCH_DEL_CONFIRM=3;//日程删除确认
final static int DIALOG_CHECK=4;//查看日程
final static int DIALOG_ALL_DEL_CONFIRM=5;//删除全部过期日程
final static int DIALOG_ABOUT=6;//关于对话框
final static int MENU_HELP=1;//菜单帮助
final static int MENU_ABOUT=2;//菜单关于
public static enum WhoCall
{//判断谁调用了dialogSetRange,以决定哪个控件该gone或者visible
SETTING_ALARM,//表示设置闹钟 按钮
SETTING_DATE,//表示设置日期按钮
SETTING_RANGE,//表示设置日程查找范围按钮
NEW,//表示新建日程按钮
EDIT,//表示修改日程按钮
SEARCH_RESULT//表示查找按钮
临时记录新建日程界面里的类型spinner的position,因为设置时间的对话框cancel后回到新建日程界面时会刷新所有控件,spinner中以选中的项目也会回到默认。
String[] defultType=new String[]{"会议","备忘","待办"};//软件的三个不能删除的默认类型
Dialog dialogSetRange;//日程查找时设置日期起始范围的对话框
Dialog dialogSetDatetime;//新建或修改日程时设置日期和时间的对话框
Dialog dialogSchDelCo
- 2023-04-29 08:30:03下载
- 积分:1
-
200个电路实例
【实例简介】
- 2021-10-01 00:30:57下载
- 积分:1
-
简易天气预报源代码
天气预报app,可以获得全国各地的天气情况,并加以显示
- 2022-05-24 02:50:34下载
- 积分:1
-
androidanimclass
版权所有(C)2013 Sergey Shatunov
- 2022-09-09 10:10:08下载
- 积分:1
-
Android 算命APP源码1518随身大师
Android 算命APP源码1518随身大师,包括了姓名测算、公司名测算、品牌名测算、英文名测算、网名测算等功能,闹着玩的,不要信以为真哦,仅是为了学习Android开发技术编写的小范例,源代码中注释很多,对初学者学习安卓的基础技巧有帮助。
- 2022-08-11 13:43:45下载
- 积分:1
-
安卓蓝牙打印机程序
经过测试可用的安卓蓝牙打印程序,可连接世面上常见的蓝牙打印机(非热敏),源码结构清晰可用,非常具有参考价值。
- 2022-09-04 00:20:03下载
- 积分:1
-
视屏录制demo,可以支持usb
android-eye
===========
Change your android phone to a surveillance security camera.
## Download ##
You can download binrary from Google Play:
https://play.google.com/store/apps/details?id=teaonly.droideye
## Specifications ##
* Streaming
* Build-in web service, you can see the video via browser in pc and another phone, a modem browser with HTML5 is reauired.
* H.264 video and G.726 audio
* Streaming via websocket between browser and android phone.
* Decoding H.264 and G.726 in pure Javascript
* Smart
* Support motion detecting (doing)
* Support advanced vision algorithms (doing)
* Publishing alarm messages to SNS (not ready)
* Access over internet
* This app don"t support internet, you can try my another ap
- 2022-11-06 02:50:03下载
- 积分:1