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

[绘图程序] Project_CAD

这是一个用C语言实现的小项目,开发平台是Dev cpp,基于graphics.h库,程序实现了绘图功能,包括绘制直线、矩形、椭圆等,支持图形拖动和放缩,能够添加文本,可以说是一个简易版的CAD程序,具体功能介绍见资料中的ReadMe.txt
This is a small project implemented in C language. The development platform is Dev cpp. Based on graphics.h library, the program realizes drawing functions, including drawing straight lines, rectangles, ellipses, etc. It supports drawing dragging and zooming, and can add text. It can be said to be a simple version of the CAD program. The specific functions are described in ReadMe.txt in the materials. (2019-03-29, C/C++, 1143KB, 下载9次)

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

[绘图程序] lamb波频散曲线

Lamb波的频散曲线是进行超声Lamb波无损检测的重要依据。本程序对Rayleigh2Lamb方程进行了分析,给出了无限大板中Lamb波频散曲线的数值计算方法,通过Matlab软件对求解过程进行编程,绘制出Lamb波在铝板中传播的相速度和群速度曲线,并通过试验进行了验证对推广应用Lamb波进行无损检测具有实际意义。
The dispersion curve of Lamb wave is an important basis for non-destructive testing of ultrasonic Lamb wave. In this program, Rayleigh 2Lamb equation is analyzed, and the numerical calculation method of Lamb wave dispersion curve in infinite plate is given. The solving process is programmed by MATLAB software, and the phase velocity and group velocity curves of Lamb wave propagating in aluminum plate are plotted. The non-destructive testing of popularizing Lamb wave is carried out through experiments. The measurement is of practical significance. (2018-11-16, matlab, 13KB, 下载21次)

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

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

[绘图程序] MFC

基于 MFC的绘图板程序 MFC是一个巨大的应用程序类库,而整个MFC以一个CObject类为基类,其他所有的类全部继承于它。给我们开发程序带来了方便的条件。 本程序用到了GDI(图形设备接口)来进行windows图形编程,充分利用了设备无关位图和面向对象的编程思想。本程序可以使用户完成多种功能,比如:从工具栏选择颜色,更改绘图的线条的粗细,各式各样的绘图工具,选择不同工具时鼠标光标的变化,从外界引入位图。最后还可以对任意位图进行修改,并且运用双缓冲的技术使用户在绘图过程中不会感到屏幕闪烁而眼睛不会疲劳。
MFC-based program MFC drawing board is a huge application library, and the entire MFC CObject class to a base class, all other classes inherit from it all. We have developed procedures to bring the convenience of conditions. The procedures used by the GDI (Graphics Device Interface) for windows graphics programming, full use of the device-independent bitmap and object-oriented programming ideas. This program allows the user to perform a variety of functions, such as: select a color from the toolbar, change the drawing line thickness, a variety of drawing tools, select different tools of the mouse cursor changes into a bitmap from the outside. Finally, you can modify for any bitmap, and the use of double buffering technology enables users in the drawing process will not feel the screen flashes and the eyes will not fatigue. (2013-08-07, Visual Basic, 3660KB, 下载12次)

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

[绘图程序] cSharp-draw

C#画图程序 可画各种图形和形状 填充等等
C# Paint program (2013-06-06, C#, 71KB, 下载55次)

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

[绘图程序] Teechart

介绍了利用Teechart 组件如何实现工业控制领域中的实时曲线和历史曲线,对动态曲线的显示方式进行了讨论,给出了相关代码#并在c++Builder 编程环境下完成了动态数据曲线的实时显示和历史数据曲线的显示.
How to draw the real_time curve and historical curve in industrial control field using Teechart groupware is presented in this paper.The different display mode of dynamic curve is discussed and correlated code is shown.and the displaying of real_time curve and historical curve are realized under the circumstance of c++Builder. (2012-12-06, C++ Builder, 203KB, 下载48次)

http://www.pudn.com/Download/item/id/2073326.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

[绘图程序] Autocad-VBA-primary-tutorial

Autocad VBA初级教程 (第一课:入门) (第二三课 编程基础) (第四课 程序的调试和保存) (第五课 画函数曲线) (第六课 数据类型的转换) (第七课 写文字) (第八课:图层操作) (第九课:创建选择集) (第十课:画多段线和样条线) (第十一课:动画基础)
Autocad VBA primary tutorial (the first class: introduction) (class 2 &3 programming basis) (the fourth class of debugging and preservation program) (the fifth lesson painting function curve) (the sixth lesson data type conversion) (lesson 7 writing) (lesson 8: the layer operation) (lesson 9: create selection set) (lesson 10: the picture more paragraphs line and spline line) (lesson 11: animation foundation) (2012-04-11, VBA, 12KB, 下载7次)

http://www.pudn.com/Download/item/id/1825048.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

[绘图程序] huitu

Excel与CAD相结合,运用VBA语言编程,提出了一种自动绘制工程施工平面图的方法,给出了程序的思路图和主程序。改方法充分考虑了与用户进行交互的问题,大大减小了受Excel固定表格约束的影响,使程序更具有人性化特点。
The combination of Excel and CAD, the use of VBA programming language, proposed an automatic method of drawing the construction plans, the program gives the idea of ​ ​ figure and the main program. Change methods take full account of the problems interacting with the user, which reduces the fixed form by the constraints of Excel, make the program more user-friendly features. (2011-11-25, VBA, 515KB, 下载27次)

http://www.pudn.com/Download/item/id/1710870.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

[绘图程序] jisunjituxingxue

利用计算机编程语言绘制图形,主要实现以下内容: (1)、中点算法生成任意斜率直线,并设置线型线宽。 (2)、中点算法生成圆 (3)、中点算法生成椭圆 (4)、扫描算法实现任意多边形填充 (5)、Cohen_Sutherland裁剪 (6)、自由曲线与曲面的绘制 (7)、二维图形变换 (8)、三视图变换
Draw graphics using computer programming languages, mainly to achieve the following: (1), the midpoint algorithm to generate random slope line, and set the line width. (2), the midpoint algorithm to generate a round (3), the midpoint algorithm to generate oval (4), scanning polygon fill algorithm (5), Cohen_Sutherland cutting (6), free to draw curves and surfaces (7), two-dimensional graph transformation (8), three view transformation (2011-05-04, C/C++, 234KB, 下载10次)

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

[绘图程序] AutoCADMenuAutoLoad

我们在VLisp编程后,需要加载到AutoCAD环境的菜单中,并同时加载相应的程序,对于CAD应用较为熟悉的人员来说,还比较简单,只是麻烦了些,但对于cad应用基础不高的人员来说,加载自定义菜单的操作并不会。 这个说明文件中的程序代码可以帮助开发设计人员将新开发的程序设计成可以自动装载菜单的成果,方便操作。 希望大家互相交流。
We VLisp programming, you need to load the menu into the AutoCAD environment, and at the same time load the appropriate procedures for applications for the CAD staff is more familiar, but also relatively simple, but a bit troublesome, but for cad application foundation is not high personnel for the operation of loading a custom menu does not. The documentation of the program code development and design staff will help the newly-developed program designed to automatically load the results of the menu for easy operation. Hope that we can exchange ideas. (2010-01-20, LISP, 1KB, 下载138次)

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

[绘图程序] 1.5

编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。
Simulation programming coins thrown from the frequency of a positive map. The assumption that each throw is a 10 events, recorded the number of positive, throwing a total of 100000 times, calculate the probability of a positive number of releases, and graphics output. Ideas: the probability of numerical algorithms are commonly used in the numerical solution of the problem, such algorithms are often derived from the approximate solution, and the accuracy of the approximate solution with the increase in computing time and increasing accuracy of the approximate solution to some problem on the requirements to meet. (2009-05-12, C/C++, 8KB, 下载2次)

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

[绘图程序] electron

电路图 里面有许多实用电路图 51编程器电路图 51单片机LED点阵电子显示屏的设计电路图 89C51单片机号音自动播放器的设计 单片机看门狗电路图 单片机控制的带语音报数功能的抢答器
There are many practical circuit diagram circuit diagram circuit diagram 51 of programmer 51 Single-chip LED dot matrix display design of electronic circuit No. 89C51 single-chip audio jukebox design single-chip MCU watchdog circuit with Sound Answer a few features of the browser (2008-11-30, Others, 2473KB, 下载752次)

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

[绘图程序] spline

三次样条插值 MATLAB编程 可直接会出图像并输出样条函数
Cubic spline interpolation can be directly MATLAB programming will be the image and the output spline function (2008-09-26, matlab, 10KB, 下载450次)

http://www.pudn.com/Download/item/id/552490.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