登录
首页 » Process-Thread » 我们的操作系统实验的论文,内容好多,可以看看,

我们的操作系统实验的论文,内容好多,可以看看,

于 2022-08-22 发布 文件大小:154.85 kB
0 88
下载积分: 2 下载次数: 1

代码说明:

我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it

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

发表评论

0 个回复

  • 该软件提供了打开进程,杀死进程,刷新进程等功能,对了解windows的进程程序的编写方法很有帮助,建议学习进程的同志参考参考!...
    该软件提供了打开进程,杀死进程,刷新进程等功能,对了解windows的进程程序的编写方法很有帮助,建议学习进程的同志参考参考!-The software provides the open process, kill the process, setting a new process and other functions, the windows to the understanding of the process of writing helpful approach, the proposed learning process information. Comrades!
    2022-03-24 04:57:09下载
    积分:1
  • 定义一个固定大小的线程池,工作函数直接从线程池里获取实现。...
    定义一个固定大小的线程池,工作函数直接从线程池里获取实现。-The definition of a fixed-size thread pool, work function, to obtain directly from the thread pool implementation.
    2022-07-02 08:37:10下载
    积分:1
  • 这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮....
    这是一个非常好的进度条控件,可以多种颜色和填充方式显示进度,很漂亮.-This is a very good progress of controls, can fill a variety of colors and shown progress, and very pretty.
    2022-03-26 15:59:42下载
    积分: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
  • 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象...
    可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
    2023-01-10 11:55:04下载
    积分: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
  • serial communication interface protocol data generated statements EXCEL
    能通串口接口协议的数据生成EXCEL报表-serial communication interface protocol data generated statements EXCEL
    2023-07-27 22:25:03下载
    积分:1
  • 多线程串口通信,开发环境VC6.0,适合初学着阅读,对线程有一定了解,在win2000调试通过...
    多线程串口通信,开发环境VC6.0,适合初学着阅读,对线程有一定了解,在win2000调试通过-Multi-threaded serial communications, development environment VC6.0, suitable for a beginner to read, have a certain understanding of the threads in the debugger through win2000
    2023-07-24 04:30:03下载
    积分:1
  • 指定PID来结束其进程
    指定PID来结束其进程-designated PID to end the process
    2022-02-21 03:25:30下载
    积分:1
  • 显示出系统中的所有进程和每个服务进程的完整路径的源代码...
    显示出系统中的所有进程和每个服务进程的完整路径的源代码-Shows that the system of all the process and the process of each service the full path to the source code
    2023-04-06 12:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载