搜索资源列表
BMP-Graphics-editor
- 图形编辑器(graphical editor)允许用户改变位图图像,比如大家经常用到的Photoshop。它所采用的改变方法和文本编辑器允许修改文档的方法一样。位图图像由MxN 的像素矩阵来表示,并且每个像素点都有给定的颜色。 我们的任务就是来要编写一个程序来模拟一个简单的交互式图形编辑器,并将生成的图片存储到一个 BMP 格式的文件中。 -Graphics editor (graphical editor) allows the user to change the bitmap i
Draw
- VC6++编译通过,手动编辑绘制简单直线、圆、多边形、文本,以及复杂的节点、网络。另外还有放大、缩小、返回上一屏幕、绘制整幅图像的功能。是学习MFC、GDI的还材料。-VC6++ compiler through manually editing a simple straight-line drawing, circle, polygon, text, and complex nodes, network. There are also magnified, reduced, return t
mdi
- Qt做一个简单的多文档编辑器,该实验的过程中主要涉及到Qt窗口的设计,菜单栏(包括右击菜单),工具栏,状态栏,常见的文本文件等操作-Qt do a simple multi-document editor the Qt window design, the menu bar (including the right-click menu), mainly related to the process of the experiment, toolbar, status bar, common t
nodeEdit
- 简单文本编辑器,类似于windows记事本的功能,能进行新建文件,打开文件,保存文件,离开等功能操作-Simple text editor, similar to windows notepad function, can be the new file, open file, save the file, leaving the other functions operate ~ ~