-
android 未读消息提醒 加图标 实例源码下载(viewbadger)
未读消息提醒 实例源码,非常不错
- 2015-01-30下载
- 积分:1
-
Media_Setting
基于全志A10 android4.0平台,开发的GPIO控制程序,通过UI界面选择不同状态下GPIO口输出不同的电平状态,来实现由高低电平来控制外部设备;本例程主要实现5个IO口控制Audio和vedio的不同格式输出(Based on Allwinner A10 android4.0 platform, the development of the GPIO control procedures, through the UI interface to select a different state, a different GPIO port output level state, to achieve the high and low to control external devices This course mainly to achieve five IO port control Audio and vedio output different formats)
- 2013-10-08 21:33:56下载
- 积分:1
-
testtesttest
测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试
- 2022-03-26 09:30:48下载
- 积分:1
-
Stegnography
隐写术通常是经济法的社会,字面意思就是,"覆盖写作",并从希腊的语言中,在那里用这种方法意味着覆盖和图 meanswriting。隐写术被定义由马库斯 · 卡恩,如下所示,"隐写术是艺术和科学交流方式 whichhides 通信的实际存在。加密,去向敌人允许检测、 拦截和修改消息没有失声违反保证密码体制的某些安全处所,隐写术的目的是隐藏内其他无害的消息,在客场不允许任何敌人,甚至检测到第二个 messagepresent 的消息"。Steganographyis 势头,因为它得分密码,因为它使到 embedthe 秘密的消息文件来覆盖文件。隐写技术提供 morepromise 的数字图像,音频和视频处理。数据可以被隐藏在封面文件和人眼中的嵌入 techniquesuggests 将 beunable 注意到覆盖文件中的隐藏的文件。这种技术可以用于隐藏图像/音频/视频格式。< 跨度 style="font-size:12.0pt;line-height:115%;font-family:""> 信息通过在存储对于描绘/音频/视频中创建大量的冗余空间隐藏模糊化。隐写术方法的说明,转递 secretmessages 组成。这些秘密的消息通过未知的盖 carriersin 转移这种方式,嵌入的邮件文件 isundetectable 的存在。载体包括图像、 音频、 视频、 文本或代码或传输任何 otherdigitally 表示。隐藏的消息可能 beplaintext、 密码文本,或任何可以表示为比特流的东西。
- 2022-06-16 16:43:56下载
- 积分:1
-
Slidingmenu
Slidingmenu
- 2015-01-17下载
- 积分:1
-
android 异步 执行 任务 例子 附讲解
Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(), objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute() doInBackground() onProgressUpdate() onPostExecute() onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else { //continue... } See this Image For more Clear.
- 2013-07-05下载
- 积分:1
-
基于 web 的 java 项目
项目状态信息系统具有前端使用的 jsp 页面和公务员装卸和处理请求帧工作基于 java web。
- 2022-04-18 08:27:18下载
- 积分:1
-
src
使用百度地图和定位SDK做的简单示例代码,鹰眼轨迹部分还没有完全完成,先上传这部分,由于文件过大,只上传src部分,百度SDK官网上均下载链接(Using Baidu Map and Location SDK to do a simple example code, the Eagle Eye Track part has not been fully completed, first upload this part, because the file is too large, only upload the SRC part, Baidu SDK official website are downloaded links.)
- 2020-06-21 14:20:02下载
- 积分:1
-
java成熟开源项目
基于freemaker生成复杂word文件,思路不错,可以参考。1、支持文本、Excel、Word格式的导出功能,适应不同类型用户的使用习惯。2、可以直接在Word文档中编辑图片、表格,系统在导入的过程中会进行解析、转换工作。3、在导出过程中,由于一些格式错误,系统不仅能准确提示,并且可以引导客户定位到相应的错误点上。4、提供高效率的相似性检查功能。
- 2022-11-23 10:30:04下载
- 积分:1
-
ckeditor源码包
这是ckeditor源码包,如果想学习的朋友,可以下载看看~
- 2023-05-02 19:20:03下载
- 积分:1