搜索资源列表
VC
- 二级C++,VC++中的Progress控件如何使用 Progress控件能让人们感遭到一个应用程序执行的进度,在很多应用程序中都能用到它,但通常只支持在单任务中,在Windows98/NT中文操做系统下,在VC++6.0环境下,利用线程编制了一个非常小巧的应用程序来实现Progres-How to use Progress control
AgonLord
- 一款使用VC开发的斗地主游戏, 界面类似大家比较熟悉的QQ斗地主, 希望能和大家分享, 共同进步.-VC developed by a use斗地主games, everyone is more familiar interface similar to the QQ斗地主the hope and the U.S. share common progress.
multProcess
- 这是一个用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.
CPUused
- 一款CPU使用率检测控件源码,附上了控件使用实例,CPU利用率接口声明了三个接口涵数: IsShellSystemType()用来检测系统版本 CpuUsage2000()来完成NT/2000下CPU利用率 CpuUsage9x()来完成9x下CPU利用率 并提供了一个以渐变色显示进度条的组件类,你也可以使用在你自己的VC++软件中,控件实例运行-CPU utilization rate of detection of a source code cont
progressbar
- progress bar control in vc-progress bar control in vc++
autoupdate
- vc++简单的软件自动升级程序源代码,提供软件在线自动升级功能,除了自动升级功能外,本程序还用到了一些常用的窗体修饰类,这些类可以方便应用到你的软件项目中,比如阴影效果按钮类、渐变进度条类、按钮自绘类等,为我们美化窗体提供方便。 -vc++ simple software automatically upgrade program source code, to provide software online automatic update feature, in addition to
Program
- 几种常用的VC事例代码: 1文件读写 2变色进度条的制作 3各种图片的显示 4非规则窗体的制作 5几种常用数据结构的算法-Some examples of commonly used code in VC: 1 A reading and writing about the file. 2 color progress bar production. 3 A variety of image display. 4 The production of irreg
LiveUpdate
- vc++简单的软件自动升级程序源代码,提供软件在线自动升级功能,除了自动升级功能外,本程序还用到了一些常用的窗体修饰类,这些类可以方便应用到你的软件项目中,比如阴影效果按钮类、渐变进度条类、按钮自绘类等,为我们美化窗体提供方便-vc++ simple software automatically update the source code, software online automatic update feature, in addition to automatic update fea
FDiskThief
- VC++版的U盘小偷,默默拷贝文件。运行程序后点击开始,自动监控U盘状态,只要此时您的电脑插有U盘,会将U盘的文件全部拷贝到事先设置的目录中,不会出现拷贝文件的进度条,所以其它人也就不容易被发现。 -Vc++ edition U dish of thieves, to copy files silently . The program run after you click start.It automatic monitoring state, as long as your compu
VC4
- 一直在考虑并口操作应该怎么写.其实这是一个很简单的课题,因为是基于成熟操作类的基础上的,我们主要是学习如果使用网上查到的资料,这一点很关键,只有学会了利用各种资源,才能自主学习取得进步,同时,也可以有效的提高开发效率. 掌握VC下并口程序的方法及类的使用. -Has been considering the parallel port operation should be how to write. Fact, this is a very simple issue, because
progress-bar-control
- 当我们在处理大程序时,常常需要耗很长时间,为了不让用户错误的认为系统已经死机,我们要给程序添加进度条,但是大家知道如果就直接添加进度条,并在程序里面控制它的进度,往往得到的结果是程序仍然像死机状态,直到处理完毕才显示进度条进度为100 ,中间的过程看不到了,那么怎么办呢,是为什么呢? 原因是我们处理大程序和进度条显示是在同一个线程中进行的,这样往往因为处理大程序导致界面无法实时更新。解决办法就是把处理大程序的这段逻辑让一个单独的线程在处理,并利用postmessage或sendmessa
testOpenCV
- 使用VC++6.0编程,并应用OPEN CV实现显示图片和播放影片的功能,初学OpenCV的同学可以参考学习一下,大家共同进步.-The use VC++6.0 programming and application OPEN CV display images and play videos, OpenCV beginner students can refer to learn about, and common progress.
tuixiangzi
- 用VC++6.0制作的推箱子小程序。给初学者一些帮助,希望大家共同进步,一起学习,努力做好编程员。-Making use of VC++6.0 Sokoban procedures. Some help for beginners, hope that we progress together, learn together, and strive to do programmer.
skyblue_Rect
- 利用VC + + 6推箱子的程序。对于初学者有一定的帮助,希望大家共同进步,共同学习,并努力做程序员。 -Using VC++ 6 Sokoban procedures. There is some help for beginners, hope that we progress together, learn together, and strive to do programmer.
yinhangjiasuanfa
- 在VC上模拟实现银行家算法 希望对大家学习有帮助 共同进步-Simulation Algorithm hope to help them to learn the common progress in the VC
VC-multi-thread-progress-bar
- VC写的多线程进度条,大家自己看看,写的还算可以-VC multi thread progress bar
Time
- 时间进程显示,当前时间的获取并显示,VC++2008-time progress,acquire the time at present by visual c++ 2008
Jigsaw
- VC++ 简单的拼图游戏,刚学习VC时候写的,支持载入外部图片,可以自动打乱,然后对照原图慢慢拼起来,希望新手朋友研究一下这个小程序,一起进步。-VC++ simple jigsaw puzzle, just learning to write when VC support load external images, you can automatically upset, and then slowly put together the control picture, hope novic
avtbr
- Implement the image progress bar in vc-Implement the image progress bar in vc++
uhe
- Implement the image progress bar in vc-Implement the image progress bar in vc++