登录
首页 » Process-Thread » 演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!...

演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!...

于 2022-08-18 发布 文件大小:88.41 kB
0 87
下载积分: 2 下载次数: 1

代码说明:

演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!-demonstrated how, in a program to control the operation of another program! To achieve automation!

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

发表评论

0 个回复

  • multiple thread演示,virtual系统的multiple thread,有助于教学用途
    multiple thread演示,virtual系统的multiple thread,有助于教学用途-multiple thread demonstration of multiple virtual thread, and the teaching purposes
    2022-08-22 08:34:26下载
    积分:1
  • Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As...
    Private Declare Function HideCurrentProcess Lib "hideproc.dll" () As Long 真正隐藏进程-Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As Long truly hidden process
    2022-04-18 19:51:46下载
    积分:1
  • involves threading a Chinese chess source code, including artificial intelligenc...
    涉及线程的中国象棋源代码,包含人工智能算法-involves threading a Chinese chess source code, including artificial intelligence algorithms, etc.
    2022-11-10 00:30:03下载
    积分:1
  • LED VC progress of the source code, the effect is very oh. But it is not the SDK...
    LED 进度条VC源代码,效果很哦。不过不是 SDK 和 ATL 写的。-LED VC progress of the source code, the effect is very oh. But it is not the SDK and ATL writes.
    2022-03-12 10:00:20下载
    积分:1
  • Port Access windows os
    Port Access windows os
    2022-05-24 19:25:16下载
    积分:1
  • use UTF
    采用 UTF-8 编码,完美兼容多语言 中文化的前台界面(不包括论坛帮助) 中文化的后台 中文化的安装与升级系统 中文的版主操作日志 为中文修正的 CSS, Javascript 为中文修正的语言截断 为中文修正的所见所得编辑器 修正邮件预览乱码的问题 修正模板和后台中多处未使用 Charset 声明出现乱码的问题 修正打印页面 HTML 标签错误混乱 去除后台首页附件使用空间统计(附件一多,首页进入奇慢) 加强的 SSI 脚本,允许以 Javascript 方式调用指定论坛的新帖 增加 Javascript 脚本自动缩图功能,图片加载之后会自动缩小到浏览器窗口的大小范围之内,不会撑破页面表格. 点击缩小后的图片将在新窗口内显示正常大小的图片,同时使用鼠标滚轮 + Ctrl 可以自由放大或缩小图片 各种中文兼容性修正 -use UTF-8 encoding. perfectly compatible with multi-language culture prospects interface (not including the Forum help), the cultural background of the Cultural Department of installation and upgrading EC Chinese operation log to the moderator that the Chinese CSS, Javascript amendment to the Chinese for the Chinese language disconnect that the editor can see from that chaos mail preview Amended code templates and background were not multiple use Charset statement causing distortion of the issues that print pages H TML labels wrong to remove confusion background Home spatial statistical annex (Anne
    2022-12-16 13:45:04下载
    积分:1
  • 能控制其它程序的运行。 用VB编写的
    能控制其它程序的运行。 用VB编写的-Be able to control other programs 。。。
    2022-03-24 16:27:08下载
    积分:1
  • 多线程编程学习手册,包括四个章节,1.多线程的必要性2.MFC中的多线程开发3.线程间的通信4.线程的同步,这是里面的程序源码,有10个例子,通俗易懂。...
    多线程编程学习手册,包括四个章节,1.多线程的必要性2.MFC中的多线程开发3.线程间的通信4.线程的同步,这是里面的程序源码,有10个例子,通俗易懂。-Multi-threaded programming learning manuals, including four chapters, 1. 2.MFC the need for multi-threaded multi-threaded development in three. Threads of communication 4. Thread synchronization, which is inside the program source yards, there are 10 examples, easy to understand.
    2022-02-06 06:48:02下载
    积分:1
  • the NT environment hidden process, the user is unaware of the conditions, the im...
    在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
    2022-03-23 05:27:10下载
    积分:1
  • define the dll exported functions, Inspection System for the state, if memory or...
    define the dll exported functions,用于检查系统状态,若有cpu或者memory使用正常,则返回错误-define the dll exported functions, Inspection System for the state, if memory or cpu normal use, the returned error
    2022-04-24 13:19:38下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载