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

搜索资源列表

  1. CVitualinstrument

    0下载:
  2. labview /CVI 编程 多线程程序设计 PPT格式-labview/CVI programming multi-threaded programming PPT Format
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-08
    • 文件大小:159727
    • 提供者:lx
  1. ProcessBar_control

    1下载:
  2. 实现进度条启动、暂停、终止的MFC小程序,采用了多线程工作方式。-To achieve the progress bar to start, suspension, termination of the MFC of small procedures, the use of a multi-threaded work.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:29420
    • 提供者:
  1. myvcIDE1004

    0下载:
  2. 分页对话框控件(TABCTL32.OCX)的使用,归纳了一些多线程/网络/数据库/图像处理方面的vc程序模板,方便测试。-Page dialog box controls (TABCTL32.OCX) the use, summarized in a number of multi-threaded/network/database/image processing template vc procedures to facilitate the test.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-14
    • 文件大小:22128358
    • 提供者:hanxiaohua
  1. RussiaBlock

    0下载:
  2. 用C++写的一个俄罗斯方块程序。涉及到各种形状类和多线程,以及队列deque,想学习的可以参考一下 :(-With C++ Written by a Russian box procedures. Category involves a variety of shapes and multithreading, as well as the queue deque, would like to study for reference: (
  3. 所属分类:Static control

    • 发布日期:2017-05-15
    • 文件大小:48923
    • 提供者:leijun
  1. BmpBrowser

    0下载:
  2. 我自己写的线程控制3张图片读取,并且显示的vcgui-I wrote it myself thread control three picture read, and displayed vcgui
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:27729
    • 提供者:xu
  1. ch22b

    0下载:
  2. 实现多线程读写共享区域 希望对初学者有所帮助-The realization of multi-threaded read-write shared regional wishes to be helpful for beginners
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:1792
    • 提供者:dayuruozhi
  1. JL236print

    0下载:
  2. C++ builder 和VC++编程,C++ builder实现串口数据处理,界面程序,应用于具体项目,VC++编程,实现串口动态库+线程,具有串口编程的参考价值-C++ Builder and VC++ Programming, C++ Builder Serial data processing, interface procedures, applied to specific projects, VC++ Programming, dynamic libraries Serial+ T
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1191730
    • 提供者:chu
  1. VS2005DataAcq_Code

    0下载:
  2. 给中国电信做的数据采集,话单排序,写注册表,多线程,界面编程,非常实用,很强大。VS2005写的.-China Telecom to do data acquisition, if a single sort, write the registry, multithreading, programming interface, very useful, very powerful. VS2005 written.
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:400142
    • 提供者:李国庆
  1. 4

    0下载:
  2. 按下“测试”按钮,请耐心等待,右边编辑框最终将显示最多可创建线程的数目-Pressing the test button, please be patient, the right edit box will eventually show up to the number of threads created
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:18217
    • 提供者:我潜行
  1. ParentProcess

    0下载:
  2. 一个实例来介绍父子进程间如何共享内核对象。首先在父进程中创建一个事件对象,该事件对象能够被子进程继承,但是初始状态没有信号。然后父进程创建一个子进程,使子进程能够继承父进程中的内核对象句柄。在子进程初始化时创建一个线程,并立即运行线程函数。在线程函数中循环判断从父进程继承的事件对象是否有信号,如果有信号,将对话框标题设置为“事件有信号”,然后退出线程。由于父进程在创建事件对象时,使事件对象没有信号,因此,子进程中的对话框标题不会改变。为了演示父子进程间共享内核对象,在父进程中设计了一个按钮,单击
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-17
    • 文件大小:111659
    • 提供者:jacklee
  1. Snake

    0下载:
  2. windows桌面程序,贪吃蛇小游戏,利用hook获得键盘输入,线程操作-windows desktop procedures, Snake game, use hook to obtain keyboard input, thread operations
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:29381
    • 提供者:David Lee
  1. c

    0下载:
  2. 线程使用用于初学者希望对大家有些帮助谢谢了-Threads
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-09
    • 文件大小:1874055
    • 提供者:王宝
  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. javaeg0618

    0下载:
  2. 用java实现一个小球的程序,当点击开始按钮就会启动一个小球线程,并且小球在面板内移动。-To achieve with a small ball java process, when the click the Start button will start a thread ball and small ball moving in the panel.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-05
    • 文件大小:26935
    • 提供者:chenhairong
  1. pstat

    0下载:
  2. 能够在界面上显示各个线程的运行状况的进度条,反应各个线程的运行状况。-Interface can be displayed on the operation of the various threads of the progress bar, the reaction of the operation of the various threads.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:19867
    • 提供者:蔡亮
  1. tree3

    0下载:
  2. tree-3在分离线程中实现数据增长,不错的经典例子-tree-3 in the thread to achieve separation of data growth
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:23341
    • 提供者:women2009
  1. PrintRecord

    0下载:
  2. 本地打印机监控VC程序,简单示例,使用了线程技术,压缩包内包含源码,可运行程序,截图-A local printer monitoring VC program, a simple example, using the threading compressed package includes source code, can run the program, screenshot
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:1678883
    • 提供者:段力
  1. ProgressFormDemo

    0下载:
  2. 实现了实时的模态子窗体进度条功能。一种比较直接了当的方法,就是主线程中开启两个子线程,一个用于显示模态窗体,一个用于处理事务, 并同时更新第一个线程中的窗体信息。-the Progress Form act in Mode to proceed the progress at runtime.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-09
    • 文件大小:53905
    • 提供者:杨清
  1. UpdateCheck

    0下载:
  2. 一个listbox控件的应用,内含两个LIST,并加入多线程工作机制-A listbox control, application, containing 2 LIST, and joined the working mechanism of multi-threaded
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-16
    • 文件大小:4517112
    • 提供者:zhaowenhao
  1. FiveThreads

    0下载:
  2. 五个不同优先级的线程运行 DOS 界面,适合初学者下载-Five different priority threads to run DOS interface, suitable for beginners to download
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-27
    • 文件大小:143962
    • 提供者:guoyansong
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 23 »
搜珍网 www.dssz.com