联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 绘图程序(444) 

[绘图程序] High-quality-C-Programming-Guide

高质量C++/C 编程指南,作 者: 林锐 博士作者从读大学到博士毕业十年来一直勤奋好学,累计编写了数十万行C++/C 代码。 开发的软件都与科研相关(集成电路CAD 和3D 图形学领域),动辄数万行程序, 技术复杂,难度颇高。这些软件频频获奖,有一个软件获得首届中国大学生电脑大赛软件展示一等奖。在1995 年开发的一套图形软件库到2000 年还有人买。 作者从程序的正确性、健壮性、可靠性、效率、易用性、可读性(可理解性)、可扩展性、可复用性、兼容性、可移植性等质量属性着手手把手教大家怎么写高质量C++程序
High quality C/C Programming Guide, the author: Dr. Lin Rui on to PhD graduates from the university years have been diligent, prepared accumulated hundreds of thousands of lines C/C code. Software development and research related to (IC CAD and 3D graphics in the field), frequently tens of thousands of lines of code, Technical complexity, high degree of difficulty. These have been winning software, a computer software was the first Chinese university students show prize contest software. In 1995, a graphics software library developed by the year 2000 was also bought. From the correctness of procedures, robustness, reliability, efficiency, ease of use, readability (intelligibility), scalability, reusability, compatibility, portability, a quality we attribute to proceed Shoubashoujiao how to write high quality C program (2010-09-21, Visual C++, 262KB, 下载5次)

http://www.pudn.com/Download/item/id/1301967.html

[绘图程序] 2333

用Visual C++ 和M F C创建的应用程序大多会自动生成窗口,并且可以处理消息, 进行绘图。M i c r o s o f t在这方面做了大量的工作,隐藏了内部工作,使我们能够更轻松 地创建一个一般的应用程序。然而,当用户不能实现他们想要实现的功能时,适当地 了解内部工作机制,对于消除编程上的困惑会有好处。更重要的是,知道怎样执行任 务(诸如把窗口放置到什么地方,从什么地方获得一个消息和在任意地方绘图),有助 于分清用户的应用程序和由Visual C++ 和M F C自动提供的限于窗口、消息和绘图的应 用程序。
Using Visual C++ and MFC applications created automatically generate most of the window, and can handle the message, For drawing. M icrosoft done a lot of work in this area, hidden within the work so that we can more easily Create a general application. However, when users want to achieve the functionality they can not be achieved, the appropriate Understand the internal working mechanism of programming on the elimination of confusion would be beneficial. More importantly, know how to implement any Services (such as where to place the window, from where to get a message and in any local mapping), can help To distinguish between user applications and the Visual C++ and MFC automatically provides a limited window, messages and drawings to be With the program. (2010-05-24, Visual C++, 5916KB, 下载2次)

http://www.pudn.com/Download/item/id/1186776.html

[绘图程序] draw

本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。
The main use of this example c programming language features drawing board, with the basic drawing functions, graphics functions and save the file operations open function. Mainly include the following four modules: (1) graphics rendering module, the module including graphics rendering and operating functions, (2) mouse control module, the module state of the main access to the mouse, position the mouse settings, as well as drawing, such as mouse . (3) functional control module, the module features include the output of the Chinese, filled with pixels and display user help. (4) to preserve load module, the module will be saved to the specified pixel files and documents from the specified pixel to the canvas read. (2009-05-19, C/C++, 55KB, 下载14次)

http://www.pudn.com/Download/item/id/767507.html

[绘图程序] GDI_Meta

这个程序实现了一般绘图应用程序所具有的绝大多数功能,并提供了一些额外的辅助功能。可以进行直线图元、椭圆图元、三角形图元、矩形图元等图元的绘制,还可以填充图元,绘制文本,改变线条颜色、类型以及填充方式等。允许对图形的删除、修改、拷贝、剪切、平移、撤销等操作。允许改变图元的颜色、线形、形状等。还有辅助网格功能方便用户进行定位绘制。还有文件格式和数据库支持等功能。对想了解GDI编程的朋友有极大的帮助。
the process of general graphics applications have the most functional, and to provide some additional support functions. Can line of yuan, an oval map billion yuan map triangle, rectangle, etc. Figure billion yuan map drawing, but also filled with graphic elements, text drawing, the lines change color, type and form filling. Graphics allow for the deletion, modification, copying, shear, translation, such as revocation of operation. Figure yuan allowed to change the color, line, shape. Also supporting grid user-friendly features for positioning mapping. There are files and database support capabilities. Right would like to know GDI Programming friends of great help. (2006-04-02, Visual C++, 36KB, 下载282次)

http://www.pudn.com/Download/item/id/164635.html