登录
首页 » Process-Thread » VC++下命名管道编程

VC++下命名管道编程

于 2023-02-10 发布 文件大小:331.40 kB
0 27
下载积分: 2 下载次数: 1

代码说明:

VC++下命名管道编程-VC named pipe programming

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

发表评论

0 个回复

  • os system management
    操作系统进程管理-os system management
    2022-07-06 13:08:09下载
    积分:1
  • 计算机的进程调度算法FCFS视觉服饰FPF
    计算机进程调度算法FCFSSJFSFPF-Computer process scheduling algorithm FCFS SJFS FPF
    2022-11-04 20:30:03下载
    积分:1
  • 多线程编程示范例子,学习的好资料
    多线程编程示范例子,学习的好资料-multithreaded programming model example of a good learning information.
    2022-11-04 12:10:04下载
    积分:1
  • 实现心血管功能无创监测及参数分析,包括了界面、通讯、数据管理、打印等功能!...
    实现心血管功能无创监测及参数分析,包括了界面、通讯、数据管理、打印等功能!-To achieve non-invasive monitoring of cardiovascular function and parameter analysis, including the interface, communications, data management, printing and other functions!
    2022-07-20 08:34:39下载
    积分:1
  • 使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。...
    使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。-STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
    2022-02-02 01:37:18下载
    积分:1
  • 当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下...
    当前比较流行的线程POOL的类,利用它就可以实现服务器的实时处理模型,代码为vc7下-current more popular threads POOL class, it can be used to achieve real-time processing server model, under the code-vc7
    2022-06-14 13:19:52下载
    积分:1
  • using the BACC compiler, and then run BAINTERP
    先用BACC编译,再用BAINTERP运行-using the BACC compiler, and then run BAINTERP
    2022-03-17 18:53:05下载
    积分:1
  • program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize =...
    program VirtualMemory {$APPTYPE CONSOLE} uses SysUtils, Windows const PageSize = 4096 //定义页面大小 var VmAddress, CommitAddress: Pointer //存放虚拟内存基址 Text: Pchar begin //保留二页虚拟内存 VmAddress := VirtualAlloc(nil, PageSize * 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned(VmAddress) then begin WriteLn( 保留虚拟内存失败! ) ExitProcess(0) end else WriteLn(Format( 保留虚拟内存成功, 基址为:[%8.8x]! , [Longint(VmAddress)])) //提交第二页虚拟内存 CommitAddress := Pointer(Longint(VmAddress) + PageSize) CommitAddress := VirtualAlloc(CommitAddress, PageSize, MEM_COMMIT, PAGE_READWRITE) if not Assigne-program VirtualMemory ($ APPTYPE CONSOLE) uses SysUtils, Windows const PageSize = 4096// definition pages size var VmAddress, CommitAddress : Pointer// virtual memory-based storage site Text : Pchar begin// reservations two virtual memory VmAddress : = VirtualAlloc (nil. PageSize* 2, MEM_RESERVE, PAGE_READWRITE) if not Assigned (VmAddress) then begin WriteLn (reservations virtual memory failure!) ExitProcess (0) end else WriteLn (Format
    2022-10-06 15:35:03下载
    积分:1
  • 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优...
    编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five. The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process. Static priority number is determined when creating the process, and in the whole process will not change during the operation. Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example : In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase
    2022-03-07 17:51:07下载
    积分:1
  • 多线程范例,利用Windows+MFC开发,学习多线程的例子
    多线程范例,利用Windows+MFC开发,学习多线程的例子-multithreading example, the use of Windows+ MFC development, learning multithreading example
    2022-12-07 06:35:03下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载