登录
首页 » Process-Thread » multithreading on the issue.

multithreading on the issue.

于 2022-06-16 发布 文件大小:52.29 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

关于多线程的问题。-multithreading on the issue.

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

发表评论


0 个回复

  • 一个关于多线程实例的程序
    一个关于多线程实例的程序-program about multi thread
    2022-07-02 20:05:13下载
    积分: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
  • 银行家算法 进程控制中用到的算吧 检测是是否死锁
    银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
    2022-02-13 07:13:03下载
    积分:1
  • 使用C写的主子线程的通讯,相信看后会对线程和线程通讯多一些了解。...
    使用C写的主子线程的通讯,相信看后会对线程和线程通讯多一些了解。-Written using the C master thread of communication, I believe, after watching threads and thread would be a little more understanding of communication.
    2022-02-05 14:36:52下载
    积分:1
  • vb多线程
    vb多线程-vb multithreading
    2023-06-21 04:55:03下载
    积分:1
  • 一个计算器程序 能够执行计算器的普通功能
    一个计算器程序 能够执行计算器的普通功能-a calculator program to implement the general function calculator
    2022-09-18 05:35:03下载
    积分:1
  • 实现了C++中的协程机制,对于支持动态脚本的 C++代码比较有用,请参见我的博客文章 http://www.cublog.cn/u/16663/show...
    实现了C++中的协程机制,对于支持动态脚本的 C++代码比较有用,请参见我的博客文章 http://www.cublog.cn/u/16663/showart.php?id=148848-realization of the C-HS mechanism for supporting dynamic script more useful C code, Please see my blog article http :// www.cublog.cn/u/16663/showart.php id = 14 8848
    2022-07-23 13:29:37下载
    积分:1
  • 可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数...
    可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型进行统计,并将所有文件的分析结果进行汇总,可以方便、准确的对程序代码量进行全面的统计。本软件是绿色软件,不需要安装,直接运行。-can be used to VC, C Builder, Delphi, VB, C/C, ASM source code for the procedures detailed statistics can be very precise procedure code OK, OK Notes blank line and the number of rows. The program will automatically choose your type of document statistics and the analysis of all the documents summarized results can be easily and accurately the volume of code for comprehensive statistics. The software is green software without the need for the installation, operation directly.
    2023-05-16 05:50:03下载
    积分:1
  • Socket线程池,在Unix / Linux编译。
    socket+线程池,在unix/linux下编译.-socket threads pool, in unix/linux compiler.
    2022-08-23 20:54:43下载
    积分:1
  • VB编写的开关机和注销程序,程序简单,易学易会。
    VB编写的开关机和注销程序,程序简单,易学易会。-VB prepare for the switch and cancellation procedure is simple and easy to learn easily.
    2022-12-14 20:20:02下载
    积分:1
  • 696518资源总数
  • 105171会员总数
  • 15今日下载