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

搜索资源列表

  1. jcmn

    0下载:
  2. 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:ll
  1. ThreadSync1

    0下载:
  2. 这是一个关于线程间的同步问题。之所以每次会有不同的答案,是因为当两个线程并发执行时,程序执行的顺序是交叉进行的,导致程序的执行出现了不可在现性。有时会出现一个结果,有时出现两个结果,是因为两个线程不一定同时不为零。-This is a thread on the synchronization problem. Each has a different answer, because when two threads with the implementation, the program is
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:817
    • 提供者:jbb
  1. AsyncFileDemo

    0下载:
  2. AsyncFilwhen we need asynchronous behaviour or parallelism we create threads. The asynchronous file I/O APIs allows us to leverage the asynchronous behaviour without introducing threads. So we can issue ReadFileEx or WriteFileEx and perform other
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:29005
    • 提供者:rabert
  1. vb.net

    0下载:
  2. vb.net多线程编程,由于VB.NET使用公共语言运行时(Common Language Runtime),它增强了很多新的特性,其中之一便是创建自由线程应用程序的能力。 -vb.net multi-threaded programming, VB.NET as a result of the use of common language runtime (Common Language Runtime), it enhances a lot of new features, one of w
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:10465
    • 提供者:wkd
  1. vc20090921

    0下载:
  2. 和驱动结合的一个DLL程序接口的编写和应用测试,应用地感测车辆速度的一种检测方法,应用时如需测车辆长度可在里面添加。-it is apply in the traffic area.as the module of the application.need some hardware to result vehicle speed and vehicle length.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4352661
    • 提供者:linhong
  1. DirWatch

    0下载:
  2. 本来想写个自动关机软件的,结果神不知鬼不觉的写成了一个目录监视软件!直接放源码!:-Originally wanted to write a auto-shutdown software, the result of God without anybody knowing it' s written in a directory monitoring software! Direct release source code!:
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:81957
    • 提供者:阿东
  1. Job-scheduling

    0下载:
  2. 在多通道批处理系统中,作业的运行除了考虑作业之间的优先关系之外,还必须考虑系统能否为其所需的资源分配资源。因为在多通道批处理系统中同时有不只一道作业在CPU中运行,这样就会导致某个作业需要的资源正在被另一个作业占用,这样就会导致无法分配资源的作业进入等待状态,直到该资源被其它作业释放后才能重新激活。-Batch processing in multi-channel system, jobs run in addition to considering the precedence relati
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:142564
    • 提供者:xiaoxiao
  1. thread

    0下载:
  2. 运行程序,单击“启动线程”按钮,程序将启动一个线程,线程将进行数值计算,并将结果发送给主窗口;单击“挂起线程”按钮,线程将挂起;单击“恢复线程”按钮,线程将恢复。-Run the program, click" start the thread" button, the program will start a thread, the thread will make numerical computation, and sends the result to the main window
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4411124
    • 提供者:
  1. Threaded

    0下载:
  2. 多线程程序,未进行数据保护。程序打开一个text文件,线程按行从文件中读取数据同时计算每行 的字母数为奇数和偶数的单词的个数,然后关闭文件,输出最后的结果。 -Multithreaded programs, for data protection. Program opens a text file, thread by line read from the file while in each of the line An odd number of letters and even
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-11
    • 文件大小:761
    • 提供者:ASIN
  1. AsyncCalls299

    0下载:
  2. AsyncCalls 单元 可以让你同时多线程执行函数-With AsyncCalls you can execute multiple functions at the same time and synchronize them at every point in the function or method that started them. This allows you to execute time consuming code whos result is needed at a
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:36557
    • 提供者:ourfear
  1. inntariiated-enclosing

    0下载:
  2. 这个应用程序允许你通过ping远程服务器来监控它们,并返回ping结果的信息-This application allows you to ping the remote server to monitor them, and returned to the ping result information
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:28075
    • 提供者:Eleatyrd
  1. 4032914

    0下载:
  2. 由于操作系统的控制台和Shell提供了对格式化的完美支持,使编程人员很容,(As a result of the operating system console and Shell provides a perfect support for formatting, a programmer are easy to make,)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-26
    • 文件大小:23552
    • 提供者:uaioy
  1. PI

    0下载:
  2. 编写程序计算 PI 值 要求: ① 采用至少两种 线程分配方法; ② 使用时间函数统计每个线程的计算时间,对比分析哪种分配方法更优; ③ 程序调试及运行,输出运行结果。(Write programs to calculate PI values Requirements: 1.Use at least two kinds of thread allocation methods; 2.Use time function to calculate the computation ti
  3. 所属分类:进程与线程

    • 发布日期:2018-04-30
    • 文件大小:224256
    • 提供者:Fanny Hao
搜珍网 www.dssz.com