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

搜索资源列表

  1. MutileThreadProgramEg

    0下载:
  2. 基于VC的多线程编程,是网络编程中实例的源代码-mutilerthread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:33371
    • 提供者:mm
  1. 071123xs

    0下载:
  2. vc多线程编程简单介绍,有个实例介绍的录像。-vc a brief multi-threaded programming, a video examples.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-18
    • 文件大小:4646655
    • 提供者:lj
  1. multi_thread_ftp

    0下载:
  2. 多线程上传和下载的FTP客户端,对于学习VC网络编程和多线程编程,有很大用途!-Multi-threaded FTP upload and download client, for the VC network to learn programming and multi-threaded programming, a great use!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:34470
    • 提供者:李明
  1. ManyThreadsAndManyTasks

    0下载:
  2. VC下的一个多线程多任务的程序,简单明了,适合学习参考-VC under a multi-threaded multi-task procedure, simple and clear, suitable for study and reference
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2714538
    • 提供者:lanyuna
  1. mulThread

    0下载:
  2. 一个多线程的简单例子,可以用vc++ .net编译通过,适于初学者。-More than one thread of a simple example, you can use vc++. Net compiler is passed, for beginners.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:115482
    • 提供者:qk
  1. duoxiancheng

    0下载:
  2. 本程序介绍了windows的多线程与编程思想,着重讲述了在vc++中多线程的编程方法-This procedure, introduced the multi-threaded windows thinking and programming, focusing on the vc++ in multi-threaded programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:89700
    • 提供者:李想
  1. RegisterTool

    0下载:
  2. 机器没装VC++时MSComm控件用不了,网上介绍了很多手工注册的方法,我根据这些方法结合自己的实践写成了自动注册的程序,推荐给大家。网上介绍注册Mscomm32.ocx时都是另开了个线程,在我的应用中没有开线程调用windows自带的Regsvr32.exe而是全部用代码实现。 -The MSComm will not be used in the computer that no install vc++...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:777805
    • 提供者:
  1. singlethread

    0下载:
  2. Windows 单线程程序设计 加深对进程概念的理解,尤其是进程的动态性,并发性。 2.了解进程如何被创建和终止。 3.学习win32多线程函数的使用 4.学习在vc++下建立基于对话框的工程及编程技术-Windows single-threaded program design to enhance understanding of the concept of the process, especially the process of dynamic, complicat
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:230824
    • 提供者:li
  1. MultiThread1

    0下载:
  2. 在Windows下,用vc++ 编写一个win32 API多线程程序,在对话框上实现一个启动、停止、显示时间的功能 -In Windows, using vc++ to prepare a multi-threaded win32 API procedures, in the realization of a dialog box to start, stop, indicating the function of time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:233621
    • 提供者:li
  1. MultiThread

    0下载:
  2. VC++写的第一个多线程程序,卖100张票。-VC++ to write the first multi-threaded process and sell 100 tickets.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1213430
    • 提供者:xiaoqing
  1. duorenwuduoxiancheng

    0下载:
  2. VC++多任务多线程多进程的实例,压缩包里一共有5个-VC++ multi-tasking multi-threaded multi-process example, the compression bag a total of five
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:280053
    • 提供者:JunV
  1. (cwj)MultiThread

    0下载:
  2. 本VC++源码,是一个多线程的程序实例,它的主要功能是利用多线程进行素数的选择计算,是学习多线程的一个好例子-The VC++ source code, is an example of multi-threaded program, and its main function is to use multi-threading to the choice of prime number calculation, is to learn from multi-threading a good e
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1683468
    • 提供者:陈文俊
  1. MCkThread

    0下载:
  2. 对VC的多线程封装,支持面向对象,可以实现线程同步-VC Thread Programing ,can Lock、Unlock
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:225883
    • 提供者:Meckal
  1. Code

    0下载:
  2. 关于VC++ 的一些小程序。包含界面的设计。还有一些多线程程序设计。-VC++ on a number of small procedures. Contains the interface design. There are also multi-threaded programming.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:5016878
    • 提供者:张西
  1. 89346516chat

    0下载:
  2. 基于VC++6.0下MFC编写的一个实现局域网聊天的程序,使用了多线程技术,可以多人聊天-Based on the MFC under VC++6.0 to prepare a LAN chat program, the use of multi-threading technology, people can chat
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:42569
    • 提供者:胡杨
  1. MFC

    0下载:
  2. 引导读者逐渐深入了解MFC,并向读者展示如何避免走弯路,以及如何创建非同寻常的程序。包括某些MFC的高级特性,如多线程、数据库、扩展DLL和自定义向导-Good reference for learning VC programing
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2343587
    • 提供者:
  1. code

    0下载:
  2. Windows多线程编程代码, 编写语言C++,环境VC++,内含20多个代码示例-Windows multithread program, for vc++ programmer, it s useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1209128
    • 提供者:林少峰
  1. multProcess

    1下载:
  2. 这是一个用VC++编写的一个多线程的程序,点击测试开始菜单时会显示进度条并且显示运行时间,点击停止时会显示为0.-This is a used VC++ to prepare a multi-threaded process, click on the Start menu to test the progress bar will show the running time and shows, click to stop when they appear as 0.
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-12
    • 文件大小:1947454
    • 提供者:liyangyang
  1. InjectDll(vccode)

    0下载:
  2. 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:27788
    • 提供者:唐尧
  1. MultiThread

    0下载:
  2. 在vc下多线程编程的学习程序,希望对初学者有用-vc MultiThread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1215743
    • 提供者:江武志
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com