搜索资源列表
ccombobox
- 自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除\"工程名.clw\"文件后退出,再次进入工程系统会提示找不到\"工程名.clw\"文件,选择\"“是(Yes)\"重新创建一个,接下来在弹出的对话框里选择\"Add all\"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量\"m
GetAirReport.rar
- 通过基于对话框的MFC编程获取天气预报信息,MFC dialog-based programming access to weather information
mfc_serialport
- 基于对话框的mfc的串口程序,实现zigbee网络下数据通过串口传递给PC机。应用serialport类实现串口的通信-Mfc dialog based on serial procedures, to achieve zigbee network data transmission through the serial port to the PC. Serialport application Serial communication type
PyEmbedMFC_src
- Python语言嵌入到MFC的开发中,通过这个例子可以利用两种语言的优势开发程序-Many of you might have seen the numeric input fields in most commercial CAD and scientific applications that facilitate the user to write mathematical expressions. This is to allow the user to use the edit box
dialog
- mfc里的对话框的简单使用,包括文档和程序,挺有用的-mfc dialog in the simple use, including documentation and procedures, used quite
pics_qtz
- a not finished project that concerns a code creator for PIC ASM programmer (mid range). It must calculate all values needed in configuring the periph of the PIC. It uses classic control in Windows Dialog Box program. I m now workin in finishing this
ZoomCtrl
- 我在工作中需要使用一个对话框显示图表,还能进行放大与缩小。图像放大对滚动条CScrollView也进行了处理。-I m working on a dialog to display a type of chart.I figured I could easily find such a thing, or whip one up using the scroll functions of CWnd .
okc9
- (1) 设计一个易于理解的界面,动态显示各梯的载客与运行情况(上、下或停止),动态显示各楼层的人员停留情况与要求乘梯情况;动态显示从仿真开始到目前的时间。 (2) 可变动的参数(K、N、M、L、S、T)应在程序开始时从对话框输入 -(1) to design a easy-to-understand interface, dynamic display of the ladder with the operation of the passenger (the upper and lower
SkinMagic_demo23
- 对使用mfc编写的程序进行换皮肤的操作 方法简单,易于学习-SkinMagic_demo23
SP_source
- I m a student and very interested in VC++. I often enter this web site to get free source code. I was in need of a splitter in a dialog. I downloaded one but it s very complex and I felt it was difficult to use the control (although it s very powerfu
ResizeEd(Yacc_lex_MFC)
- vc6+yacc+lex解析执行(自动生成对话框以及对话框内的控件)VC的资源文件(.rc) 对于lex+yacc的学习很有帮助-vc6+ yacc+ lex parsing implementation (auto-generated dialog boxes, and dialog box controls) VC of the resource file (. rc) for the lex+ yacc useful learning
2006032806113327291
- 使用dxf2prn软件的步骤 1)单击工具栏的dxf按牛,选择一个dxf文件. 2)单击编辑菜单下的,按层进行转换. 3)在C:下会看到sample.prn. 说明,用autocad 2004 画好图,然后转成 dxf R12的格式. 说明 如果出现 导入dxf出现死机现象是由于dxf文件太大所致,最好不好超过5m. 具体的 转prn程序 在 Gemotry 的 dxf2prnbylayer(CFile *filepath) 函数和 其他图元的dx
VirtualVirus
- 1、在主程序中要求将程序拷贝到系统盘\windows\目录下并更名为taskmgr.exe,同时复制第二份到系统盘\windows\system32目录下并更名为explorer.exe。用以混淆用户对病毒的第一判断。 2、程序建立两个windows进程,每个进程每一个时钟周期检查另外一个进程是否正在运行。如果存在弹出对话框“I’m still here!”,如果不存在启动另一个进程并弹出对话框“I’m still here!”。 3、将拷贝好的两个病毒程序添加到注册表起动项中。(oft
ex1
- 创建一个基于对话框的应用程序ex1。 ⑴将对话框的标题改为问卷调查; ⑵添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; ⑶添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”; ⑷添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”; ⑸设置两组单选按钮的初始状态为:“18~22”、“男”为选中; ⑹单击“
Dlg_OpenGL20110129
- 这个是我为了做出一个OpenGL的对话框仪表程序,因为,我不了解OpenGL的视图(窗口?)是否可以生成ActiveX(.ocx),所以,(我笨啊,懒啊,没人告诉我啊。)我先做了个对话框基础的OpenGL的仪表程序。 这个是基于NEHEOpenGL的一个程序来的。因为我不怎么会啊。(自卑啊)-This is my dialog box in order to make an OpenGL program instrumentation, because I do not know Op
GL12
- 编写Windows 窗口应用程序,要求能实现如下功能:1.包含如下菜单项:学生管理—>管理(M) ,管理菜单项选择后要求弹出自定义对话框对学生进行管理,管理内容包括 增加学生,浏览学生信息,删除学生; 2.学生信息包括性别,专业,CET4,CET6,计算机等级考试等学习情况,要求使用Radio,CheckBox,ComboBox,Button,EditBox; 3.学生管理对话框中增加头像选择功能,头像采用cat.ico, dog.ico, boy.ico, girl.ico
Ex_Ctrls1
- 创建一个基于对话框的应用程序Ex_Ctrls1,将对话框的标题改为问卷调查。添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; 添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”;添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”;设置两组单选按钮的初始状态为:“18~22”、“男”为选中;单击“确定”按钮时,出现一个消息框,显
Ex_Ctrls12
- 创建一个基于对话框的应用程序Ex_Ctrls1,将对话框的标题改为问卷调查。添加一个组框,组框的标题为“你的年龄”,在组框中添加三个单选按钮,标题分别为“<18”、“18~22”和“>22”; 添加一个静态文本控件,标题为“你的性别:”,添加两个单选按钮,标题分别为“男”、“女”;添加一个组框,组框的标题为“你的爱好”,在组框中添加三个复选按钮,标题分别为“运动”、“上网”、“看书”;设置两组单选按钮的初始状态为:“18~22”、“男”为选中;单击“确定”按钮时,出现一个消息框,显
System-identification
- 三种方法辨识对象模型,内含详细讲解 运行方法: 修改当前路径为此文件夹;点击main.m运行老师给的数据,点击main2.m自动生成数据;弹出gui对话框,选择辨识方法。 -Three kinds of method to identify the object model, including a detailed explanation Operation method: Modify the current path to the folder click main
m-files
- GUI常用对话框 是一个比较基础的GUI练习,希望对matlab初学者有用-GUI dialog box is a common basis for comparison GUI exercises, I hope useful for beginners matlab