-
rtspd java实例
rtsp服务端
- 2022-06-19 08:14:44下载
- 积分:1
-
Xunshi_ACCESS_v5.0
讯时网站管理系统一款界面清爽、操作体验极好的ASP网站管理系统,而且免费开源,尤其是这套系统的新闻部分非常深受各位站长的喜爱,使用时,这个CMS系统的首页需要你自己设计一个模板,然后由后台设置后进行JS调用。因此后台的功能比较完备,大家可以看截图。(News site management system, a cool interface, the operation experience of a good ASP site management system, and free open source, especially the system of news section is very popular with all the webmaster favorite, use, the CMS system s home page you need to design a template, and then set up the background JS call. So the function of the background is relatively complete, you can see the screenshot.)
- 2015-09-19 10:30:36下载
- 积分:1
-
用java编写的leach源代码
资源描述leach用java编写的源代码,根据簇头剩余能量与初始能量比较,判断是否重新选择簇头。
- 2022-01-25 15:07:42下载
- 积分:1
-
根据用于指定月份,打印该月份所属的季节。根据用户定义的数值不同。打印对应的星期英文。
资源描述对初学者了一些练习,会使用判断语句if...else if,zhe 这只是其中一些例子,可以让初学者更好的理解判断语句。
- 2023-05-10 02:45:04下载
- 积分:1
-
HTMLPJS2.1.1
纯html+JS完成的抽奖系统,友通数码港实力派团队开发。
1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码
3、背景、主题和样式可根据会场需要自由更换修改
2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。
3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。
4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。
(Pure html+JS completion of the lottery system, DFI Cyberport Strength team development. 1, the number of decimation levels, the number can be freely defined front-end definition, need free to replace the modified according to the venue having to manually modify any code, background, theme and style, full screen display 1024X768 pixels, elegant interface, suitable for the projector projection party dinner luxurious places lottery system. Free to choose the keyboard and mouse operation, and other useless keys automatically shield. 4, environmental requirements, you only need the IE browser to complete the implementation and configuration.)
- 2012-05-26 23:32:19下载
- 积分:1
-
JSON数据格式入门教程
Json数据格式入门教程,简介:JSON 即 JavaScript Object Natation,它是一种轻量级的数据交换格式,非常适合于服务
器与 JavaScript 的交互。本文将快速讲解 JSON 格式,并通过代码示例演示如何分别在
客户端和服务器端进行 JSON 格式数据的处理。
- 2022-09-22 21:45:03下载
- 积分: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
-
仿微信聊天
资源描述仿微信聊天,带语音聊天功能;仿微信聊天,带语音聊天功能;仿微信聊天,带语音聊天功能;仿微信聊天,带语音聊天功能
- 2022-05-29 04:35:29下载
- 积分:1
-
RLE 压缩和减压的图像
项目显示压缩和解压缩 RLE 压缩的图像。编码的图像是保存到一个文本文件中,然后进行解码。
- 2022-07-22 21:52:02下载
- 积分:1
-
minisay1.1.1beta
说明: minIsay是一个简单的笔记程序,是我在学习php过程中的一个练习程序。
minIsay发布,主要用于记录一些简短,零碎的内容。minIsay是从Isay3修改、精简而来,minisay更简洁,操作更方便。
(minIsay notes is a simple procedure is the process I' m learning php in an exercise program. minIsay release, mainly for the record number of short, fragmented content. minIsay from Isay3 modified, streamlined from, minisay more concise and more convenient operation.)
- 2011-02-28 14:05:22下载
- 积分:1