-
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
-
UIdesign
蘑菇网界面仿制。有手势识别,ListView优化,注册,删除等操作(Mushrooms network interface imitation. Gesture recognition, ListView optimization, registration, delete operation)
- 2013-02-25 16:56:39下载
- 积分:1
-
SpnOverride
private HashMap Source Code for Andriod.
- 2013-12-13 14:51:23下载
- 积分:1
-
Android 仿微信聊天气泡及添加表情功能
Android 仿微信添加表情功能,同时还实现了微信聊天界面的气泡消息功能,聊天消息气泡模拟的十分相似,关于气泡的生成,请参考源代码中的MainActivity.java文件。关于表情生成功能,是在聊天界面使用正则表达式,用来判断消息内是否有表情,对spanableString进行正则判断,如果符合要求,则以表情图片代替,生成24个表情,通过传入的正则表达式来生成一个pattern。重点参考ChatMsgEntity.java、ChatMsgViewAdapter.java、Expressions.java文件。
- 2022-05-27 07:19:31下载
- 积分:1
-
Android_Device_Driver_Guide10
android device driver guide
- 2012-09-14 09:53:12下载
- 积分:1
-
手势中的应用
Android 的手势的应用程序,这个应用程序是帮助写注意它因此为提高此应用程序与此模型中的开放源码的代码我想向这提交的应用程序开发所有的安卓开发者基于触摸屏幕文字在屏幕上
- 2022-01-25 14:59:41下载
- 积分:1
-
百度地图导航定位相关功能
集成百度sdk相关定位,导航,获取经纬度。具体细节可查看相关Api,使用前先注册相关的百度APK Key 还有attms语音播报功能。
- 2022-03-12 08:17:35下载
- 积分:1
-
Android 模仿微信导航页左右滑屏效果源码
Android 模仿微信导航页左右滑屏切换内容效果源码,类似的功能现在Android手机上很普遍 ,基本上每安装一个APP在打开时的欢迎界面,都会是连续几张的图片,用户左右滑屏,就可切换欢迎页内容,看完欢迎页,才进入到APP界面,这种导航界面效果现在大家已经习惯了,很漂亮,不过建议不要搞太多图片啊,滑的着急。
- 2022-08-18 12:45:37下载
- 积分:1
-
Cards-UI-master
卡片式View,支持单个卡片,item为卡片的ListView
使用:
CardListView list = ...
list.setCardTheme(CardTheme.Dark)
CardAdapter adapter = new CardAdapter(this, android.R.color.holo_blue_dark)
list.setAdapter(adapter)
// Alternatively, you can pass a context and string resources in place of strings
// CardHeader has an optional second parameter for a subtitle
CardHeader header = new CardHeader( I m a header )
// You can optionally set an action to the header
// Specifying no action title will default to See More
header.setAction( See More , new CardHeader.ActionListener() {
@Override
public void onHeaderActionClick(CardHeader header) {
// Do whatever you want
}
})
// Add the header to the adapter, automatically notifies the list
adapter.add(header)
// Again, you can pass a context and string resources in place of strings
Card card = new Card( Hello , My name is Aidan )
adapter.add(card) (This library is no longer maintained, as this implementation is generally frowned upon in the new Google Material design guidelines, excluding certain situations (like Google Keep type UI). See the new CardView APIs in the Support Library.)
- 2015-01-24 15:06:35下载
- 积分:1
-
ViewPagerTD
android viewpager的左右无限循环、自动滑动(about android viewpager infinite loop, automatic sliding)
- 2013-11-27 16:50:01下载
- 积分:1