登录
首页 » Process-Thread » 创建、管理线程池的源代码

创建、管理线程池的源代码

于 2022-02-07 发布 文件大小:3.00 kB
0 120
下载积分: 2 下载次数: 1

代码说明:

创建、管理线程池的源代码- Foundation, management line Cheng Chi source code

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

发表评论

0 个回复

  • 演示了列举系统所有进程,并且强制结束,希望对大家有帮助...
    演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
    2022-07-24 08:37:47下载
    积分:1
  • 公司考勤系统。主要数据采集与实现…
    公司设有考勤系统。考勤的主要数据收集和执行。多线程处理大数据时不会出现写文章的现象/
    2022-01-21 19:38:16下载
    积分:1
  • VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助...
    VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助-VCHOME database, multi-threading technology articles, personal feeling of doubt, multi-threaded programming under windows very helpful
    2022-05-04 22:53:06下载
    积分:1
  • 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的...
    此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flowchart design major source so on. Description : in the computer system, in order to increase the utilization rate of survival, often auxiliary memory (such as disks) as a main memory expansion, multi-channel operation run the logic address space can exceed the sum of the absolute main memory address space. Use this method to expand the main memory known as virtual memory. Through this experiment to help students understand the paging storage management how to achieve virtual memory.
    2022-03-23 13:28:23下载
    积分:1
  • 1 程序开发步骤 (1) 打开vc,选择菜单项file
    1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"process.cpp";接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件(同上一试验); (3) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->process.exe程序;再把给定的launchset.txt文件存入该debug目录下,就可以在控制台下进入该目录以launchset.txt为参数运行程序,命令行为:process launchset.txt;要强调的是,在launchset.txt中指定的应用程序路径要正确,否则建立新的进程时会出错,这时需要对照系统的实际情况改动所给的参数文件。 2 补充说明 这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a program development steps (a) to open vc, select menu item file-gt; New, tab to choose projects and the establishment of a "process" of win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) establish a project document "process.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name,
    2022-07-19 11:28:10下载
    积分:1
  • 发送消息给某个只知道进程句柄的程序的主窗口的程序
    发送消息给某个只知道进程句柄的程序的主窗口的程序- The transmission news only knows the advancement sentence handle for some the procedure main window procedure
    2022-06-26 16:40:37下载
    积分:1
  • 模拟操作系统运行的源代码 Description: The object of this project is to write a C++ applicati...
    模拟操作系统运行的源代码 Description: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Description : The object of this project is to write a C application to simulate the scheduler of a simple operating system. Linux newcomers to see the source code too difficult, but a good choice .... Oh no less than a shame! !
    2022-06-18 21:04:46下载
    积分:1
  • 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功...
    使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀-Restrictions on the use of ISAPI Filter to achieve IIS multi-threaded access to the program. Main application in the download system, or use IIS to do the streaming media on-demand system, slightly modified to give it authentication. In the user authentication process has already done a direct return to processing. Use the Filter can be easily access the server connections, allowing multiple servers to achieve load balancing (which can be distributed to the request to connect to a fewer server). Access can be effectively controlled, you can customize unlimited users IP, restrictions on the user" s IP. Which can be achieved on a certain IP restriction does not limit the number of, or an IP-block
    2022-03-18 08:07:23下载
    积分:1
  • delphi的任务管理
    delphi的任务管理-task management of delpi
    2022-02-13 04:07:10下载
    积分:1
  • C程序实现系统存储管理分区分配的算法。运行环境:windows.
    C程序实现系统存储管理分区分配的算法。运行环境:windows. -C program distribution system, storage management partition algorithms. Operating Environment: windows.
    2022-12-14 16:55:03下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载