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

搜索资源列表

  1. MultiThread

    0下载:
  2. 源码学习 Visual c++实效编程百例 第06章实例60 多线程方式同时进行多项任务-Source study the effectiveness of Visual c++ Programming Chapter 06 100 cases of the first examples of more than 60 threads at the same time a number of mission
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-25
    • 文件大小:28442
    • 提供者:强毅
  1. MyComm

    0下载:
  2. Visual C++串口编程例子。实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发 -Visual C++ serial port programming example. Implementation of a simple-to-use multi-threaded serial communication interface, you can switch to receive queries and automatic mode, the dat
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1927562
    • 提供者:yangjian
  1. Info

    0下载:
  2. 多线程批量下载网页处理工具。用Visual C++开发-Multi-threaded batch processing tools download page. Using Visual C++ Development
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1509809
    • 提供者:罗晓鸣
  1. Realization-of-Multithread-Program-Based-on-Callba

    0下载:
  2. 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:170429
    • 提供者:陈建刚
  1. duoxiancheng

    0下载:
  2. visual c++ 下面的多线程编程。对从事多线程编程的人大有帮助-visual c++ the following multi-threaded programming. Engaged in multi-threaded programming help of the National People' s Congress,
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-18
    • 文件大小:27331900
    • 提供者:学风
  1. KeyBoardHook

    0下载:
  2. 利用Visual C++ 进行线程钩子的应用编程,捕获键盘消息并用消息框进行显示。-Using Visual C++ for a hook-threaded application programming
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:29620
    • 提供者:收皮
  1. ThreadEvent

    0下载:
  2. 利用事件对象实现线程同步,适合于Winodws系统编程,对初学者很有帮助-use Event Thread,suitable to beginer of windows use Visual C++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:22927
    • 提供者:刘力
  1. 101259376LANCommunion

    0下载:
  2. < 精通Windows Sockets网络开发--基于Visual C++实现>> 一书的全部源代码,包括 多线程下载程序、网络五子棋、在线考试系统等五个项目。每个项目都使用不同的socket模型开发(比如select,基于消息、事件的异步模型,重叠i/o,完成端口),对于初学socket网络编程的朋友有极大帮助、、 -" " Proficient in Windows Sockets network development- based on Visual
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:69444
    • 提供者:牟伯东
  1. MultiThreadProgram

    0下载:
  2. 本程序是windows环境下采用Visual C++多线程编程的一个实例-This procedure is used under windows environment, Visual C++ programming an example of multi-threading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7742
    • 提供者:王永辉
  1. SearchFile

    0下载:
  2. 使用多线程进行文件搜索的例子程序,来自于 Visual C++范例大全-Search for files using multi-threaded example program from the Visual C++ examples of Collection
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:51583
    • 提供者:ladeng
  1. ThreadPriority

    0下载:
  2. 设置线程的优先级的例程,来自于Visual C++范例大全-Set the thread priority of the routines from Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:38088
    • 提供者:ladeng
  1. MessageThread

    0下载:
  2. 一个使用自定义消息进行线程间的通信得例程,来自于Visual C++范例大全-Use a custom message to the communication between threads was routine, and from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:33324
    • 提供者:ladeng
  1. EventThread

    0下载:
  2. 一个使用事件对象进行线程间的通信的例程,来自于Visual C++范例大全
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:35413
    • 提供者:ladeng
  1. EventThreadSyn

    0下载:
  2. 一个使用CEvent对象实现线程同步的例程,来自于Visual C++范例大全-CEvent an object implementation using the thread synchronization routines, from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:33355
    • 提供者:ladeng
  1. CriticalSecitonThreadSyn

    0下载:
  2. 一个使用临界区对象(CriticalSeciton)实现线程同步的例程,来自于Visual C++范例大全-The use of a critical section object (CriticalSeciton) to achieve thread synchronization routines, from the Visual C++ examples of Daquan
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:34818
    • 提供者:ladeng
  1. MyTaskMgrmaneagement

    0下载:
  2. 类似于windows中的任务管理器,用Visual c++实现,用到了多线程等知识-Similar to the windows in the task manager, using Visual c++ implementation of such knowledge to use a multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:80268
    • 提供者:tanfeng
  1. NetAnts

    0下载:
  2. 用Visual C++ 6.0开发的类似网络蚂蚁的多线程断点续传工具,希望对大家有用-Visual C++ 6.0 with the development of similar networks ants multi-threaded HTTP, and hopes for all of us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:82486
    • 提供者:Jacky
  1. VisualC

    1下载:
  2. 《Visual C++实践与提高——串口通信与工程应用篇》第二版目录 第1章Visual C++集成开发环境 第2章C++语法基础 第3章C++面向对象 第4章串行通信原理与设计 4.1串行通信基本概念 4.2串行传输协议 4.3串行接口标准 4.4串口硬件设计 第5章 串口调试 第6章使用MSComm控件编程 第7章使用WinAPI串口编程 第8章多线程编程 第9章TAPI编程 第10章计算机与单片机通信 第11章计算机与PLC通信
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-07
    • 文件大小:28168757
    • 提供者:康元青
  1. mtprint

    0下载:
  2. "The Revolutionary Guide to MFC 4 Programming With Visual C++"书中的例子,演示如何通过第二线程打印文档-" The Revolutionary Guide to MFC 4 Programming With Visual C++" book examples demonstrate how to print a document through the second thread
  3. 所属分类:Printing program

    • 发布日期:2017-04-08
    • 文件大小:21497
    • 提供者:李绍彬
  1. MutiThread

    0下载:
  2. Visual C++实现多线程编程,模仿播放器功能-Visual C++ multi-thread programming, imitating player functionality
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1215841
    • 提供者:fanyunpeng
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com