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

搜索资源列表

  1. WQDemo

    0下载:
  2. 多线程一个实例,类似赛马程序,其中都有注释。-Multi-threaded an instance of race similar program, which has a comment.
  3. 所属分类:Button control

    • 发布日期:2017-11-16
    • 文件大小:3986991
    • 提供者:何玉玺
  1. YUVplayer

    1下载:
  2. 一款简单但是功能相对齐全的,基于MFC的多线程视频播放器,视频播放,暂停,快进,快退,下一帧,上一阵,打开文件,关闭文件等功能。支持YUV视频,界面较为简单,欢迎各位感兴趣的朋友继续完善-A YUV player, multi thread,MFC, many features have been completed. Welcome to update it for everybody who is interested in it.
  3. 所属分类:GUI Develop

    • 发布日期:2016-12-22
    • 文件大小:47104
    • 提供者:樱木
  1. uart_10m

    0下载:
  2. 串口通信,建了两个线程,一个线程接受,一个线程发送,能够发送10M以上的大文件-Built two threads, serial port communication, a thread, a thread to send, can send more than 10 m large files
  3. 所属分类:ComboBox

    • 发布日期:2017-06-02
    • 文件大小:14570271
    • 提供者:jingwenyi
  1. ZThread-2.3.2

    0下载:
  2. ZThread-2.3.2是一个多线程的使用库,可以帮助我们更好的了解多线程-ZThread-2.3.2 is a multithread lib
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:481378
    • 提供者:jin
  1. MFCApplication8

    0下载:
  2. 使用MFC和OPencv进行多线程编程的实例,能够获取中间图片-Using MFC and OPencv multithreaded programming examples, can obtain an intermediate image
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-09
    • 文件大小:1713083
    • 提供者:zhaojkun
  1. vcPP-280-examples

    0下载:
  2. 学习和精通VC++的绝佳资料,280个编程实例,内含窗口、菜单、控制栏、对话框、多线程、网络、数据库等16个概念,每个都有很多个demo实例,学习起来非常方便。-very good resources to learn VC++, including 180 examples,involve window,menu,control bar,diag,mulitithreading,Internet,data base and so on,totally 16 concepts.You can l
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:10288730
    • 提供者:
  1. MultDemo

    0下载:
  2. 实现了多线程,多窗口功能,程序实现是用Win32API实现的-multithreading multiwindows
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:6037850
    • 提供者:zhang
  1. multi-threaded-interface-solution

    0下载:
  2. C# 多线程界面假死解决,正确使用多线程-C# multi-threaded interface suspended animation solution, the proper use of multi-threading
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:145317
    • 提供者:dewy
  1. 界面

    0下载:
  2. MFC_MUTILTHREAD_COPY MFC多线程拷贝文件示例!
  3. 所属分类:界面编程

  1. THREAD

    0下载:
  2. 使用自定义消息,实现进程与线程的通信,线程可以发消息给进程-Using a custom message, implementation process and thread communication, thread can send message to process
  3. 所属分类:Button control

    • 发布日期:2017-05-13
    • 文件大小:3574027
    • 提供者:刘华
  1. PROCESSBAR

    0下载:
  2. 使用Win32 API创建、销毁线程——控制进度条,很好的例子-Using Win32 API to create, destroy, thread, the progress bar control
  3. 所属分类:ToolBar

    • 发布日期:2017-03-28
    • 文件大小:14433
    • 提供者:刘华
  1. AutoFinderDemo

    0下载:
  2. 使用多线程进行文件的查找,有一个缺点就是占用的资源太多了,但是速度会快。-Using multi-threaded file search, there is a drawback is that the resources too much, but the speed will be faster.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:104258
    • 提供者:李航
  1. MultiThreadProgressCtrl

    0下载:
  2. 多线程进度条资料以及demo
  3. 所属分类:ToolBar

    • 发布日期:2017-05-16
    • 文件大小:4399228
    • 提供者:
  1. Solution1

    0下载:
  2. c# 跨线程访问控件,在线程中访问主线程控件的方式-c# cross-thread access control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-24
    • 文件大小:45730
    • 提供者:李军
  1. Progressbar

    1下载:
  2. VS2005下实现的两款进度条,普通的使用图标的进度条和多线程的进度条。-Both VS2005 progress achieved under ordinary use of icons and multithreaded progress bar progress bar.
  3. 所属分类:StatusBar

    • 发布日期:2017-03-30
    • 文件大小:27613
    • 提供者:何广
  1. pstat

    0下载:
  2. 摘要:VC/C++源码,系统相关,进度条 VC++利用线程显示进度条,编译时需要mfc42ud.lib,下载后请拷贝到源码根目录下。类似windows2000风格的进度条,不过现在XP上也是这种风格。在运行一些较大程序的时候,我们总期望有一个进度条来显示进度,本例子通过VC线程来实现进度条,很不错的一个例子。-Abstract: VC/C++ source, system-related, the progress bar shows the progress of VC++ use th
  3. 所属分类:ToolBar

    • 发布日期:2017-04-01
    • 文件大小:21689
    • 提供者:海少
  1. MultiThread1

    0下载:
  2. 创建了一个很简单的线程,能够在编辑框中显示系统的当前时间-Created a very simple thread, the system can display the current time in the edit box
  3. 所属分类:Button control

    • 发布日期:2017-05-17
    • 文件大小:4295751
    • 提供者:djf
  1. Windows-Coding

    0下载:
  2. 包含了Windows编程技术中的许多代码样例,包括基本窗口的创建,图形编程基础、键盘、鼠标编程基础、子窗口控制项、对话框和多线程等。每个知识块都有2-3个程序示范,由浅入深,还有大量的代码注释,方便Windows编程新手的学习-Contains many Windows programming code examples, including the basic window creation, graphics programming, keyboard, mouse programming,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5164080
    • 提供者:丁浩
  1. Thread

    0下载:
  2. 最简单的多线程程序. 适合新手看.老鸟就不需要看了.实在是给新手看的-You can display a simple procedure time. Mainly on the application of aspects of the class time is quite good
  3. 所属分类:Button control

    • 发布日期:2017-05-12
    • 文件大小:3020668
    • 提供者:亮哥
  1. O2O_Chat

    0下载:
  2. 通讯关于通信聊天文件传送多线程并发控制系统进程信息展现-TCP UDP
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:92168
    • 提供者:jack
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 23 »
搜珍网 www.dssz.com