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

搜索资源列表

  1. 多线程串口类

    0下载:
  2. 编译环境: BC++ 5(free tool); C++ BUILDER 4, 5, 6, X; VC++ 5, 6, 7, 8;  GCC; 支持256个串口 体积小巧
  3. 所属分类:串口编程

    • 发布日期:2008-04-29
    • 文件大小:4801
    • 提供者:gongzhu
  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 requirements compiler : 6.0 C contemp
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14176
    • 提供者:黄小文
  1. VC界面编程高级应用技术

    6下载:
  2. 用户界面线程,登陆界面 界面皮肤,vc界面控件,vc启动界面,vc界面设置,skinmagic界面 用VC实现象QQ好友上线和MSN上好上线效果的信息提示框 -user interface thread, landing interface interface skin, vc interface controls, vc activated interface, vc interface settings, skinmagic interface with VC friends as Q
  3. 所属分类:界面编程

    • 发布日期:2012-11-01
    • 文件大小:6914221
    • 提供者:fxy
  1. Vc++ initial

    0下载:
  2. 该程序创建了一个线程,并在线程中实现精度条推进。首先调用AfxBeginThread函数创建一个新进程,然后调用PostThreadMessage函数乡新建的线程发送WM_BEGINPROG消息,并将禁毒条的指针作为参数传递给新的线程,最后再OnBeginProg函数通过参数wParam生成的一个进度条指针实现进度条的逐步推进。-the program to create a thread, the thread and achieve accuracy of the advance. Firs
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:37203
    • 提供者:邢馨华
  1. 线程池示例代码

    0下载:
  2. VC 源 码:线 程 池 示 例 代 码.-source VC : Thread Pool sample code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2017796
    • 提供者: 柴宝
  1. Vc-multith

    0下载:
  2. 本文初步介绍了Visual C++多线程设计的基础知识。-this preliminary presentation of Visual C multithreaded design of the knowledge base.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8484
    • 提供者:渐渐
  1. CreateThread

    0下载:
  2. create thread 线程的实例,讲述vc线程编写-create thread threaded example, about vc threading
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:966273
    • 提供者:hubo
  1. 05-09-16-vc-ftp

    0下载:
  2. 一个多线程FTP下载程序,基本功能,仅供参考,也是转载的,-a multithreaded FTP download, basic functions, for reference purposes only and is reproduced, huh
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:91490
    • 提供者:高君颀
  1. VC++60MFC5555555566666

    0下载:
  2. 题目---基于VC++ 6. 0 M FC的多线程通信程序,硕士学位论文 -topic --- Based on VC 6. FC 0 M multithreading Communication Program, a master's degree thesis
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3159025
    • 提供者:jiafeimao
  1. vc-ftp

    1下载:
  2. 使用vc++6.0开发的一个支持多线程ftp程序-use vc 6.0 support for the development of a multi-threaded process ftp
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:91490
    • 提供者:zx
  1. vc60_thread

    0下载:
  2. 平时积累的,是关于学习VC线程进程资料,最好配合http://soft.yesky.com/lesson/36/2280536.shtml-peacetime accumulation is on the learning process VC-thread information, preferably with http : / / soft.yesky.com/lesson/36/2280536.shtml
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:61731
    • 提供者:邻水
  1. MultiThreadA--VC++

    0下载:
  2. VC++--系统编程--多线程---代码全! .-VC -- System Programming -- multithreading -- code-! .
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:23127
    • 提供者:LILI
  1. VC++Hook

    1下载:
  2. 用VC++ Hook技术实现屏幕取词.它是利用调试技术编写成的API钩子。比起16位下传统的入口代码改写技术,它是没有多线程问题的,而且能够拦截LoadLibrary/GetProcAddress完成的API显式调用。-VC Hook Capture Characters from Screen Technology. It is testing the use of technology into the preparation of the API hook. Compared to the
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:372054
    • 提供者:tanglongsh
  1. VC++_SerialPort

    0下载:
  2. 串口通信编程的一个高级实例,采用了多线程,涉及到串口以及输入/输出同步和I/O重叠方面的知识,主要实现数据收发,请在VC++6.0及以上环境下编译 这个我搜了一下本站,好像连重名的都没有,-serial communication programming as a senior example of the use of multithreading, Serial involved and input / output synchronization and I / O overlap of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:57196
    • 提供者:如歌
  1. vc++MuiltiThreadPCSerioCommunication

    0下载:
  2. 用vc++设计多线程串行通信程序,源码-vc design using multithreading serial communication procedures, source-huh
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:105913
    • 提供者:周健
  1. 网络游戏线程池模型

    0下载:
  2. <VC++网络游戏建摸与实现>源代码-lt; VC network games modeling and implementation gt; Source code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2962
    • 提供者:韦功成
  1. 网络游戏多线程编程

    0下载:
  2. 源代码-<VC Etnand> source code
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:268613
    • 提供者:韦功成
  1. vc++

    0下载:
  2. 多线程技术及其在VC++串口通信程序中的应用.pdf -multithreading technology and the VC Serial Communication Program application. Pdf multithreading technology and the VC Serial Communication Program application. pdf
  3. 所属分类:进程与线程

    • 发布日期:2014-01-15
    • 文件大小:82943
    • 提供者:哈哈
  1. VC++BASED

    0下载:
  2. 多线程在VC++串口通信程序中的应用.pdf -multithread serial communication in VC procedures for the application. Pdf multithread serial communication in VC procedures for the application . pdf
  3. 所属分类:串口编程

    • 发布日期:2014-01-15
    • 文件大小:300269
    • 提供者:哈哈
  1. VC++multithread

    0下载:
  2. 一个基于VC++的多线程编程的实例,可以直接运行,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:62870
    • 提供者:雷英镇
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com