Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - dialog
Search - dialog - List
一个曲线类,可用于Dialog,也可用于View-a curve type can be used Dialog also can be used to View
Date : 2026-01-01 Size : 63kb User : So1o

演示了最短路径的算法逻辑,以对话框为交互工具。-demonstration of the shortest path algorithm logic, a dialog box for interactive tools.
Date : 2026-01-01 Size : 1.54mb User : byron

图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, linear). Procedures for how to add menu options and option settings dialog box, and how to use the standard Color dialog box, and how to use the Font dialog box, in the Options dialog box to achieve the preview feature. The realization of the Options dialog box and the window class of data exchange. How to change the dialog box and controls the background color, how to change the control text color of the button controls the special handling. How to display a window bitmap.
Date : 2026-01-01 Size : 98kb User : 李雅芳

DL : 0
MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input format
Date : 2026-01-01 Size : 3.43mb User :

基于MFC对话框下编写的对树的各种遍历 数据结构的基本算法-MFC dialog based on the tree prepared with a variety of basic algorithms traverse the data structure
Date : 2026-01-01 Size : 1.83mb User : yunzhen wang

数据结构课链表实验设计——一个MFC下的小巧学生通讯录。代码欢迎大家来参考。将双向带头尾链表封装在一个类里(因为是数据结构课,所以没用STL的list)。然后将链表封装在通讯录类里供Dialog使用。-Experimental Design class list data structure- a small MFC students under the address book. Welcome to the code reference. Will take the lead in the end of two-way linked list encapsulated in a class (because the data structure class, so no use STL' s list). Then encapsulated in the address book list for the Dialog class to use.
Date : 2026-01-01 Size : 3mb User : 朱凯迪

操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
Date : 2026-01-01 Size : 1.87mb User : Meihua

DL : 0
A*算法实现相关 通过对话框展示A算法实现过程-A* algorithm is related to a dialog box showing the process of algorithm A
Date : 2026-01-01 Size : 1kb User : 童浩

人工智能八数码的A*算法实现。 编译运行说明: 1.若编译成功却不能运行,请修改工程的设置 (Project\Setttings\Debug子项) 2.改变程序中MaxItem的值(本程序中MaxItem等于3) 和相关的输入用对话框,则可以计算MaxItem*MaxItem-1 数码问题-AI A* Eight digital algorithm. Compile and run: 1. If the compiler can not run successfully, modify the project settings (Project \ Setttings \ Debug child) 2. MaxItem change the value of the program (this program MaxItem equal to 3) and the related input with a dialog box , you can calculate MaxItem* MaxItem-1 digital issues
Date : 2026-01-01 Size : 205kb User :

列举出所有当前正在运行的所有应用程序,MFC对话框程序,可按标题排序,双击可打开应用程序所在的目录.GetProcessModuleName函数中szModName[]是个局部变量,要改下。-List all applications of running,MFC dialog program, may be heading to sort the application directory, double-click to open
Date : 2026-01-01 Size : 13kb User : 邱检明

用C++编写的对话框,能够实现目标的动态运动,目标的自动添加撤除,文本文件的读取和保存。我的QQ是870666742.此程序较复杂,不懂的地方可以问我。-Prepared with C++ dialog, to achieve the target of dynamic movement, removal of the target automatically add a text file to read and save. My QQ is 870666742 This procedure is more complicated, do not know where you can ask me.
Date : 2026-01-01 Size : 10.92mb User : 李冬冬

DL : 0
回溯法实现八皇后,基于MFCD的对话框程序!-Backtracking to achieve the eight queens, the dialog box procedure based MFCD' s!
Date : 2026-01-01 Size : 359kb User :

DL : 0
爬山法实现八皇后,基于MFC的对话框程序。-Climbing method to achieve the eight queens, dialog-based MFC program.
Date : 2026-01-01 Size : 363kb User :

本系统由主对话框模块、系统配置模块、仿真算法模块、曲线输出模块等四大模块组成。 主对话框模块:VC++设计界面的优越性更体现在其对话框的设计,所以本程序选择基于对话框的Windows程序(MFC微软基础类风格)。由于VC++6.0提供了大量的控件,用户只需用鼠标将需要的控件拖到用户区的位置即可。 属性表模块:设置了对个对象的属性,每个属性页对应一个对话框,所以设计了四个属性页:CPageDHL、CPageCJ、CPageQK、CPageSmith,这四个属性页类分别对应:单回路控制、串级控制、前馈控制、Smith控制的参数。 仿真算法模块:负责实现对单回路控制、串级控制、前馈控制、Smith控制等控制系统进行仿真。 曲线输出模块:该模块主要是根据系统产生的输出数据画出仿真曲线。曲线输出在一个带网格的编辑框中,网格是为了让用户能根据曲线估计出各个时刻的输出值。如果需要查看具体的数据,可以通过选择菜单数据/查看输出数据。 - The system consists of the main dialog module , the system configuration of four modules module , the simulation algorithm module , curve output modules and other components. Main dialog module : VC++ interface design superiority is more reflected in its design of the dialog box , select Windows program so that the program (MFC Microsoft Foundation Classes style ) based on the dialog . Since VC++6.0 offers a number of controls, the controls will require users to use the mouse to drag the position of the user area . Property sheet module : Set up properties on objects , each corresponding to a property page dialog box , so the design of the four property pages : CPageDHL, CPageCJ, CPageQK, CPageSmith, which correspond to the four property page class : Single- loop control , cascade control , feedforward control, Smith control parameters. Simulation algorithm module : responsible for implementing the single-loop control , cascade control , feedforward control, Smith control, control
Date : 2026-01-01 Size : 18kb User : 嘿嘿呦一个呦
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.