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

搜索资源列表

  1. 多线程程序的编写聊天 程序

    0下载:
  2. 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex objec
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36360
    • 提供者:杨光源
  1. Chat_MultiThread

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex object to achieve multithreaded synchronization. How to u
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36252
    • 提供者:zyg
  1. Lesson15Code

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object on how to use mutex object to the multi-thread synchronization. How to use object n
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40466
    • 提供者:卓斌
  1. multithreadchat

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:36156
    • 提供者:cq_3964
  1. Code

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27633
    • 提供者:中国
  1. 5EVC_Thread

    0下载:
  2. 用Evc开发的一些关于多线程的程序实例,供大家参考。-Evc development with the number of multithreaded program examples for reference.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:579201
    • 提供者:巫升华
  1. multithread

    1下载:
  2. 多线程的程序,求素数。用户运行程序时在命令行输入一个素数,然后程序创建一个独立新的线程来输出小于或等于用户所输入数的所有素数。-Multithreaded program, find the prime numbers. When users run the program on the command line enter a prime number, then the program creates a separate new thread to output less than or
  3. 所属分类:Process-Thread

    • 发布日期:2015-10-31
    • 文件大小:129024
    • 提供者:erevus
  1. wangluobianchengshiyan(9)

    0下载:
  2. 开发一个多线程程序同时对一个链表进行节点插入。 (1)要求算法正确 (2)该系统要求使用头插法,插入结果正确,并输出结果。 (3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。 (4)给出正确的链表受到保护的实现。要求使用线程同步机制。-At the same time develop a multi-threaded program into a linked list node. (1) request algorithms correctly (2) T
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:12251
    • 提供者:cnwst
  1. MultiThread

    0下载:
  2. VC++ 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。在接收线程函数中,遗忘了释放指针的操作,在随盘代码中已更正,特此说明。 -VC++ multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex objec
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:35885
    • 提供者:madud00047
  1. Thread_Experiment

    0下载:
  2. Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that out
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:895
    • 提供者:anthony chan
  1. thread

    0下载:
  2. 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2753
    • 提供者:dreamshello
  1. Web_Server_C++

    0下载:
  2. This just a simple multithreaded web server using CSocket. It s good beginer code, basicly my first program in C. It does create an error if you make too many really fast connections, thats why I m uploading it.-This is just a simple multithreaded we
  3. 所属分类:Web Server

    • 发布日期:2017-03-27
    • 文件大小:20044
    • 提供者:nechifor
  1. EventObject_Manage

    0下载:
  2. 一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-29
    • 文件大小:11926939
    • 提供者:欧哥
  1. Chat

    0下载:
  2. 多线程程序的编写,用多线程实现聊天室程序的源代码。-Write multithreaded program, use multithreading realize chat programs source code.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-15
    • 文件大小:3821283
    • 提供者:wei
  1. liaotian

    0下载:
  2. 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。-Multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex object to explain how to use mutex objects to multi-thread synchroni
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:41491
    • 提供者:px
  1. MultiThead

    0下载:
  2. 这是一个关于多线程的程序代码,对初次接触多线程的人很有帮助。-It s about a multithreaded program code to initial contact with multi-thread, who is very helpful
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:237325
    • 提供者:李丹霞
  1. Multithreaded-Download

    0下载:
  2. vc6++平台下一个多线程下载的例子程序。可以扩展很多功能。-vc6++ platform to download example of a multi-threaded program. Many functions can be extended.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3936727
    • 提供者:
  1. Multithreaded-program-insertion

    0下载:
  2. 开发一个多线程程序同时对一个链表进行节点插入。 (1)要求算法正确 (2)该系统要求使用头插法,插入结果正确,并输出结果。 (3)要求模拟出多线程程序资源共享问题。在本程序中体现为链表节点的丢失。 (4)给出正确的链表受到保护的实现。要求使用线程同步机制。 -The development of a multi-threaded program while a linked list node inserted. (1) requires the correct algor
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:12231
    • 提供者:郦乐宁
  1. Linux-multithreaded-program

    0下载:
  2. Linux下用c代码实现网络的多线程程序设计过程-Linux network using c code multithreaded program design process
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:2985
    • 提供者:谢虹恩
  1. count-pi-with-multithreaded-program

    0下载:
  2. count pi with multithreaded program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:135303
    • 提供者:chunlin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com