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

搜索资源列表

  1. 2005112810545531483234556

    0下载:
  2. 这是我用汇编写的一个打字练习的程序,它能在窗口中随机显示一行字符,输入一行结束时,自动换一行。上面用一个箭头指示所要打的字符,输入正确时显示绿色,错误时显示红色,同时有错误提示音,能用back-space删除字-This is what I used to write a compilation of a typing practice and the procedures it in the window display random characters here, his input at
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.58kb
    • 提供者:三水
  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
    • 文件大小:817byte
    • 提供者:jbb
  1. multitreadsrc4

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

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

    0下载:
  2. TCP文件传输组件设计 1服务端接收文件,客户端发送文件。 2 每个Socket连接同时只能够传输一个文件。 3 可同时发送网络消息 网络消息的消息格式为: @+nnnnn+消息内容,其中@为消息头,nnnnn为消息内容的长度。 -TCP file transfer component design a server receiving the document, the client this document. Socket two each while only l
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:131.76kb
    • 提供者:水依
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

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

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

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

    0下载:
  2. 又一个使用java的小程序察看期边次厄的的好例子-also use a small java procedures probation while meeting the Eritrean a good example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15.79kb
    • 提供者:王贵宾
  1. bank_service

    1下载:
  2. 模拟银行排队系统,分vip和普通用户,运用多线程实现多窗口,同时运用egg来完成图形界面的显示-Queuing System Simulation banks, sub-vip and ordinary users, the use of multi-threaded multi-window, while the use of egg to complete the graphical interface display
  3. 所属分类:Process-Thread

    • 发布日期:2015-05-15
    • 文件大小:375.83kb
    • 提供者:wanggang
  1. TestBedProg

    0下载:
  2. 齿轮实验台采集车程序,实现了采集应变、转速,多线程处理,同时采集16路应变信号-Test-bed truck gear collection procedures, the realization of a collection strain, speed, multi-threaded processing, while collecting 16 strain signal
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:46.53kb
    • 提供者:wjw
  1. Chat

    0下载:
  2. 一个使用多线程的的聊天程序,同时属于网络编程,和多线程是一个十分好的事例-Use of multiple threads of a chat program, while part of network programming, and multi-threading is a very good example of
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:27.14kb
    • 提供者:孔震
  1. duoxianchengbianchen

    0下载:
  2. 一个多线程编程的好例子,同时有文档可以参考,非常不错-A multi-threaded programming, a good example, while there is a document to refer to very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:255.14kb
    • 提供者:fuyu
  1. testMultiOp

    0下载:
  2. 这是一个在MFC下的线程同步的例子,我在其中用了一个副线程(SecondApplication)来处理对话框的消息,同时处理消息,将处理的消息反馈给对话框的textbox-This is an MFC thread synchronization under the examples in which I used a vice thread (SecondApplication) to handle the dialog box message, while addressing the me
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:44.62kb
    • 提供者:sunyi
  1. background worker

    1下载:
  2. TBackgroundWorker v1.10. The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has
  3. 所属分类:进程与线程

    • 发布日期:2013-02-23
    • 文件大小:18.08kb
    • 提供者:Yan
  1. testmessage

    0下载:
  2. 如果你不想使用线程,而此时你的程序又进入了死循环,但是你又想与界面实时通信,最好的办法就是在while里加入消息循环,在监控工程中此法特别有用。-this demo show you how to work about the message loop,it is very useful for operating the GUI when your program come into the while loop.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:993.22kb
    • 提供者:yandong
  1. ticket

    0下载:
  2. 编程模拟售票系统,模拟多个窗口(至少4个)同时出售100张车票的情况;用实现Runnable接口的方法实现多线程。-Ticketing system simulation program to simulate multiple windows (at least 4) while the case of sale of 100 tickets the method that implements Runnable interface, multi-threading.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:600byte
    • 提供者:nihao
  1. ThreadCapture

    0下载:
  2. C++获取进城快照,这是一种非常通用的办法,一边编写线程插入的*都是使用的这样一种办法。-C++ to get a snapshot into the city, this is a very general way, while the Trojans are written into the thread to use such an approach.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:195.48kb
    • 提供者:braveking
  1. HomeWork

    0下载:
  2. 多线程计算PI用的WINDOWS SDK书写,有皮肤,并且有暂停、清零、一边计算一边显示的功能。-Multi-threaded computing PI using WINDOWS SDK to write, with skin, and there suspended, clear, while the calculation while the function display.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2.39mb
    • 提供者:远行
  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
    • 文件大小:761byte
    • 提供者: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
    • 文件大小:35.7kb
    • 提供者:ourfear
  1. OS

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:78.34kb
    • 提供者:夏芝亮
« 12 »
搜珍网 www.dssz.com