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

搜索资源列表

  1. Multithread3

    0下载:
  2. 多线程的VC++源代码,代码经过测试功能正常,值得参考学习!-Multi-threaded VC++ Source code, the code has been tested and functioning properly, it is also useful to learn!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:17509
    • 提供者:zhou
  1. xiancheng

    0下载:
  2. 用Visual c++.net (VC.net) 编写的 如何使用工作线程 的程序,并且代码都有注释。需要的朋友可以下载看看。-Using Visual c . Net (VC.net) prepared in how to use the worker thread procedure and the code has notes. Need to see a friend can be downloaded.
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:197816
    • 提供者:羊妹妹
  1. zhongzhixiancheng

    0下载:
  2. 用Visual c++.net (VC.net) 编写的 如何正常终止线程,如何异常终止线程 2个程序打包下载,并且代码都有注释。需要的朋友可以下载看看。-Using Visual c . Net (VC.net) how prepared the normal termination of threads, how the abnormal termination procedures for packaged two-threaded downloads, and code all t
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:396528
    • 提供者:羊妹妹
  1. Visual_C++

    0下载:
  2. vc多线程技术,应用的比较广泛,在这里向大家提供一些资料,祝大家学得愉快,共同进步-vc multi-threaded technology, here to provide some information, I wish you all a happy learning and common progress!!
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:19744
    • 提供者:liwg
  1. MAO_YI_GONG_SI_GUAN_LI

    0下载:
  2. 一个基于贸易公司管理程序,采用多线程,对学VC编程的人非常有用-A trading company based on management procedures, the use of multi-threaded, VC school programming are very useful
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:143543
    • 提供者:邵贤
  1. 109201281ssadfgfe

    0下载:
  2. VC下载程序源代码,内有详细的代码,可直接运行使用。希望对进行下载程序开发的程序员有所帮助。FTP、HTTP 多线程断点续传下载文件。-VC download the source code, which has a detailed code, can be directly used to run. Wish to download the procedure developed by programmers help. FTP, HTTP multithreaded HTTP downlo
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-15
    • 文件大小:5514
    • 提供者:丁晓峰
  1. MultiThread1

    0下载:
  2. 这是一个关于多线程的简单小程序,使用语言:vc-Multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:30219
    • 提供者:茄茄
  1. wuziqi

    0下载:
  2. 五子棋游戏,可以学习到关于VC线程的编程相关知识-Gobang Game, you can learn about VC-threaded programming knowledge
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-14
    • 文件大小:3133031
    • 提供者:刘少川
  1. 07404_Group07_Elevator_Final_WithSourceFile

    0下载:
  2. 采用多线程实现的单部电梯模拟系统,采用图形界面,接受用户点击来进行响应,用外部的egg库(自行修改过,使之用像素为单位绘图),注释详细,需要在vc下进行编译.-Using multi-threaded implementation of a single simulation system for elevators using a graphical interface, a user clicks to accept the response of the egg with an exter
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:6021906
    • 提供者:Ley
  1. Chat

    0下载:
  2. vc++多线程程序的编写 孙鑫的课件,很实用的-vc++ multi-threaded process to prepare the courseware Xin Sun, it is useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:11032
    • 提供者:hello
  1. ThreadPool

    0下载:
  2. 用vc++写的一个简单的线程池的代码,简单参考- A simple thread pool code wrote with vc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:364886
    • 提供者:李其
  1. mhttpsrv_demo

    0下载:
  2. 这是一个vc实现多线程服务器类,其中有Http server的实现例子-This is a multi-threaded server implementation vc category, there is one of examples of implementation of the Http server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-26
    • 文件大小:28539
    • 提供者:张海振
  1. ExThreads

    0下载:
  2. 基于VC++的线程例子,能够很明显的说明线程的执行次序-Based on VC++ thread example, be able to thread it is clear that the implementation of the order of
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1965052
    • 提供者:王延海
  1. WaitThreadTest

    0下载:
  2. VC线程的控制,让大家知道线程是什么去等待完成的-VC-thread control, to let everyone know what threads are waiting for the completion of the go
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:253597
    • 提供者:肖雄
  1. Dining_philosophers

    0下载:
  2. 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:524943
    • 提供者:兰韬
  1. ruoshui20090328youxiushuoshilunwenguanyuVC

    0下载:
  2. 该文章《基于VC++的小型变电站监控组态软件的设计与开发》是优秀硕士学位论文。 该论文在深入分析工业变电站自动化系统的基础上,根据工业变电站对监控软件的性能要求和功能要求,提出了一种工业变电站监控软件功能模块设计方案,并基于VC++6.0设计实现了通信管理模块、实时数据库模块、图形界面组态模块三个主要的功能模块。 通信管理模块利用多线程技术实现了串口通信和网络通信,从而实现了数据采集和解析的功能。数据库模块从实时数据库的系统结构分析、实时数据库的特点、实时数据库的数据管理以及实时数据库的
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:757043
    • 提供者:若水
  1. VCHelper

    0下载:
  2. 多线程 实现VC垃圾文件清除助手, 多线程 实现VC垃圾文件清除助手, -multi-threads vc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-24
    • 文件大小:27094
    • 提供者:dmren
  1. freecell

    0下载:
  2. Progress控件能让人们感受到一个应用程序执行的进度,在很多应用程序中都能用到它,但通常只支持在单任务中,我在Windows98/NT中文操作系统下,在VC++6.0环境下,利用线程编制了一个非常小巧的应用程序来实现Progress控件的使用。它可以支持多线程,使用起来很方便。 -Progress control allows people to feel that the implementation of an application' s progress, in many ap
  3. 所属分类:StatusBar

    • 发布日期:2017-03-31
    • 文件大小:27901
    • 提供者:wangxh
  1. definesock

    0下载:
  2. 封装了两个socket类,可以实现网络多线程通讯,在VC6.0下测试通过,注意VC如果不是安装在C盘,就修改相应路径-Packaging the two socket type, you can achieve multi-threaded communications network, in VC6.0 test is passed, the attention of VC if it is not installed on the C disk, on the amendment of th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2038218
    • 提供者:davidlee123
  1. sufjeowjfsdoeiewa

    0下载:
  2. 这是一本讲解VC多线程编程的网络编程的书,很不错的,希望对大家有所帮助,有问题的话大家可以联系我。-This is a multi-threaded programming on the VC network programming book, it is good, and they hope to help everyone, so everyone has questions can contact me.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-07
    • 文件大小:1196221
    • 提供者:李强
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com