登录
首页 » Process-Thread » 利用命名管道实现进程间的通信,本程序为服务器端程序

利用命名管道实现进程间的通信,本程序为服务器端程序

于 2022-02-10 发布 文件大小:29.22 kB
0 131
下载积分: 2 下载次数: 2

代码说明:

利用命名管道实现进程间的通信,本程序为服务器端程序-Realize the use of Named Pipes Interprocess Communication, the procedures for the server-side procedures

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

发表评论

0 个回复

  • a USB drive for safe removal!!
    a USB drive for safe removal!!
    2022-04-08 15:20:31下载
    积分:1
  • program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
    program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
    2022-02-10 00:03:03下载
    积分:1
  • 一个使用匿名管道实现进程间通讯的程序
    一个使用匿名管道实现进程间通讯的程序- A use anonymous pipeline realizes the advancement the communication procedure
    2023-04-25 20:50:03下载
    积分:1
  • 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
  • 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
  • 提供一个进程保护的通用独立模块。 也就是说可以实现多进程保护功能的DLL。...
    提供一个进程保护的通用独立模块。 也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
    2022-09-06 09:15:02下载
    积分:1
  • 一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码...
    一个清华的老教授写的如何在dos下实现windows界面的一个程序源代码-an old professor of Qinghua wrote how dos under windows interface of a program"s source code
    2022-03-05 11:21:19下载
    积分:1
  • bios启动程序,在DOS下运行成功。要经过编译
    bios启动程序,在DOS下运行成功。要经过编译-bios commencement of proceedings, under the DOS operating successfully. To be compiled
    2022-01-25 17:55:37下载
    积分:1
  • 多线程编程的两个实例,对于多线程的工作机制的理解有帮助...
    多线程编程的两个实例,对于多线程的工作机制的理解有帮助-Multi-threaded programming two examples, for the working mechanism of multi-threaded understanding has helped
    2022-03-07 05:04:55下载
    积分:1
  • 采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成....
    采用WIN32和DDK实现的W2000的线程池机制.可以预先创建多个线程,维护由系统自动完成.-use WIN32 and DDK the W2000 to achieve the thread pool mechanism. Advance create multiple threads, preserving completed by the system automatically.
    2022-08-20 07:50:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载