-
mywork
自己写的java小程序,包括一个邮件界面,并对界面上的控件进行监控,对事件反应并通过命令提示符显示出来(Write their own Java applets, including an e-mail interface, the controls and interface monitoring, incident response and displayed through the command prompt)
- 2012-04-02 17:16:28下载
- 积分:1
-
SARViewer 微波遥感实习程序的源代码,通过GDAL读取常用遥感影像
说明: 微波遥感实习程序的源代码,通过GDAL读取常用遥感影像,如img,tiff 可实现读取显示和雷达影像处理的一些基本算法(The source code of the microwave remote sensing internship program, reading common remote sensing images through GDAL, such as img, tiff can realize some basic algorithms of reading display and radar image processing)
- 2020-04-04 13:28:40下载
- 积分:1
-
891-891-1-PB
Digital image face detection had been developing so much in this last decade. The searching for the best
method is still walking until today. This face detection research is using color model based segmentation method
combined with template matching. There are 4 main process in this research. First, motion detection is used to
minimize the size of the image by subtracting image n with image n+m. Then, by using YCbCr color model based
segmentation, the image is separated by skin color area and non-skin color area. Third, is to reduce the noise by
using the blurring way and by filtering its wide. The last one is matching the area that last with template that has
been prepared to detect which area is face. The result of the research, from 217 images and 10 videos , shows
that this method reach up to 70,5 face detection accuration procentage.
- 2013-11-22 22:58:45下载
- 积分:1
-
tts
vc++利用mfc实现speech sdk(vc++ use mfc speech sdk)
- 2012-11-01 21:53:09下载
- 积分:1
-
MATLAB建模 人口增长模型 源程序代码
说明: 此程序为预测人口在增长的模型,能够有效的预测未来几年的人口数量(This program is a model for predicting population growth, and can effectively predict the number of population in the next few years.)
- 2021-04-12 22:28:56下载
- 积分:1
-
Form1
说明: 读取串口数据,实时显示变量的波形图,是一个winform窗体。(Real-time display waveform)
- 2020-06-18 23:40:02下载
- 积分:1
-
java编写的 动态互动景观全景好的例子代码
java编写的 动态互动景观全景好的例子代码-prepared by the dynamic interaction panoramic landscapes good example code
- 2022-02-20 15:34:35下载
- 积分:1
-
Channel-Power-game
基于认知无线电的研究,同时对信道分配与功率控制进行研究。并详细描述了博弈论的相关实现方法。(channel assignment and power control with game theory.)
- 2011-12-13 19:55:37下载
- 积分:1
-
QQChar_SER_Cliet
java版QQ聊天,实现用户登录验证,群发,私聊及公告,后台数据MSSQL2K(java version of QQ chat, users logged in achieving certification and repeated, and Private Chat notice background information MSSQL2K)
- 2006-11-18 23:50:58下载
- 积分:1
-
Process
java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪
W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得
CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用
CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的
PCB,以便进行检查。 (Java process scheduling)
- 2018-11-29 23:13:42下载
- 积分:1