CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程同步

搜索资源列表

  1. Philosopher(new)

    0下载:
  2. 这是一道经典的线程同步问题——哲学家吃饭问题。这里结合了win32使得这个问题可视化了-This is a classic thread synchronization -- philosopher food problem. Win32 here combination of this makes the issue of visualization
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:17079
    • 提供者:Freedom
  1. 同步套接字监听

    0下载:
  2. 使用同步套接字服务器的主机解析、主机绑定、端口监听、数据传输和数据接收等功能来实现电脑之间的通讯图的左边显示了...本文使用了一个线程来接收用户的网络通讯信息和监听端口的服务。-use synchronization socket server host parsing mainframe bundled, port monitoring, data transmission and data reception capabilities to achieve communication be
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:21747
    • 提供者:李斌
  1. chip(单片机源程序)

    0下载:
  2. 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dinin
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27117
    • 提供者:大大
  1. javaduoxiancheng

    0下载:
  2. 基于java应用语言的多线程同步机制,实现了java中的同步多线程-language multithreaded synchronization mechanism, achieve a java of simultaneous multi-threading
  3. 所属分类:J2ME

    • 发布日期:2008-10-13
    • 文件大小:2510
    • 提供者:周城
  1. Critical

    0下载:
  2. 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5529
    • 提供者:黄磊
  1. multithreadingAudioLoop

    0下载:
  2. 如何利用临界区线程同步的方式完成声音的实时获取与回放任务-how critical thread synchronization of real-time voice of the completed acquisition and playback tasks
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:68252
    • 提供者:张景刚
  1. BarSvr

    0下载:
  2. 一个多线程,线程同步的例子, (debug一个目录和一个配置文件是执行程序使用的,所以没有删除)-more than one thread, thread synchronization example, (debug a catalog and a configuration file is used in the implementation of procedures, there is no delete)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:70885
    • 提供者:朱洪祥
  1. c123

    0下载:
  2. LINUX环境下的线程同步和进程控制问题的源代码,希望大家-LINUX environment threads synchronization and process control of source code, we hope to s
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3919
    • 提供者:饶元见
  1. threadCode

    0下载:
  2. 关于线程同步与异步套接字编程的了,应该是很不错得了-threads on the synchronous and asynchronous socket programming, it should be quite good had
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:王明
  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. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:popandsmtp
  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. comcom

    0下载:
  2. 本程序是串口通信程序,经由本人两个月艰苦劳动的来的,主要含多线程同步的知识-serial communication program, through my two months of hard labor to the main thread synchronization with more knowledge
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34602
    • 提供者:zhangyaowen
  1. CCritionSection

    0下载:
  2. 线程同步是一个非常大的话题,包括方方面面的内容。从大的方面讲,线程的同步可分用户模式的线程同步和内核对象的线程同步两大类。用 户模式中线程的同步方法主要有原子访问和临界区等方法。其特点是同步速度特别快,适合于对线程运行速度有严格要求的场合。 在MFC中封装了CCritionSection等对象可以对共享资源进行锁定 -thread synchronization is a very big issues, including all aspects of the content
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1196
    • 提供者:lst
  1. VC_thread

    1下载:
  2. VC6.0关于多线程编程的程序,主要包括多线程中的线程创建,线程同步等知识-VC6.0 on multithreaded programming procedures, including multithreading of thread creation, thread synchronization knowledge
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:常攀峰
  1. threadSyncDemo

    0下载:
  2. 使用C#当中的各种线程同步技术实现 线程的同步-use C# among the various thread synchronization technology to achieve the synchronization thread
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6045
    • 提供者:898600
  1. VCVar

    1下载:
  2. 对vc编程中的线程同步所使用变量进行总结说明。-right vc Programming threads simultaneously by the use of variable summary statement.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1109
    • 提供者:Terry
  1. Threading

    0下载:
  2. 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:53609
    • 提供者:tang
  1. vcThreadSynchronization

    0下载:
  2. 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:曾悦
  1. CovertToFlv

    0下载:
  2. JSP上传视频后自动转成flv的核心JAVA方法 使用的时候只要通过ConvertThreadProxy 类的静态方法将源视频绝对地址(包括文件名+括展名)和要生成的FLV文件的绝对地址(包括文件名+括展名)以字符串的方式传进去即可!因为用的是多线程,所以转换过程不会占用当前线程! 核心转换类是线程同步的,所以您不用担心并法问题,因为一次只能转换一个文件!-JSP automatically transferred into the core Java flv ways
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2231
    • 提供者:古刹飞鹰
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com