-
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!...
《windows程序设计》书和源码! 学习windows程序设计难得的好资料!- Windows program design book and source code! Learn windows programming rare good information!
- 2022-06-19 03:56:57下载
- 积分:1
-
Delphi源码 因特网天气查询
Delphi源码 因特网天气查询-Delphi Internet source for weather
- 2023-05-30 13:35:03下载
- 积分:1
-
save unicode file
save unicode file
- 2022-01-25 14:42:37下载
- 积分:1
-
Windows on Windows systems, the basic technology, including multithreading demon...
关于视窗WINDOWS系统的一些基本技术,包括多线程的演示程序,文件的读写操作以及对异常错误处理的相关内容。-Windows on Windows systems, the basic technology, including multithreading demonstration program, document literacy and the abnormal operation of the wrong content.
- 2023-05-26 13:25:03下载
- 积分:1
-
使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。...
使用操作系统提供的拷贝命令不能拷贝隐含或系统属性的文件,因为在拷贝过程中系统会提示“File not found”。下面的小程序可以解决这个问题。
-Provided by the use of the operating system copy command can not copy hidden or system file attributes, as in the copy process will be prompted to " File not found" . The following small program can solve the problem.
- 2022-02-25 17:10:22下载
- 积分:1
-
experiment report of operation system ,report of how to implement process schedu...
操作系统课程实验报告,进程调度算法实现报告!-experiment report of operation system ,report of how to implement process schedule algorithm.
- 2023-08-16 03:50:03下载
- 积分:1
-
Sanhui test board meeting DEMO, realize multi
三汇测试板会议演示,实现多会话功能,采用事件触发方式。
- 2022-02-21 21:36:33下载
- 积分:1
-
用MFC编的一个小型文档编辑器,有字体、颜色公用框和每日一帖。...
用MFC编的一个小型文档编辑器,有字体、颜色公用框和每日一帖。-MFC series with a small document editor, has fonts, colors, utility boxes and one with daily.
- 2022-01-23 11:06:41下载
- 积分:1
-
a small personal income tax calculation procedures of C program.
一个个人所得税计算小程序的C++程序。-a small personal income tax calculation procedures of C program.
- 2022-05-22 02:45:37下载
- 积分:1
-
//作者:今去冠首你你魔(jqgsninimo)
//作成日:2008年7月13日
//MSN&电子邮件:jqgsninimo@hotmai...
//作者:今去冠首你你魔(jqgsninimo)
//作成日:2008年7月13日
//MSN&电子邮件:jqgsninimo@hotmail.com
//博客:http://shujiantang.blogbus.com/
//声明:本程序可被转载使用,但请保留以上信息.对本程序有任何疑问,可通过以上联系方式联系本人.
//程序简介:
//MFC视窗程序中,如果直接在主进程中执行耗时任务,界面会处于假死状态.
//使用CWaitWnd类,可在耗时任务执行期间弹出一个不断滚动图像的等待窗口,告之用户,程序正在处理任务.
//CWaitWnd类可自定义滚动图像列表和显示文字,并提供有默认图像列表和文字,以方便使用.
//CWaitWnd类采用用户指定窗口的字体显示文字,以使程序风格协调统一.
//CWaitWnd类在等待期间,将用户指定窗口设为繁忙状态(鼠标成沙漏装),以实现完善的提示功能.
//使用方法:
//创建CWaitWnd对象后,需要首先调用CWaitWnd::Create函数,进行初始的构建工作.
//在处理耗时任务前,调用CWaitWnd::StartWait函数,弹出等待窗口.
//在任务处理完成后,调用CWaitWnd::EndWait函数,结束等待.
-err
- 2023-02-09 06:30:03下载
- 积分:1