CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - computer

搜索资源列表

  1. 钩子的应用程序运行监视

    1下载:
  2. 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:好笑
  1. ShutdownComputer

    0下载:
  2. 一个用编程方法使计算机休眠的程序,可以加在计划任务里面达到定时休眠的功能。-a programming method used to make computer dormancy procedures can be added to the planned tasks to achieve timing dormant inside the function.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.69kb
    • 提供者:YAN LUO
  1. multitreadsrc4

    0下载:
  2. 线程的同步   虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22.25kb
    • 提供者:苏艳芳
  1. modd

    0下载:
  2. 这是计算机操作系统中最基础的上机实验就是模拟的PCB编程,实现进程模拟调度!-This is the most computer operating system based on the experimental simulation of the PCB is programming, Implementation process simulation scheduling!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.59kb
    • 提供者:陈朝熙
  1. vbs

    0下载:
  2. 用于结束进程并禁止该进程被再次使用,可以在外出时防止别人用你的电脑(关闭explorer和tashmgr两个exe)-for the end of the process and to prohibit the process be used again, be going to prevent others using your computer (closed explorer and tashmgr two exe)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:46.19kb
    • 提供者:gugu
  1. 实现从应用程序中直接关闭计算机

    0下载:
  2. 利用vc++6.0编程实现从应用程序中直接关闭计算机的方法-use vc 6.0 programming from the direct application of the method of shutting down computer
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:72.93kb
    • 提供者:hkx
  1. 多线程的的使用

    0下载:
  2. 这个是一个关于多线程的程序线程其实是计算机运行的最小单位-This is a multi-threaded on the procedures thread is the smallest computer operating units
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30.25kb
    • 提供者:
  1. 计算机通信技术

    0下载:
  2. 计算机通信技术,网络,通信,多媒体,流媒体技术,是当今世界热门-computer communications technologies, networks, communications, multimedia, streaming media technology, is the world's hot
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:103.02kb
    • 提供者:吴闫
  1. 虚拟存储器实验

    1下载:
  2. 此为操作系统实验报告:虚拟存储器 内含:程序流程图 设计思路 主要源码等等。 简介:在计算机系统中,为了提高主存利用率,往往把辅助存储器(如磁盘)作为主存储器的扩充,使多道运行的作业的全部逻辑地址空间总和可以超出主存的绝对地址空间。用这种办法扩充的主存储器称为虚拟存储器。通过本实验帮助同学理解在分页式存储管理中怎样实现虚拟存储器。-experimental operating system for this report : virtual memory consisting of : flow
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:21.32kb
    • 提供者:何浩
  1. scan与cscan算法模拟磁盘调度实验

    0下载:
  2. 此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling alg
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6.67kb
    • 提供者:何浩
  1. VCmonitorprocess

    0下载:
  2. VC定时任务及线程监控,可以定时开启/关闭进程,监视线程是否停止运行,根据线程情况重启计算机-VC regular monitoring tasks and threads, can be timed on/off process, the monitoring thread is stopped, restart the computer case according to the thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:89.67kb
    • 提供者:opencv
  1. SPQR-1.1.2.tar

    2下载:
  2. 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.11mb
    • 提供者:mengdieaaq
  1. Jobassige

    0下载:
  2. 计算机进程调度算法\FCFS\SJFS\FPF-Computer process scheduling algorithm \ FCFS \ SJFS \ FPF
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:45.39kb
    • 提供者:jonwa
  1. pipeline

    0下载:
  2. 计算机原理大作业 模拟《计算机原理--程序员视角》中与x86相似的y86流水线系统 以二进制文件为输入 实现流水线运作-Principle of operation of computer simulation of large computer Principle- Programmer Perspective in y86 and x86 assembly line system similar to the binary file for input to achieve the op
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:36.06kb
    • 提供者:wilson
  1. c_clipneic

    0下载:
  2. Clipboard 剪贴板编程的例子,有助于了解计算机内存操作。-Clipboard clipboard programming examples help to understand computer memory operation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-17
    • 文件大小:9.64kb
    • 提供者:徐林
  1. zhexuejia

    1下载:
  2. 计算机操作系统,哲学家就餐问题,C源代码。-Computer operating system, philosophers eat, C source code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7.66kb
    • 提供者:秦磊
  1. c++

    0下载:
  2. 是Google提供的一个 Windows 应用程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-Is Google to provide a Windows application users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:1.28kb
    • 提供者:abc123654
  1. common_ctrl

    0下载:
  2. 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:128.32kb
    • 提供者:柳懿
  1. VC-lock-computer-capscreen-ect

    0下载:
  2. VC锁定远程计算机、获取屏幕、控制鼠标等实例源码 VC锁定远程计算机、获取屏幕、控制鼠标等实例源码-VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect,VC lock remote computer capscreen srccode ect.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:51.13kb
    • 提供者:yang
  1. amazw-computer

    0下载:
  2. 这是一个计算机仿真技术用matlab编的小程序,可以识别颜色的程序并能把它分裂出来-This is a matlab computer simulation technology of small procedures, can identify the color of the program and be able to put it out
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:2kb
    • 提供者:Gutast
« 12 3 4 5 6 »
搜珍网 www.dssz.com