登录
首页 » C++ Builder » HY-cipro200240-LDR

HY-cipro200240-LDR

于 2005-06-21 发布 文件大小:7KB
0 104
下载积分: 1 下载次数: 2

代码说明:

  一个通用的安装程序 大家有什么意见可以说 小弟日后会努力改的好一点的(a common installation procedure you can say what the future will be finding efforts to change a good one)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mousepointer_rar
    鼠标指针的改变程序,下载了一定会对你们有帮助的(The mouse pointer changes to procedures, to download a certain amount you will have help)
    2008-05-10 13:45:25下载
    积分:1
  • 新科库存管理系统
    新科库存管理系统~1、问题描述(功能要求): 新科公司现有以下设备:普通电视机、DVD、带DVD的电视机,带DVD的电视机的售价为普通电视机和DVD单价之和的80%,要求对所有的库存设备都能按照品名进行显示、查找、增加和删除、保存的功能。 (new branch inventory management system to a problem description (functional requirements) : existing and new companies the following equipment : ordinary TV, DVD, TV with DVD, DVD TV with the price of ordinary TV and DVD priced sum of the 80% required for all stocks equipment is in accordance with the description of that search, and delete increase, the depositary functions.)
    2005-09-02 11:56:40下载
    积分:1
  • syscode
    深入学习Win32系统服务开发与实例一书的源代码(In-depth study the source code of the Win32 system service development and examples of a book)
    2012-06-22 13:06:07下载
    积分:1
  • PM
    说明:  (1)运行环境:本系统是基于Windows操作系统下的一个提供给宿舍管理员使用方便其管理宿舍日常事务的软件,操作系统必须为Windows系列的升级到Microsoft .Net Framework 2.0以上的公共语言运行库,其所用到的第三方控件的连接文件已经全都打包到本系统根目录中,操作系统不需要任何特殊的设置,该系统尚未正式投入使用。 (2)开发环境:本系统是基于Microsoft .Net Framework 2.0平台开发的,采用的编程语言为C#,开发工具为Microsoft Visual Studio 2005。 (3)功能说明:系统所能完成的所有功能 a.员薪资料管理 b.部门管理 c.假期管理 d.考勤管理 e.加班管理 f.薪资管理 g.安全管理(nihao)
    2009-12-15 12:35:16下载
    积分: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
  • lock_hungry
     给出进程需求矩阵C、资源向量R以及一个进程的申请序列。使用进程启动拒绝和资源分配拒绝(银行家算法)模拟该进程组的执行情况。要求: 初始状态没有进程启动 计算每次进程申请是否分配?如:计算出预分配后的状态情况(安全状态、不安全状态),如果是安全状态,输出安全序列。 每次进程申请被允许后,输出资源分配矩阵A和可用资源向量V。 每次申请情况应可单步查看,如:输入一个空格,继续下个申请 (The  gives processes demand matrix C resource vector R as well as the application of a process sequence. Using the process starts refused to reject and resource allocation (the bankers algorithm) analog implementation of the process group. Requirements: initial state process starts calculated each time the process is whether the application is assigned? : Calculate a state after the pre-allocated (safe state, unsafe state), if it is a safe state, the output safety sequence. Each process the application is allowed, the the output resource allocation matrix A and the resources available vector V. Each application should be able to single-step view, such as: type a space, continue to the next application)
    2021-01-17 00:38:45下载
    积分:1
  • airfoilc
    C语言编写的坐标转换的代码 物理平面与计算平面的转换(C language code for the coordinate conversion calculation of the physical plane and plane conversion)
    2010-01-24 18:37:11下载
    积分:1
  • B18
    E:Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或 者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境 将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其 打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
    2007-05-19 19:40:37下载
    积分:1
  • gwhttp
    说明:  简单windows/linux/unix下http Server 自己写程序时开个后端配置什么的使用(socket server support windows/linux/unix simple http server)
    2019-07-31 17:10:22下载
    积分:1
  • temp-medregch
    nokia3310 and temprature sensor display pic18f2550 picc source code
    2014-08-26 18:11:03下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载