搜索资源列表

  1. schedule1

    0下载:
  2. 演示系统进行线程调度的源代码,清晰直观 ,对PCB有很好的理解-demo thread scheduling system source code, clear visual of PCB have a good understanding
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:177816
    • 提供者:邵革健
  1. func

    0下载:
  2. linux 下的进程同步 利用线程控制函数进行线程同步 主要利用信号-the use of thread synchronization process control function for the main thread synchronization signal
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3395
    • 提供者:特殊台
  1. ConvertDatabase

    0下载:
  2. 数据库转换工具,在内存中开辟一个线程,以防止,界面死机.就是把处理工作放在后台执行.-database conversion tools, in memory opened a thread to prevent, interface lockups. work is on the handling of background.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:409596
    • 提供者:马成启
  1. 11-Thread

    0下载:
  2. 从一本书上拷贝下来的线程的例子。。打包上传 供学习-from a book to copy down the threads example. . Upload packages for learning
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:32459
    • 提供者:乐乐
  1. wendydraw

    1下载:
  2. 一个简单的画板程序,可以选择画笔,线色,背景色,进行绘制,并可以保存,打开-a slate simple procedures can choose brushes, thread color, background color, drawing, and can be saved and opened
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:110402
    • 提供者:windy
  1. problem1

    0下载:
  2. windows 多线程与多进程编程 进程(线程)压力与性能测试-windows multithreading and multi-process programming process (thread) with the pressure performance test
  3. 所属分类:Windows编程

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

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

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

    0下载:
  2. 在线程中使用HOOK的编程要点 我所上传的是一篇关于如何在线程中使用钩子机制的文章,由于考虑到各自的程序所作的事情各不相同,所以文中以要点的形式摘录了程序的源代码。虽然源代码是用C++ Builder 5.0,相信编程者只要搞清楚这些要点,则采用其他C++编程环境实现起来也很容易。-thread in the use of the programming elements HOOK my upload is a thread on
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1890
    • 提供者:rudian
  1. xiancheng1

    0下载:
  2. 点下按钮,增加一个线程!并且增加一百个红点-point button, add a thread! It increases 100 red spots
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2453
    • 提供者:斯多夫
  1. threadpool2

    0下载:
  2. windows下线程池的使用,对学习windows的线程机制很有用处-windows Thread pool use, to learn windows threads useful mechanism
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28221
    • 提供者:郭少枫
  1. IISfangdaolian

    1下载:
  2. 实现对盗连者URL转向,自定义加密因子。查看服务器上线人数,服务器线程限制,防盗文件类型设置。URL过期时间设置-achieve even those on pirated URL shift from defined encryption factor. View on the number of servers, the server thread restrictions, security document type setti
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:81313
    • 提供者:abc
  1. ThreadSync

    0下载:
  2. 该应用程序运行后自动创建两个线程。线程1每50毫秒计数器加1,线程2每100毫秒计数器加1。只读编辑框中分别显示两个计数器的值。两个命令按钮分别控制线程1和线程2的挂起和恢复。“同步”复选框控制两线程的同步,当处于同步状态时,同一时刻只能有一个线程拥有信号量对象,当某一线程拥有信号量对象时,计数器加10,然后释放信号量对象。由于两线程优先级相同,因此,执行结果是每个线程计数器一次以10为步长增加。-run the application
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49182
    • 提供者:lujun
  1. thresh

    0下载:
  2. 2值化程序以及细线化程序,前者是将黑彩色图象转化成黑白图象,后者是把粗线变成细线-value of two procedures and thread programming, the former is the black color images into black-and-white images, the latter is to become thick thread
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1541
    • 提供者:zhang
  1. jinchengdiaoduWenDan

    1下载:
  2. 整个设计采用java语言,利用面向对象思想。 首先,编写一个进程调度类Main_PCB,一个进程信息类PCB_block可以创建进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 对应成员变量是pcb_Name pcb_ID int pcb_Pro PCB_Begintime() pcb_Needtime pcb_Spendtime pcb_Finishti
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:84809
    • 提供者:传统
  1. newChatroom

    0下载:
  2. 使用多个线程,同时一个线程专用于处理用户之间的聊天,一个线程用于将用户的聊天信息保存入数据库-use of multiple threads, a thread devoted to the chat between users, a thread for users to chat to keep the database information
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2079525
    • 提供者:张浩予
  1. 2006052812302618398

    0下载:
  2. java开发的演示多线程的小游戏(翻牌游戏) 用了线程同步(值得参考)-java development of the demonstration of small multithreaded games (transforming games) with a thread synchronization (worth)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:198222
    • 提供者:汤鹏
  1. BTDemo

    1下载:
  2. delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.p
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:58245
    • 提供者:vvyang
  1. multithreadpriority

    0下载:
  2. 关于线程优先级别的程序 很简单 主要是体现线程优先级别的作用以及时间分片的-thread priority levels on the procedure is very simple primarily reflects thread priority levels and the role of the time slicing
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2119
    • 提供者:shen
  1. Thread1

    0下载:
  2. 多线程编程使用方法- Multi-thread programming application method
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:24517
    • 提供者:卡车
  1. Thread_simple1

    0下载:
  2. 一个简单地多线程例子-a simple example of multi thread
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1535477
    • 提供者:伟伟
« 1 2 ... 44 45 46 47 48 4950 »

源码中国 www.ymcn.org