Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - c B
Search - c B - List
Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through Parcel data packets and examples of solution procedures for the Android environment in which a program (C++ program) data package in the Parcel and Parcel sent to the SOCKET B procedures (C++ program) through the receiver SOCKET Parcel to the package, and a solution in which the data package. Incidental Android.mk required documents, and how to run the compiler. Procedures are listed in the results, the last of a number of problems in the procedure to do an analysis of the ideas put forward.
Date : 2025-12-21 Size : 123kb User : code998

Android 画图学习总结。 Android画图学习总结(一)类的简介 Android画图学习总结(二)Bitmap Android画图学习总结(三)Drawable Android画图学习总结(四)Animation Android画图学习总结(五)Paint -Android drawing study concluded. Android drawing study concluded (a) an introduction to Android drawing class study summary (b) Bitmap Android drawing study summary (C) Drawable Android drawing study summary (d) Animation Android drawing study summary (V) Paint
Date : 2025-12-21 Size : 539kb User : 郑绍华

2011年,若水工作室制作了《Android开发从零开始》系列课程,感谢大家的鼓励和支持。为了进一步提高Android开发培训水平,2012年若水工作室又倾心制作的项目实战视频『若水新闻』客户端开发教程,今天终于与大家见面了。 本系列课程目标 a.提高UI设计能力 b.巩固Android程序设计基础 c.异步更新UI d.掌握Android中HTTP通信 e.掌握JSON格式解析-In 2011, Flow studio produced a series of courses of the Android developer from scratch, thank you for your encouragement and support. To further enhance the Android development training level, the 2012 Flow Studios attracted to the production of the project the actual video is like news client development tutorial, finally meet with you today. This series of courses target a. Improve the UI design capabilities b. Consolidate the Android application design basis c. Asynchronous update the UI d. Master in Android HTTP communication e master JSON format resolution
Date : 2025-12-21 Size : 1.74mb User : 冯术林

H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 如果程序崩溃退出,优先考虑: 1)是否是baseline 2)byte [] NalBuf = new byte[40980] 缓冲区是否溢出。 如果有B帧,那肯定不是baseline。 -H264 Decoder C++ version decode source
Date : 2025-12-21 Size : 131kb User : 李军

H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。 如果程序崩溃退出,优先考虑: 1)是否是baseline 2)byte [] NalBuf = new byte[40980] 缓冲区是否溢出。 如果有B帧,那肯定不是baseline。 这个是测试码流-If the program crashes to exit, giving priority to: 1) whether the baseline 2) byte [] NalBuf = new byte [40 980] buffer overflow. If B frames, it certainly is not the baseline. This is a test stream
Date : 2025-12-21 Size : 410kb User : 李军

DL : 0
使用sqlite实现手机通讯录 a) 要求使用SQLite数据库保存通讯录,使得每次重新运行程序均能显示当前联系人列表; b) 主界面包含一个联系人列表,每一项显示联系人名称和联系方式; c) 主界面应包含一个添加按钮,单击时添加新的联系人; d) 单击任意一个列表项可以修改联系人信息; e) 长按任意一个列表项可以删除该联系人信息 -Use sqlite to phone contacts a) require the use of the the SQLite database holds contacts, each re-run the program can display the current list of contacts b) the main interface contains a list of contacts for each contact name and contact c) the main interface should contain an Add button, when clicked, add new contacts d) Click on any of the contact information for a list e) long can be deleted by any of a list of items you can modify the contact information
Date : 2025-12-21 Size : 888kb User : nicky

DL : 0
下拉列表范例 1存储数据的数组 2通过ID获取ListView对象 3构造适配器 4向ListView添加适配器 -ListDemo of Android // String data[]=new String[]{"a","b","c"} // ListView listView=(ListView)this.findViewById(R.id.listview) // ArrayAdapter<String> arrayAdapter=new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1, data) // listView.setAdapter(arrayAdapter) listView.setSelection(1) } }
Date : 2025-12-21 Size : 37kb User : 韩文红

对于yuv数据的操作处理,包括yuv转rgb格式,yuv数据的缩放等操作,已在Android上测试过可用-52/5000 Duìyú yuv shùjù de cāozuò chǔlǐ, bāokuò yuv zhuǎn rgb géshì,yuv shùjù de suōfàng děng cāozuò, yǐ zài Android shàng cèshìguò kěyòng For yuv data processing, including yuv rgb format, yuv data scaling and other operations, has been tested on Android available
Date : 2025-12-21 Size : 7kb User : 郭德刚

DL : 0
a GSM 06 10 RPE&shy;LTP coder and decoder in C div hr div B 文件列表 B : d()
Date : 2025-12-21 Size : 56kb User : Mzdge
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.