登录
首页 » Process-Thread » 用vc++编写的一个小的多线程并发服务器的客户端

用vc++编写的一个小的多线程并发服务器的客户端

于 2022-02-15 发布 文件大小:79.80 kB
0 74
下载积分: 2 下载次数: 1

代码说明:

用vc++编写的一个小的多线程并发服务器的客户端-With vc++ Prepared by a small multi-threaded concurrent server client

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

发表评论

0 个回复

  • SDK用的线程类和一些线程用的同步类
    SDK用的线程类和一些线程用的同步类-SDK using threads and some types of thread synchronization category
    2023-03-22 20:45:03下载
    积分:1
  • 一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。...
    一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
    2022-10-01 21:15:03下载
    积分:1
  • 在MFC下创建一个进程的例子
    在MFC下创建一个进程的例子-MFC in the process of creating an example
    2022-04-09 07:43:11下载
    积分:1
  • win32线程池代码, 可用于win98/nt/200
    win32线程池代码, 可用于win98/nt/200 -win32 code can be used win98/nt/200
    2023-04-23 12:15:02下载
    积分:1
  • 包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Bo
    包含DEMO(ThreadPoolDemo.rar),源代码 thread_pool.rar(只有一个HPP文件)及经过裁减的Boost1.32库;之后以用Boost是因为ThreadPool中用到了 Boost库的线程组件。-Contains the DEMO (ThreadPoolDemo.rar), the source code thread_pool.rar (there is only one HPP files) and after reduction of Boost1.32 database after using Boost is because the ThreadPool used the Boost thread library components.
    2022-03-19 16:31:51下载
    积分:1
  • readers of this program
    本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program- writing problem. Using Windows API. A more detailed description of the procedures
    2022-10-13 07:10:03下载
    积分:1
  • 多线程利用windowsapi函数实现同步
    多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
    2022-01-24 15:57:30下载
    积分:1
  • "C Primer" complementary code, "C Primer" complementary code
    《C++ Primer》配套代码,《C++ Primer》配套代码-"C Primer" complementary code, "C Primer" complementary code
    2022-03-12 14:57:36下载
    积分: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
  • 当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译...
    当前比较流行的线程生产者和消费者模型,主要采用了信号灯机制。在vc6编译-current more popular threads model of producers and consumers, mainly in the signal mechanism. The compiler vc6
    2022-10-09 05:10:02下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载