-
Dynamic_Subchannel_and_Bit_Allocation_in_multiuse
Dynamic Subchannel and Bit Allocation in multiuser mimo-ofdma systems.
- 2010-01-26 16:41:46下载
- 积分: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
-
三叶草ywsc
说明: 医疗信息管理系统
用vb编写
电子处方、药房管理等
(medical information management system used to prepare vb electronic prescriptions, pharmacy management, etc.)
- 2006-02-14 11:19:59下载
- 积分:1
-
一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用...
一个纯jsp的购物网站,没有用到任何框架,适合初学者学习使用-Jsp a pure shopping site, did not use any framework, suitable for beginners learning to use
- 2022-05-05 07:57:23下载
- 积分:1
-
ListDemo
CListCtrl控件的一个例子,教你学会控件的使用方法,如何设置等基础技巧,例子运行效果请看截图,其它的就不多说了,有需要的就下载源码吧,VC6.0可直接编译。(CListCtrl control an example to teach you how to control the use of methods, how to set up basic skills such as, for example, run effect see screenshot, the other is not to say, there is a need to download the source code it, VC6.0 compiled directly.)
- 2013-04-16 19:04:19下载
- 积分:1
-
CWRU
排列熵程序和实例,用于排列熵的学习和程序调试(Arrangement of entropy procedures and examples for the entropy of the learning and debugging process)
- 2020-07-01 06:00:01下载
- 积分:1
-
spatial4
此种模型绘制类似米字形的网格。由于整个过程递归调用绘图函数,所以可以根据误差判断绘制DEM的精细程度,从而绘制出不同精细程度的DEM,为解决漫游中数据量较大而引起的画面不流畅现象提供了模型基础。 本文并没有对LOD作研究,只是给出了四叉树的建立和遍历绘图的方法。
#include "Pt3d.h" //空间点类(主要记录空间点的x,y,z)
(Rendering such a model similar to rice-shaped grid. Recursive calls as a result of the whole process of mapping function, so it can be judged according to the error map of the fine DEM, thus rendering a different degree of precision DEM, for the settlement of roaming in the amount of data arising from the larger screen does not provide a model of fluid based on the phenomenon. This article does not LOD for research, but given quadtree traversal of the establishment and mapping method.# Include Pt3d.h // space-point type (mainly recorded space points x, y, z))
- 2007-11-27 10:36:15下载
- 积分:1
-
vc_Program_for_sticky_feature_source
vc程序实现便利贴功能源码vc Program for sticky feature source
(vc program functions to achieve sticky source vc Program for sticky feature source)
- 2010-08-05 12:07:25下载
- 积分:1
-
模拟邮件客户端代码。类似于Foxmail,可以从Mail网站收邮件。
模拟邮件客户端代码。类似于Foxmail,可以从Mail网站收邮件。-Mail client simulation code. Similar Foxmail, can incoming mail from the Mail website.
- 2022-09-17 17:40:03下载
- 积分:1
-
C# 最全的图书管理系统 自带论文
C# 最全的图书管理系统 自带论文
- 2017-06-22下载
- 积分:1