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

搜索资源列表

  1. MyThread

    0下载:
  2. 通过菜单的start 来开启一个线程程,以及停止功能来停止一个线程,同时可以开启多个线程,来实现界面图形多个时钟功能-Through the start menu to open a thread process, as well as the stop function to stop a thread, multiple threads can be opened at the same time, to achieve graphical interface features a numb
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:181875
    • 提供者:bobo
  1. MD5Checker

    0下载:
  2. 下载个dvd的iso,找了半天的md5检查工具,干脆写了个。 其中,md5算法来自开源社区 Key: md5,MD5,MD5工具,MD5算法 运行于win2k/xp/vista平台,静态链接MFC不需要任何其他依赖dll 注意: 使用该工具打开大文件(Big Size)请耐心等会儿... 有兴趣可以开线程自己完善打开较大文件界面阻塞问题:)-Download a dvd of the iso, to find a half-day md5 check to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:53809
    • 提供者:张其
  1. core_Python_programming_cn

    0下载:
  2. 已建立索引的Python核心编程(中文第二版)。对于初学者,这是一本Python开发的权威指南,涵盖了Python的核心功能特性,而不仅仅是语法,有正则表达式、网络、多线程、图形用户界面、Web/CGI和Python扩展等高级功能,同时也包括了数据库、网络客户端、Java/Jython和Microsoft Office等内容,并有大量实例-Index has been the core of Python programming (English second edition). For beg
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4705995
    • 提供者:ehes
  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. 20090519

    0下载:
  2. 用SkinMagic增加了多种界面风格,多个线程,模拟电梯-Interface with SkinMagic a number of additional styles, multiple threads, simulated elevator
  3. 所属分类:Other systems

    • 发布日期:2017-05-10
    • 文件大小:2125599
    • 提供者:your name
  1. Visual-Scan

    0下载:
  2. S扫描器-JWM版 突破SP2线程 界面华丽-S breakthrough SP2 version of the scanner-JWM gorgeous interface thread
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:499331
    • 提供者:
  1. Eyuankong

    0下载:
  2. 比较完善的一个E语言远控源码,线程和界面都优化过。-The more perfect an E-language remote source, thread and interface optimized.
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1528993
    • 提供者:long365
  1. taskmgr

    0下载:
  2. windows下C++的简单任务管理器,线程管理,GUI界面-simple task manager under windows, suitable for beginners.
  3. 所属分类:Other windows programs

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

    0下载:
  2. 信息安全邀请赛参赛作品,可实现在不影响任何u盘正常操作的情况下用u盘锁定屏幕。涉及mfc界面变成,远程线程注入,直接访问磁盘等操作。-Information security the invitational entries can be achieved in the case does not affect the normal operation of any u disk u disk lock screen. Involved mfc interface into a remote t
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:5921822
    • 提供者:孙宽
  1. WindowsApplication1

    0下载:
  2. 线程委托等待界面、、线程委托等待界面线程委托等待界面-Event wait handles do not have thread affinity
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:78458
    • 提供者:赛马会
  1. progress-bar-control

    0下载:
  2. 当我们在处理大程序时,常常需要耗很长时间,为了不让用户错误的认为系统已经死机,我们要给程序添加进度条,但是大家知道如果就直接添加进度条,并在程序里面控制它的进度,往往得到的结果是程序仍然像死机状态,直到处理完毕才显示进度条进度为100 ,中间的过程看不到了,那么怎么办呢,是为什么呢? 原因是我们处理大程序和进度条显示是在同一个线程中进行的,这样往往因为处理大程序导致界面无法实时更新。解决办法就是把处理大程序的这段逻辑让一个单独的线程在处理,并利用postmessage或sendmessa
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:59913
    • 提供者:xgr
  1. JMine

    0下载:
  2. 本程序为java课程设计。参考Windows自带的扫雷游戏做了简化。用java编写,采用了Swing 界面。其中运用了OO思想。多线程技术、java的awt.events消息处理。总代码量700多行。AboutFrame.java程序“关于”对话框。JCounter.java计数器类。JMine.java主程序类。JMineArth.java 地雷分布图算法类。JMineButton.java:Jbutton的扩展类有行号、列号、标记标志和单击标志。StartJMine.java程序入口点。Wi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:62834
    • 提供者:lili
  1. SwtDraw

    0下载:
  2. SWT 多线程,实现界面的动态更新数据,可以实现秒表功能。-SWT multi-threaded, dynamically update data interface, you can achieve the stopwatch function.
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:1046
    • 提供者:张三
  1. adadsasd

    0下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于工作者线程没有消息循-There are two types of MFC thread, thread workers were called and the user interface thread. The main difference is that the worker thread no news cycle
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4121
    • 提供者:黄金
  1. test2

    0下载:
  2. 用户界面线程示例: 在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。 -User interface thread example:     &
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:衣谷
  1. Test1

    0下载:
  2. 在MFC 子线程中使用UI(控件)退出时死锁或者超时处理参考(Use the UI (control) in the MFC subroutine to exit the deadlock or overtime processing reference)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:1880064
    • 提供者:death10001
  1. 通用进度条

    0下载:
  2. 利用进程的环境变量作为桥梁,反应后台线程的执行进度信息。(Use the process environment variables as a bridge to reflect the progress of the implementation of the background thread information)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:zondy
  1. DLLPaintTest

    0下载:
  2. 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1479680
    • 提供者:gewenyi15
  1. mfc

    0下载:
  2. 包含客户端和服务端,有简单的界面,能实现简单聊天(It includes a client and a server, with a simple interface and a simple chat)
  3. 所属分类:其他小程序

    • 发布日期:2018-01-02
    • 文件大小:4714496
    • 提供者:你你183
  1. 221p

    0下载:
  2. 360程序进度下载源码程序,例程结合易语言扩展界面支持库和多线程支持库,调用API函数实现360最新版本的下载。可以时时来定位当前的位置来显示(360, download the source code program. The routine combines the easy language extension interface support library and multi thread support library. The API function is called to
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:212992
    • 提供者:wangaiai
« 12 »
搜珍网 www.dssz.com