资源列表
progress-bar-control
- 当我们在处理大程序时,常常需要耗很长时间,为了不让用户错误的认为系统已经死机,我们要给程序添加进度条,但是大家知道如果就直接添加进度条,并在程序里面控制它的进度,往往得到的结果是程序仍然像死机状态,直到处理完毕才显示进度条进度为100 ,中间的过程看不到了,那么怎么办呢,是为什么呢? 原因是我们处理大程序和进度条显示是在同一个线程中进行的,这样往往因为处理大程序导致界面无法实时更新。解决办法就是把处理大程序的这段逻辑让一个单独的线程在处理,并利用postmessage或sendmessa
The-calculator-(c__-language)-
- 用c语言实现一个简单的计算机,比较简单,希望对大家有帮助-C language to implement a simple computer, relatively simple, and I hope for all of us to help
111
- 实现刷QQ空间留言功能。代码里都有注释的自己看澳。希望和大家一起学习。-Brush QQ space message functions. Well commented code to see Australia. I hope, and we will study together.
ch5
- • Windows API errors are converted to exceptions • Maps COM HRESULT to exceptions when appropriate • Direct2D wrapper classes • DirectWrite wrapper classes • Windows Imaging Component wrapper classes • Win
allcomb
- 返回从不同数组中取数据的组合 比如输入两个数组{1 2} {3 4}, 返回值为 {1 3} {1 4} {2 3} {2 4}-Back to take a combination of data from different array such as input two arrays {12} {34}, return value {13} {14} {23} {24}
Show
- To calculate DG Power
32TQFP_Socket_V1
- another promgram that converts 7 bits to 16 bits
Swing
- 游戏Swing星际争霸,支持单人游戏,战役模式可用-Game Swing StarCraft, support the single-player campaign mode is available
ftd2xx
- Driver code source for ftdi
hw1008
- 記錄員工基本資料,列出員工負責的工作項目、姓名、所得等-Records of employees' basic information, list the staff responsible for the work of the project, the name obtained
8x8
- dot matrix jam digital 8x8 at89c51
adressbook
- 一个通讯录的MFC程序,是Windows编程课作业,原创,作为初学者适合下载学习。-The MFC program an address book, Windows programming class job, originality, and for download learn as a beginner.