搜索资源列表
dialogDialogBar
- 在对话框程序中插入DialogBar!希望对各位做界面方面有帮助! 希望对各位做界面方面有帮助!-in the dialog box procedure to insert DialogBar! Do you want to help interface ! Do you want to help interface!
DialogMenuandToolbar
- 在Dialog中使用Menu和Toolbar,这个是基于对话框工程下添加工具栏的例子,对界面编程很有用,我的工程设计也受益于该例子!希望对大家有帮助-in use Menu and Toolbar, The project is based on the dialog box under the Tools column added examples of useful programming interface, I also design the projects benefiting fr
进程调度
- 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
CAIComm1
- 用于数据采集分析的对话框界面,经过编译通过
dialog_menu
- 一个简单的程序,实现往对话框中加入菜单的功能,有助于对VC++界面操作的学习。