登录
首页 » Windows开发 » 实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况...

实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况...

于 2022-05-24 发布 文件大小:1.76 kB
0 168
下载积分: 2 下载次数: 1

代码说明:

实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news

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

发表评论

0 个回复

  • 数字信号处理的小程序,蛮不错的,希望对大家有帮助。
    数字信号处理的小程序,蛮不错的,希望对大家有帮助。-数 ?中???
    2022-03-06 00:19:05下载
    积分:1
  • 获得mac的信息, 你可用来做很多事情
    获得mac的信息, 你可用来做很多事情-Mac access to information, a lot of things you can do .....
    2022-04-29 04:03:40下载
    积分:1
  • 这个过程是一个个人考勤软件,从系统对象访问它…
    这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总。 本程序是一个基于对话框的实用程序,在基于对话框界面的程序中实现打印和打印预览是采用了非常规 MFC 方法。 -This process is a personal attendance software, access to it from the system clock time information, day by day record of personal daily working hours, monthly statistical summary, year-on-year documented. Can see the past records, the records can also be a monthly print out. or in aggregate. This procedure is a dialog-based utility, dialog-based interface in the process of printing and print preview realize that MFC uses unconventional methods.
    2023-03-23 12:55:04下载
    积分:1
  • 基于STM32的多功能PWM控制程序
    基于STM32的多功能程序,包括多路PWM控制程序,LCD12864液晶屏显示程序,多路按键控制程序。 名称:PWM发生器 功能:LCD12864显示;4*4键盘输入;可以设定Timer1和Timer2的PWM发生周期以及各路输出的占空比 说明: 通讯方式: 4*4键盘扫描。键盘接PD0-PD7 12864液晶屏端口接线说明: sbit CS_LCD=PC0;  //数据口定义 sbit SDO_LCD=PC1; sbit SCK_LCD=PC2;   1-VSS:接电源负极 2-VDD:接电源正极 3-Vo:接电源正极(使对比度最大) 4-RS(CS):串行的片选信号    PC0 5-R/W(SID):  并行的读写选择信号;串行的数据口  PC1 6-E(CLK):并行的使能信号;串行的同步时钟    PC2 15-PSB:并/串行接口选择:H-并行;L-串行 (接低电平) 定时器1输出:PA8; PA9; PA10; PA11; Channel 1N, 2N and 3N ---PB13; PB14; PB15 定时器2输出:PA0; PA1; PA2; PA3;
    2022-02-13 06:17:47下载
    积分:1
  • C++语言,约瑟夫环实验报告,里面有详细介绍.
    C++语言,约瑟夫环实验报告,里面有详细介绍.-C language, Josephus experimental report, which has a detailed briefing.
    2022-08-07 15:20:30下载
    积分:1
  • 用vc++的图书管理系统,很好用!值得看看!
    用vc++开发的图书管理系统,很好用!值得看看!-using vc++ developed books managed system,easy to use !worth seeing !
    2022-09-21 05:00:03下载
    积分:1
  • 爱圣》源代码 vc 综合编程
    爱圣》源代码 vc 综合编程-"source code vc Integrated Programming
    2022-12-11 19:10:03下载
    积分:1
  • Simple movie database
    这是一个电影数据库程序。我真的不知道我还应该放些什么。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
    2022-08-10 00:09:14下载
    积分:1
  • 1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect...
    1、BOOTSECT.BIN 功能:1.44M软盘的引导扇区中的文件 源代码文件:BOOTSECT.ASM 编译方法 nasm bootsect.asm -o bootsect.bin 2、WRBOOT.COM 功能:将BOOTSECT.BIN 写到软盘的引导扇区 源代码文件:WRBOOT.ASM 编译方法 nasm wrboot.asm -o wrboot.com 使用方法:将BOOTSECT.BIN 与WRBOOT.COM 置于同一目录下,软驱中插入软盘,执行WRBOOT.COM 3、OS.PCS 功能:操作系统的任务切换演示 源代码文件:PCS.ASM 编译方法 nasm pcs.asm -o os.pcs 使用方法:将OS.PCS拷贝到引导扇区为BOOTSECT.BIN的软盘上,设定从软驱启动计算机,重新启动计算机,电脑启动成功后可运行OS.PCS文件以显示任务切换。 -1, BOOTSECT.BIN features: 1.44M floppy disk boot sector of the document source code files: BOOTSECT.ASM compiler methods nasm bootsect.asm-o bootsect.bin2, WRBOOT.COM features: The floppy disk BOOTSECT.BIN wrote the guide Sector source code files: WRBOOT.ASM compiler methods nasm wrboot.asm-o wrboot.com use Methods: BOOTSECT.BIN with WRBOOT.COM under the same directory, insert the floppy diskette, the implementation of WRBOOT.COM3, OS.PCS functions: task switching operating system demo source code files: PCS.ASM compiler methods nasm pcs.asm-o os.pcs use
    2022-03-26 13:01:00下载
    积分:1
  • 不规则的图片按钮
    本程序实现了各种不规则图片按钮的实现,方便与学习按钮的重画,添加图片按钮等知识,也可以美化界面!是学习的很好一个例子。
    2022-03-13 12:00:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载