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

搜索资源列表

  1. sendnetworkfile.rar

    0下载:
  2. 实验二 网络文件传输,使用c++实现,包括单线程、多线程、区分数据段的演示。,Experiment II network file transfer, use c++ Achieve, including the single-threaded, multi-threaded, the distinction between data presentation section.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:362921
    • 提供者:wangqjing
  1. wininet-spider

    0下载:
  2. 网络爬虫,完美演示了多线程和深度设置抓取网页数据。-crawl through internet to get web data. the win32 api supports applications that are pre-emptively multithreaded. this is a very useful and powerful feature of win32 in writing mfc internet spiders. the spider project is a
  3. 所属分类:Search Engine

    • 发布日期:2017-03-28
    • 文件大小:69761
    • 提供者:acada
  1. ThreadDemo

    0下载:
  2. 演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。-Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:28859
    • 提供者:邢延超
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. CreateThread

    0下载:
  2. 该程序为演示程序,创建多线程程序,初学C#编程可以借鉴。-Create multi-threaded program, beginners can learn C# programming.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-22
    • 文件大小:19673
    • 提供者:zhm
  1. Priority

    0下载:
  2. 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。-In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1992
    • 提供者:朱科
  1. 2

    0下载:
  2. 演示如何传送一个一个整型的参数到一个线程中,以及如何等待一个线程完成处理!-A demonstration on how to send an integer parameter to a thread, and how to complete the processing of waiting for a thread!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:27326
    • 提供者:我潜行
  1. ParentProcess

    0下载:
  2. 一个实例来介绍父子进程间如何共享内核对象。首先在父进程中创建一个事件对象,该事件对象能够被子进程继承,但是初始状态没有信号。然后父进程创建一个子进程,使子进程能够继承父进程中的内核对象句柄。在子进程初始化时创建一个线程,并立即运行线程函数。在线程函数中循环判断从父进程继承的事件对象是否有信号,如果有信号,将对话框标题设置为“事件有信号”,然后退出线程。由于父进程在创建事件对象时,使事件对象没有信号,因此,子进程中的对话框标题不会改变。为了演示父子进程间共享内核对象,在父进程中设计了一个按钮,单击
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:111659
    • 提供者:jacklee
  1. multith

    0下载:
  2. 一个多线程的演示的例子。初学者可以看下,非常有用。-Demonstration of a multi-threaded example. Beginners can facie, very useful.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:29333
    • 提供者:王易
  1. autopoll(delphi)

    1下载:
  2. 本软件可针对 第3届北京奥林匹克运动会歌曲征集评选活动为歌手张靓颖的入围曲目《Open Up Your Dreams》投票 投票地址: http://61.135.134.85/music/song_show.php?id=29846 本软件采用专业OCR字符识别引擎,自动识别验证码!自动清除COOKIE!投票速度一流!软件采用后台线程直接发送数据报到服务器,CPU占用极低,最小化时自动隐藏到系统托盘区。你可以把投票任务交给电脑,24小时挂机,不影响你的正常学
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-07
    • 文件大小:562560
    • 提供者:王兵
  1. synThread

    0下载:
  2. 本程序是一个多线程的运行情况演示程序,通过本程序可以了解多线程的运行机制,和所谓并行实现的实质-err
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:6767
    • 提供者:liuhuan
  1. Work_Queue_demo

    0下载:
  2. 本程序演示如何使用线程池。同时生成多个线程,但只有指定数目得线程在运行。-This procedure demonstrates how to use the thread pool. At the same time generate multiple threads, but only a specified number of threads running.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:41553
    • 提供者:祁艳胜
  1. duoxianchengguanlijinduxianshi

    0下载:
  2. DELPHI 编写的 演示多线程进度的模式处理-delphi XIANCHENG
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-28
    • 文件大小:207926
    • 提供者:a_11111
  1. multi_threads_show

    0下载:
  2. 多线程测试,可用于课堂教学演示,单线程与多线程比较-Multi-threaded tests, can be used for classroom demonstration, comparing single-threaded and multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1646998
    • 提供者:chen
  1. product_consume_pro

    0下载:
  2. 通过多线程模拟,实现生产和消费者进程同步问题,可以作为教学演示-Through multi-threaded simulation, the process of production and consumer synchronization problem can be as a teaching demonstration
  3. 所属分类:OS Develop

    • 发布日期:2017-05-08
    • 文件大小:1626172
    • 提供者:chen
  1. JuristsEatingProblem(graphicsversion)

    0下载:
  2. 学家就餐问题(图形版),此程序演示了Java多线程同步的概念,形象生动!-Jurists eating problem (graphics version), the Java program to demonstrate the concept of simultaneous multithreading, a vivid image!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:111899
    • 提供者:月月
  1. InsertThread

    0下载:
  2. 只需一个DLL的线程插入,程序演示了使用一个DLL动态链接库进行线程插入的方法,可以将自己的程序插入的系统进程中去-Just insert a thread DLL, the program demonstrated the use of a dynamic link library DLL to insert the thread, for it can insert its own procedures and systems to process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:16818
    • 提供者:leiming
  1. Multithreading

    0下载:
  2. JAVA多线程C/S结构的演示,多线程客户端.-JAVA multi-threaded C/S structure of the presentation, multi-threaded client.
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4126
    • 提供者:taobao2
  1. event

    0下载:
  2. VC6项目,演示两个线程间如何利用windows的event进行同步,简短精悍。-A vc6 project showing how to realize Synchronization between threads by means of using MFC events.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6077
    • 提供者:张三
  1. 03ThreadDemo

    0下载:
  2. 一个控制台程序,演示主线程如何创建立子线程-A console program to demonstrate how the main thread to establish a sub-thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:209732
    • 提供者:叶子
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com