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

搜索资源列表

  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. 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. 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. testmanagerthread

    0下载:
  2. 一个vc写的多线程例子,通过单线程和多线程的执行效果来展示多线程的特点,改实例中使用了进度条-Vc wrote a multi-threaded example, through the single-threaded and multi-threaded implementation of effect to show the characteristics of multi-threading, changing an instance of the use of a progress ba
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:764061
    • 提供者:wwwyyy
  1. MDICALL

    0下载:
  2. VC++编写的一个多文档框架界面,可以方便的实现MDI程序,如有疑问可于hj212001@126.com联系。我的口号是相互学习,共同进步!一部分是网络搜集,一部分是自己修改。取之于网,用之于网,大家看看吧!-VC++ written in the framework of a multi-document interface, you can easily achieve the MDI program can be hj212001@126.com contact in case of do
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-23
    • 文件大小:7378887
    • 提供者:hj
  1. MultiThread

    0下载:
  2. 多重多线程程序实例,对VC新手帮助很大,希望大家进步-Multiple instances of multi-threaded program, very helpful for novice VC, I hope you progress
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-15
    • 文件大小:23971794
    • 提供者:李膺奇
  1. mutithreadPprogressbarPCPPMFC

    1下载:
  2. 多线程 进度条 并行运行 自动更新进度 MFC VC++编程-Run in parallel multi-threaded progress bar automatically updates the progress of MFC VC++ programming
  3. 所属分类:ToolBar

    • 发布日期:2017-05-14
    • 文件大小:3717144
    • 提供者:zhuwentao
  1. ProgressCtrlX_demo

    1下载:
  2. 绝对亮艳的多功能进度条 VC开发通过编译运行正常-Absolutely brilliant light of the progress of the multi-functioning VC++ compile
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:108314
    • 提供者:xcc
  1. pstattest

    0下载:
  2. 利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法。-Procedures for the use of threads show examples of the progress bar in the busy. VC beginners can learn from the multi-threaded approach.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:38291
    • 提供者:李红亮
  1. BEE

    0下载:
  2. 简单的十字方块游戏 简单的十字方块游戏-With C# language the development COM (Componet Object Model Compon Visualbasic 6.0 software developm Copy files with progress bar (SHF Liquid phase used to manipulate the VC Office. The control with multi-ui as
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2068695
    • 提供者:sunxinghai
  1. VC-multi-thread-progress-bar

    0下载:
  2. VC写的多线程进度条,大家自己看看,写的还算可以-VC multi thread progress bar
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:34883
    • 提供者:黎明的曙光
  1. vcnettaskthread

    0下载:
  2. 使用VC.NET实现多线程多任务的编写实例,当用户拖动最小化窗口时系统调用此函数取得光标显示。若遇到是1000的倍数时发送消息,更新对应进度条,延缓时间,通知更新进度条,启动第一个进度条工作线程,启动第二个进度条工作线程,并可重置线程,终止线程并初始化进度条。-Use VC.NET write multi-threaded multi-tasking instance, when the user drags the minimized window system calls this func
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:42876
    • 提供者:apudn67
  1. ThreadSynch

    0下载:
  2. 一个值得一看的VC++多线程运行实例,窗体中一共7条进度条,代表7个线程,通过点击对应的控制按钮,实现各自线程的运行,从新建文件写入字符A到G,来看各个线程的运行状态,虽然每个线程只是完成了一些简单的功能,但确实是一个研究多线程的好范例,如果你是VC新手,那就更应该瞧一下哦。-A worth of VC++ multi-threaded running instance, form a total of 7 progress bar, representatives of seven threa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:19684
    • 提供者:gpudn51
  1. NetDownMTR

    0下载:
  2. FTP、HTTP 多线程断点续传下载文件VC++源码下载,带进度条显示,里面有一个渐变色的进度条控件类。在下载模块中,支持断点续传,分多线程来下载,输入对应的远程下载地址、本地保存地址、FTP用户名和密码、要保存的文件名、线程数等,点击“Download”按钮后即进度下载状态,一个彩色渐变色的进度条为您适时显示下载进度。-FTP, HTTP multi-threaded HTTP download VC++ source code download, with a progress bar is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:201747
    • 提供者:wpudn30
搜珍网 www.dssz.com