搜索资源列表

  1. 创建多进(线)程

    0下载:
  2. VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental require
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13.84kb
    • 提供者:黄小文
  1. CreateThread函数创建窗口线程

    0下载:
  2. 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9.97kb
    • 提供者:srx
  1. 多线程实例

    2下载:
  2. 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:65.81kb
    • 提供者:周孝良
  1. vc++多线程

    0下载:
  2. 多线程编程

      进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
      线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或Win

  3. 所属分类:Windows编程

    • 发布日期:2009-01-16
    • 文件大小:54.26kb
    • 提供者:chenmh639
  1. BeginthreadDemo

    0下载:
  2. 这是我写的Win32 console Application程序来测试_beginthread函数创建多线程程序的用法以及参数传递的程序。- This is Win32 console which I writes the Application procedure tests the _beginthread function foundation multithreading procedure the usage as wel
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:1.17mb
    • 提供者:lanlamer
  1. 创建、管理线程池的源代码

    1下载:
  2. 创建、管理线程池的源代码- Foundation, management line Cheng Chi source code
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:3kb
    • 提供者:zerys
  1. fibnum

    0下载:
  2. 这个程序是一个Win32程序,计算Fibonacci斐波纳契数列(一种整数数列, 其中每数等于前面两数之和)。其定义是f(1) = 1,f(2) = 2,并且当n>2时, f(n) = f(n-1) + f(n-2)。源代码种给出了三种计算方法。第一种方法用递归,第二种方法用大数组,第三种方法用小数组。此外,这个程序还具备多线程特性,所以在运算时可以做其它操作。代码用到了以前创建的Win32类。测试为发现bug和内存溢出。--Ca
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-12-23
    • 文件大小:68kb
    • 提供者:杨广铭
  1. 多线程实例

    0下载:
  2. 展示VC中多线程的编程方法,如线程创建、事件触发、结束线程、线程同步等多种技术-display VC multithreaded programming methods, such as thread creation, event trigger, the end of threads, thread synchronization techniques
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:88kb
    • 提供者:周孝良
  1. 创建多进(线)程

    0下载:
  2. VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental require
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:81kb
    • 提供者:黄小文
  1. CreateThread函数创建窗口线程

    0下载:
  2. 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
  3. 所属分类:其他小程序

    • 发布日期:2024-12-23
    • 文件大小:10kb
    • 提供者:srx
  1. mulThread

    0下载:
  2. Visual C++.NET实用编程,创建多线程的实例,可以学习多线程编程的基本思想。-Visual C++. NET practical programming examples to create multi-threaded, multi-threaded programming can learn the basic idea.
  3. 所属分类:.net编程

    • 发布日期:2024-12-23
    • 文件大小:113kb
    • 提供者:何再兴
  1. pthread.tar

    0下载:
  2. linux下的tcp通信多线程示例,通过创建多线程来建立TCP联接.在嵌入式系统下运行-tcp communication under linux multithreading example, through the creation of multi-threading to create a TCP connection. in the embedded systems running under
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-12-23
    • 文件大小:16kb
    • 提供者:谢荣东
  1. MultiThread

    0下载:
  2. 这是一个多线程售票程序,可以帮助理解线程的同步问题,线程的创建问题-This is a multi-threaded ticketing procedures, can help to understand the issue of thread synchronization, thread creation problem
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:2.12mb
    • 提供者:邓义乔
  1. xiancheng

    0下载:
  2. VC++6.0做的一个创建多线程并设置不同的优先级的小程序-VC++6.0 to do to create a multi-threaded and set the priority of different small procedures
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:232kb
    • 提供者:张飞
  1. multiUART

    0下载:
  2. 通过创建多线程的方法来实现arm板上的多串口的并行通信,自己编写的,并在板上测试过的,但是针对你的板子,要自己设定。-By creating multi-threaded approach to achieve multi-arm board parallel port communication, I have written and tested on the board, but for your board, to set th
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:1kb
    • 提供者:xting
  1. C++多线程编程

    0下载:
  2. 多线程编程总结,讲述了多线程创建使用的方法,有代码实例。(Multithreaded programming, about the way to create using multi-threaded, with code examples.)
  3. 所属分类:其他小程序

    • 发布日期:2024-12-23
    • 文件大小:6kb
    • 提供者:liantao68
  1. 线程同步方法lock

    0下载:
  2. 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
  3. 所属分类:进程与线程

    • 发布日期:2024-12-23
    • 文件大小:2kb
    • 提供者:chzt
  1. ProxyNet

    0下载:
  2. 通过代理服务器网站获取代理服务器IP,首先从文件中获取代理服务器网站列表,创建多线程从各个代理服务器网站获取信息,提取代理服务器IP。(Website to get through a proxy server proxy server IP, first from the file access proxy server list, create multi-threaded access to information from va
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-12-23
    • 文件大小:256kb
    • 提供者:vision2sky
  1. TCPNetKit实例(多线程)

    0下载:
  2. 1.聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接并通信。(1. the creation of the server side of the chat room. 2. the creation of the client of the chat room. 3. realize the connection and communication between the client and the s
  3. 所属分类:Windows编程

    • 发布日期:2024-12-23
    • 文件大小:1.88mb
    • 提供者:hhhhh~
  1. VB6 多线程组件(快速创建多线程工程)

    0下载:
  2. '-------------------------------------------------------------------------------------------------- ' PASSOK's MultiThread Engine ' PASSOK 的多线程引擎 '----------------------------------------------------------------------
  3. 所属分类:进程与线程

« 12 3 4 5 6 7 8 9 10 ... 23 »

源码中国 www.ymcn.org