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

[绘图程序] the-image-tube-CAD

本文以电场的三大定理、连续超张弛迭代算法、拉格朗日插值算法等原理知识作为理论基础,以 C 语言为编程工具,将由根据以上物理和数学原理所推导出来的模型转化为可以计算像管内电势的 CAD 程序软件。所编写的程序可以在给定像管参数和电极电位的情况下,计算圆柱形像管内任意一点的电位大小,并绘制出像管内的等势线;拉格朗日插值得到对称轴上任一点的电位值。
In this paper, we base on the three theorems of the electric field, continuous ultra-relaxation iterative algorithm, and Lagrange interpolation algorithm. We use the C language as a programming tools, and transform the model derived above into a CAD software to calculate the electric potential in the image tube. In case the image tube parameters and electrode potential are known, the program written can get the potential of every point in the image tube, and plot equipotential lines inside the image tube. It can also get the potential of every point on the axis of symmetry by Lagrange interpolation. (2015-02-04, Visual C++, 642KB, 下载2次)

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

[绘图程序] DataShowClass

平时编程时候经常要根据数据动态显示曲线,很多时候我们都用控件来解决这个问题,这固然方便,但是有时候得不到我们想要的功能,因此自己花了几天的功夫,自写了一个动态曲线绘制类,实际上它是由两个头文件组成,文档已经为您附在压缩包内,用法、技术要点什么的都有了,本类无限制,供C++爱好者共同学习
Usually programmed time often want to display dynamic data curve a lot of time, we use the controls to solve this problem, which is certainly convenient, but sometimes not get what we want, so he spent a few days of effort, self-written a dynamic curve drawing class, in fact it is composed by two header files, documentation has been attached for your compressed package usage, technical points have class unlimited, for C++ enthusiasts to learn together (2012-05-31, Visual C++, 166KB, 下载8次)

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

[绘图程序] MFCdraw

使用MFC编写一个画图小程序:交互式绘制图形(至少包括线、矩形和文本),绘制完成的图形能够正确地重现,绘制结果可以正确持久化(存储到文件、从文件中读出),线、矩形、文本的颜色(线色和填充色)、文本字体可调,能够通过鼠标点击选中图形,并进行属性的修改,修改的内容可包括:位置,大小,颜色,线型字体(对应文本图元而言)。适合熟练windows编程,使用MFC开发的学者。
Drawing using a small program written in MFC: interactive rendering graphics (at least lines, rectangles, and text), the graphics drawing done correctly reproduce the correct results can be drawn persistent (stored in the file, read from a file), lines, rectangles, text color (line color and fill color), text font adjustable, can be selected by mouse click graphics, and make property changes, the modifications may include: location, size, color, line font (the corresponding pixel in terms of text). For skilled windows programming using MFC development scholars. (2011-12-23, Visual C++, 20KB, 下载41次)

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

[绘图程序] SDKdraw

使用SDK编写一个画图小程序:交互式绘制图形(至少包括线、矩形和文本),绘制完成的图形能够正确地重现,绘制结果可以正确持久化(存储到文件、从文件中读出),线、矩形、文本的颜色(线色和填充色)、文本字体可调,能够通过鼠标点击选中图形,并进行属性的修改,修改的内容可包括:位置,大小,颜色,线型字体(对应文本图元而言)。适合初学windows编程,理解概念。
Use the SDK to write a small drawing program: interactive rendering graphics (at least including lines, rectangles, and text), the graphics drawing done correctly reproduce the correct results can be drawn persistent (stored in the file, read from a file), lines, rectangles, text color (line color and fill color), text font adjustable, can be selected by mouse click graphics, and make property changes, the modifications may include: location, size, color, line font (the corresponding pixel in terms of text). Windows programming for beginners to understand the concept. (2011-12-23, Visual C++, 8KB, 下载9次)

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

[绘图程序] gui16

对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。
Practice of computer graphics programming, including drawing a straight line, anti-aliasing line, circle, painted oval, rectangular painting, drawing polygon, rectangle fill, polygon fill, 3D transformation, lighting, and texturing. Established under the gui16 release directory, under which the executable file and a bitmap to be and model documents. In addition to the implementation of such release directory, you must copy the required bitmap and model documents. (2011-05-18, Visual C++, 318KB, 下载7次)

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

[绘图程序] 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

[绘图程序] tuxingxueshiyan4

1.实验目的 1、通过本次实验,掌握三维图形的旋转等变换和消隐的基本概念和相关算法。 2、掌握凸多面体的消隐算法和实现。 3、进一步熟练和掌握编程环境中三维图形的绘制和消隐的程序设计方法。 2.实验内容 1、绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等。 2、对绘制的三维几何图形实现平移、旋转、变比的基本变换。 3、编程实现凸多面体的隐藏面和隐藏线的消隐。
1. The experiment was a passage of this experiment, master 3D graphics rotation transform and blanking the basic concepts and algorithms. 2, master convex blanking algorithm and implementation. 3, further skilled and master programming environment 3D graphics rendering and blanking process design methods. 2. As an experiment, a three-dimensional geometric figure drawing, such as : football, cube, pyramid, prism, and so on. 2, the pair of 3D geometry rendering achieve translation, rotation, variable than the basic transformation. 3, Programming convex surface and hidden eliminating hidden lines. (2007-05-15, Visual C++, 1242KB, 下载109次)

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

[绘图程序] 20211676140200612281753186387988

我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。 必须复制的文件: Chopper.asc chopper.bmp cp.bmp end.BMP end.txt w1.bmp w2.bmp w3.bmp
of computer graphics programming practice, including line drawing, anti-aliasing line, Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. Because energy is limited, the original code did not make any notes. For simplified programming considerations, in many places designated constant, even before definitive treatment. Decompress after establishing gui16 directory, in its next original code and project documentation. Gui16 established under the release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap, and model documents. Must copy of the document : Chopper.asc chopper.bmp cp (2007-04-20, Visual C++, 407KB, 下载49次)

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

[绘图程序] Realtimetable

VC++6.0的实时曲线图表程序.随着输入数据的变化,图表曲线随之实时的上下波动.
VC 6.0 real-time graphs procedures. Along with the changes in input data, Real-time charts followed the curve fluctuations. (2006-07-19, Visual C++, 123KB, 下载2873次)

http://www.pudn.com/Download/item/id/204463.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
总计:231