登录
首页 » Process-Thread » 一个在MFC里用多线程播放音乐的示例程序

一个在MFC里用多线程播放音乐的示例程序

于 2022-02-28 发布 文件大小:12.11 MB
0 130
下载积分: 2 下载次数: 1

代码说明:

一个在MFC里用多线程播放音乐的示例程序-MFC inside a music player with multi-threaded sample program

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

发表评论

0 个回复

  • 谢谢!我们老师教的例子。GuiThread.有基本的功能
    谢谢!我们老师教的例子。GuiThread.有基本的功能-Thank you! We teaches example. GuiThread. A basic function
    2022-04-19 23:36:55下载
    积分:1
  • 先用BACC编译,再用BAINTERP运行
    先用BACC编译,再用BAINTERP运行-using the BACC compiler, and then run BAINTERP
    2022-02-26 16:34:23下载
    积分:1
  • 一种实现多线程的方法,值得一看
    一种实现多线程的方法,值得一看-a multi-threaded approach, an eye-catcher
    2023-04-19 06:55:02下载
    积分:1
  • 一个Windows下的线程库,模仿pthread的用法
    一个Windows下的线程库,模仿pthread的用法 -Under a Windows Thread Library, imitating the use of pthread
    2022-04-01 18:15:34下载
    积分:1
  • Windows95多线程间同步事件的控制方法
    Windows95多线程间同步事件的控制方法-Windows95 multithreaded synchronization between the control methods
    2022-02-24 23:27:37下载
    积分: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
  • FTP类,支持防火墙设置,在vc上面测试通过,可以放心使用
    FTP类,支持防火墙设置,在vc上面测试通过,可以放心使用-category FTP support firewall settings, the vc above tests, can be assured use
    2022-07-24 03:05:16下载
    积分:1
  • 进程管理和线程管理 进程管理和线程管理
    进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
    2023-04-28 16:45:03下载
    积分:1
  • 常用的线程编程源代码
    常用的线程编程源代码-common thread programming source code
    2022-07-20 21:08:25下载
    积分:1
  • 多线程任务调度与处理的一个实例- Multi-thread duty dispatch and a processing example
    2022-02-02 20:22:57下载
    积分:1
  • 696516资源总数
  • 106686会员总数
  • 0今日下载