登录
首页 » Windows开发 » 互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...

互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...

于 2022-01-26 发布 文件大小:1.52 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.

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

发表评论

0 个回复

  • 网络聊天程序源代码
    网络聊天程序源代码-Internet chat program source code
    2022-01-26 16:23:48下载
    积分:1
  • MD5的全称是Message
    MD5的全称是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest开发出来,经MD2、MD3和MD4发展而来。它的作用是让大容量信息在用数字签名软件签署私人密钥前被"压缩"成一种保密的格式(就是把一个任意长度的字节串变换成一定长的大整数)。不管是MD2、MD4还是MD5,它们都需要获得一个随机长度的信息并产生一个128位的信息摘要。虽然这些算法的结构或多或少有些相似,但MD2的设计与MD4和MD5完全不同,那是因为MD2是为8位机器做过设计优化的,而MD4和MD5却是面向32位的电脑。这三个算法的描述和c语言源代码在Internet RFC 1321中有详细的描述(http://www.ietf.org/rfc/rfc1321.txt),这是一份最权威的文档,由Ronald L. Rivest在1992年8月向IETF提交。 -err
    2022-11-02 12:00:03下载
    积分:1
  • 多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列生器之类的专用型应用程序的理想选择,但是它们也招致了更多的销,并且会对系统上正运行的其他程序造成负面影...
    多媒体计时器能编程设定1毫秒或更小,是诸如MIDI序列发生器之类的专用型应用程序的理想选择,但是它们也招致了更多的开销,并且会对系统上正运行的其他程序造成负面影响。其实,在Windows API中有很多提供时钟查询的函数,利用它们就可以编写自己的高精度计时器了。类CMicroSecond和Celapsed就是用Windows API编写的2个高精度计时器-multimedia timer can be programmed to set a millisecond or less, such as MIDI sequence generator such as dedicated application-an ideal choice, but they have also incurred additional expenses, which would systems are running on the other procedures have a negative impact. In fact, the Windows API has many inquiries clock function, it can use them to create their own high-precision timer of. Category CMicroSecond and Celapsed Windows API is used to prepare the two high-precision timer
    2023-04-10 15:15:04下载
    积分:1
  • A good web browser is compatible with IE , including search engine and wgf_Media...
    与IE兼容,是一款不错的web浏览器,其中包括搜素引擎和wgf_Media.-A good web browser is compatible with IE , including search engine and wgf_Media.
    2022-01-28 00:56:22下载
    积分:1
  • 这都是关于银行家算法
    it s all about bankers algorithm
    2022-02-05 21:12:43下载
    积分:1
  • 由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1...
    由用户输入系统进程数(最多50个进程)来模拟优先级调度算法假设进程是同时到达CPU,进程运行时间(1-10秒)和进程优先级 (1-10,10最高1最低)由程序随机产生,进程有2种状态就绪状态(Ready)和完成状态(Complete)首先根据优先级对进程进行排序,再根据优先级分配时间片运行每次分给进程的时间片为1秒,运行完后需运行时间减1优先级减1转下一个进程。如果进程已经完成就插入到完成队列,如果没有完成就重新插入到就绪队列中的正确位置 程序有两种运行方式: 1、可以直接给出最后的运行结果,进程最后的优先级、 运行完每一个进程的时间及完成进程的总时间,进程最后的状态。 2、可以选择自动运行,过程中显示每一次调度信息包括本次调度进程完成队列信息就绪队列信息等*/ -Process user input from a number of systems (up to 50 processes) to simulate priority scheduling algorithm is the assumption that the process of arrival at the same time CPU, the process of run-time (1-10 seconds) and the process priority class (1-10,10 highest minimum 1) randomly generated by the process, the process has two kinds of status status ready (Ready) and achieve status (Complete) First of all, the process in accordance with the priority ranking, and distribution in accordance with the priority of each time slice to run to the process time slice for the second one, to be run after run-time priority class minus one minus one to t
    2023-01-17 10:50:04下载
    积分:1
  • 两台蓝牙设备之间的通讯 socket
    代码分为client端和server端通过配置命令行来选择运行 的是client还是server。client端口需要指定目标设备的设备名称用于连接。两台设备采用socket通讯,来实现两台蓝牙设备之间的发现、搜索、绑定、监听、配对以及传输
    2022-04-12 09:43:26下载
    积分:1
  • 本人在VC下的一个用做各种基于串口的协议模拟器
    本人在VC下开发的一个用做各种基于串口的协议模拟器-the development of the VC used as a serial-based agreement Simulator
    2023-04-19 16:50:04下载
    积分:1
  • 这个小应用是ASCII码和UNICODE码之间的转换工具
    这个小应用是ASCII码和UNICODE码之间的转换工具-this small application is ASCII and UNICODE between the code conversion tools
    2022-03-11 02:43:25下载
    积分:1
  • 任意用户模式下执行 ring 0 代码 转载
    任意用户模式下执行 ring 0 代码 转载-arbitrary user mode implementation code reproduced ring 0
    2022-01-22 15:20:40下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载