搜索资源列表
H264解码器源码 for Android
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有
GMapTracePro
- 使用http的get方式从web服务器获取经纬度数据并结合GoogleMap显示出所在点-Using http to get way from the web server to get the latitude and longitude data and show where the points with GoogleMap
Stock
- 一个很好的Android开发学习的例子,可以看到如何在Listview上显示数据。-This is a good sample to study Android developing,it is showing how to display data in listview.
seriaport_textview
- android串口通讯:能自动读取串口数据,并将显示在textView上。-android serial communication: serial data can be automatically read and displayed on the textView on.
CompassNew
- Android上的一款指南针小程序,改程序获取方向传感器数据,显示方向-A compass on Android, changing the procedures for obtaining the orientation sensor data to show that the direction
wuliu
- 读取手机端GPS信息,手机IMEI号,定时一分钟发到服务器上。手机软件能够接受并且显示服务器下发的数据。手机端支持IP地址设置。 物流信息系统终端-Read the GPS information of the mobile terminal, the phone IMEI number, timing one minute to the server. The phone software can accept and display server data. Mobile terminal
butterfly.h264
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
DragList
- 本系统主要是Android开发,实现以列表Listview的形式显示数据,并且对于列表中的Item数据项可以进行删除操作,常用于Android开发中对于sqlite数据库数据显示方式中,扩展性很高,具有良好的扩展性,界面美观。-This system is Android development, to the data of the list ListView in the form of display, and for the the Item data items in the list
GetGPS
- android实现GPS定位,然后将数据显示出来。-android GPS positioning, and then the data is displayed.
GameCaseDemo
- 整合项目,运行项目进入主界面,显示视频与小车控制界面,其中添加了二维码扫描、图片颜色识别、超声波与光照强度数据显示、拍照和sd卡数据存储与显示等功能。-Integration project, the project runs into the main interface, display video and car control interface, which adds a two-dimensional code scanning, image color recognition, u
test
- 画波形测试源码,简单的波形测试,随机数据显示波形。-test ECG
Android-statistic-GUI
- 在android平台上实现统计图表数据显示的GUI代码-On the android platform charts show the GUI code
ListViewJSON
- 一个通过服务器获取JSON数据,然后将数据显示用listview显示在手机端的源码实例。-A JSON data accessed by the server, and then the data display with a listview display source code examples on the mobile end.
AcceptSensor
- AcceptSensor 接受传感器数据例程,运行例程进入主界面,显示接受到的超声波与光照强度数据,显示光度,显示距离。-light Sensor/utrasonic sensor
Everyday_WeatherForecast
- 很好地天气预报APP的源码的学习范例,你可以很好的学习天气预报数据的获取和传输以及前台界面上面的数据显示。-good to learn data bind.
HorizontalListView
- android实现listView水平滚动。通过GridAdaper实现数据显示。-android achieve listView horizontal scrolling. By GridAdapter display data....
dddpeter-RainWeather
- 带PM2.5数据的知雨天气是一个基于安卓的带有PM2.5数据的天气预报源码,天气数据是直接访问的http://m.weather.com.cn/data/xxxxxxxxxx.html,xxxxxxx需要替换成城市代码,例如北京是101010100。获取到天气的json数据后把所有数据保存到本地的文件里,然后再在本地文件中读取数据显示到界面上,PM2.5数据由pm2d5.com提供,获取方式与天气获取方式雷同。定位是直接用的系统的定位,我在手机上测试的是现在的项目已经不显示天气信息了,有可能是定
Test1
- 依次输入姓名学号性别,班级,年级,单击添加按钮,让数据显示在按钮下方(Enter the name school sex, class, grade, click Add button, and display the data below the button)
实验6 WiFi温湿度传感器读实验-V20160630
- APP通过WIFI读取数据显示,代码为安卓源码,语言为Java。(APP ACCESS WIFI TO READ THE INFO AND DISPLAY.)