-
这是一个VNC源代码,号称世界上监控速度最快的监控系统.
这是一个VNC源代码,号称世界上监控速度最快的监控系统.-This is a VNC source code, which claims to monitor the world
- 2023-02-28 07:15:04下载
- 积分:1
-
Filterbankbasedblindsignaseparationwithestimatedso
采用滤波器组,将盲分离与声源定位结合在一起。滤波器组中分别进行子带处理,并且在每个子带中进行声源定位,最后综合所有子带估计的方向得到多个声源的方位信息,同时将声源信息作为ICA分析的约束条件,可以在色噪声及多得到更好的盲分离效果。其优势在于用滤波器组进行多次的估计声源方向,再加以合适的权值均衡后即可得到更优的估计。(The use of filters will be blind source separation and sound localization together. Filter group were sub-band treatment, and in each sub-band in Sound Source Localization, and finally all the sub-band is estimated to be more than the direction of sound source location information, as well as sound source information as ICA analysis of the binding conditions, colored noise can be better and many of the blind source separation effect. Its advantage lies in a number of filter banks with estimated sound source direction, coupled with an appropriate balance weights can be obtained after the better estimate.)
- 2009-03-06 09:24:04下载
- 积分:1
-
bandpass_filter
说明: 通过matlab来实现带通滤波,可自由设置带通范围,滤波效率高,结果精确(Through MATLAB to achieve band-pass filtering, the band-pass range can be set freely, the filtering efficiency is high and the result is accurate)
- 2020-11-19 01:21:58下载
- 积分:1
-
945593
软件卸载管理源码,调用API函数实现软件卸载管理功能。(Uninstall Manager software source code, API function calls uninstall software management capabilities.)
- 2016-01-23 10:44:21下载
- 积分:1
-
C# 实现进程守护功能 通用于所有进程,非法关闭和关机依然适用 附完整源码下载
1. 下载本实例源码 2. 安装注意事项 在配置档中配置你要守护的应用程序,应用程序之间用逗号隔开: 01 02 03 04 09 10 该项目是Windows服务,直接打开“CocoWatcher.exe”会报错,如图1所示:运行该守护程序需安装Windows服务,点击批处理文档“安装.bat”即可,“安装.bat”具体内容如下: 1 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe" 2 net start "CocoWatcher" 3 pause 如果你想卸载该守护程序,点击批处理文档“卸载.bat”,“卸载.bat”具体内容如下: 1 net stop "CocoWatcher" 2 "%cd%InstallUtil.exe" "%cd%CocoWatcher.exe" -u 3 taskkill /f /im CocoWatcher.exe 4 pause 3. 需求分析 用户指定要守护的应用程序(数量不限),该应用程序不仅包括exe可执行文件,还包括诸如jpg、txt等所有能双击打开执行的应用程序。用户设定好要守护的应用程序后,关闭应用程序(包括合法和非法关闭),该应用程序要能立即重启打开。当电脑重启时,要守护的应用程序也能自动全部打开。 4. 详细设计 要实现上述需求,首先要提供一个配置档,让用户能随意配置要守护的应用程序。那么,该配置档要配置应用程序的什么信息呢?答案:应用程序的全路径。 好,我们已经知道了要守护的应用程序的全路径,接下来怎样完成守护任务呢?首先,我们应该打开任务管理器,查看一下正在运行的有哪些进程,然后逐一读取出这些进程的全路径,与要守护的应用程序的全路径比对,如果一致,说明要守护的应用程序已开启了,此时要分配一条线程监控该进程句柄,当该进程句柄返回信息,说明该进程已关闭,此时释放进程句柄内存,并重启该进程。如果遍历任务管理进程列表中所有进程,没有找到与要守护的应用程序的全路径一致的进程,说明要守护的应用程序尚未打开,此时要启动该应用程序,然后转入监控流程。 值得注意的是,一定要额外分配线程去监控要守护的应用程序,为什么?因为如果你用主线程(入口函数线程)去执行监控任务,会被长期阻塞,直到进程退出才会被激活,这样就无法运行后续程序。况且,监控程序要实现持续监控,要使用死循环,如果主线程进入死循环,就无法监控其他要守护的进程了。
- 2013-07-19下载
- 积分:1
-
matlab-adsb-decoder-master
说明: 基于matlab平台的模拟ADS-B数据的解码过程(Decoding process of simulated ADS-B data based on matlab platform)
- 2020-04-22 19:28:56下载
- 积分:1
-
autocorr123.m
本程序实现两个任何实值序列的自相关互相关运算(The program realization of two of any real value of autocorrelation in calculating)
- 2010-06-08 09:34:22下载
- 积分:1
-
父亲孩子表示法孩子兄弟表示法
数据结构,实现树的父亲孩子表示、孩子兄弟表示(Data structure, father-child representation and child-brother representation of trees)
- 2019-04-09 14:16:10下载
- 积分:1
-
cetscoem
modify strat menu at windows
- 2019-01-25 17:31:24下载
- 积分:1
-
foursatvisitposition
matlab与stk的联合仿真的二次开发,这写的是四颗卫星访问地面站的例子,有兴趣可以来看一看,我们一起研究。(The second development of the joint simulation of MATLAB and stk, which is an example of four satellites visiting ground stations, is interesting to see, we will study together.)
- 2019-05-10 11:09:05下载
- 积分:1