搜索资源列表
基于MFC的链表程序
- 这是一个使用MFC里面自带的链表指针类来开发基于链表的程序,适合初学者学习数据结构
C++与地理数据
- 在C++环境下结合MFC编写的程序 能实现地理数据的显示与绘图
mfc_Serialize
- 使用 MFC 串行化数据和 C++ 对象,三个简单的例子程序-The use of MFC serialization data and C++ object, three simple examples of programs
MSCommV1
- 用MFC写的串口通信界面。可以接收串口发送过来的数据,进行实时曲线绘制。-Using MFC to write serial communication interfaces. Send them to receive serial data in real-time curve drawing.
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
as
- 通过串口传上来的实时数据,显示实时数据曲线图,是基于VC的MFC界面编程。-Up by serial real-time data transmission, display real-time data curve is based on the MFC VC interface programming.
STestR
- 实现波形输出到界面,增加了频谱分析,从文件读入数据并输出到文件-computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data
The-system-of-personnel-MFC
- 数据结构基本练习-数据结构大作业 MFC 人事管理系统-the sysytem of personnel
EasySpreedsheet-MFC
- 简易电子表格-数据结构大作业 控制台编程 类似excel中基本功能-easy spreedsheet
VC
- 对话框的数据存储系统设计 在VC++6.0程序环境下,使用MFC的应用程序;在实现对话框模式的可视化同时使用按钮消息输入不同频率,变化正弦波形,使之呈现不同的响应;同时掌握应用VC++库函数实现数据的产生、显示、保存等功能-Of the dialog box data storage system design in VC++6.0 programming environment, the use of MFC applications in the realization of the
VCLIST
- MFC列表视图的应用,用列表显示一组数据-List View MFC application, using the list shows a set of data
demo
- 基于MFC对话框做的绘图程序,可以修改对话框的显示背景和画线等-MFC dialog-based drawing program to do, you can modify the display of the dialog box background and draw lines
AtheleticMeetingAdminister
- 运动会管理系统,MFC界面,数据结构课程设计,完美版,亲测-Games Management System, MFC interface, data structure, curriculum design, perfect version, the pro-test
readVOD
- 一个读VOD数据的mfc程序,界面美观,程序有详细的注释-Mfc VOD data, a read procedure, beautiful interface, the program has detailed notes
VC-MFC
- 对MFC对打开txt文件示例,然在显示按钮上显示txt数据,起到怎么选择打开编辑txt文件-mfc txt
MFC
- 通过串口通信,将接受到的数据存入数据库并进行处理-Serial communication, the received data stored in the database and processing
MFC-drawing16
- mfc 读取数据画图,在文档里实现,不错的例子。-mfc read data drawing realized in the dialog box.
读取十六进制数据MFC程序
- 自己编写的数据十六进制数据自动读取的MFC程序,内附MATLAB生成十六进制随机数保存成.dat格式,使用MFC实现自动、分段读取-I have written the hexadecimal data is automatically read the data of the MFC program, containing MATLAB to generate random numbers stored as hexadecimal. Dat format, using MFC to achi
mfc-huffman-data
- mfc可视化界面实现的哈夫曼数据压缩编码程序,可以打开文件进行哈夫曼编码压缩,压缩后文件可以存储。-mfc visual interface to achieve data compression Huffman coding procedures, you can open the file for Huffman coding compression, the compressed files can be stored.
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。