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

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

[绘图程序] SineWave

通过Windowns编程,可以实现创建独立的窗口并绘制出正弦函数曲线。可以找出500个曲线上的点的坐标,并将各个点连接在一起。希望大家一起提高。
Through the Windowns programming,It can be implemented to create a separate window and map out the sine curve.500 can find the coordinates of the points on the curve, and connect the various points together.I hope you improve together. (2015-12-21, C/C++, 1KB, 下载2次)

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

[绘图程序] c

问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。 编程思路:“心”形曲线的数学参数方程为:
Of the problem: According to the " heart" -shaped mathematical curve parameter equation, drawing curves and output screen. Coordinates of points in the cycle show " LOVE" in the letter. Programming idea: " heart" -shaped mathematical curve parameter equation: (2010-06-02, C/C++, 110KB, 下载5次)

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

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

[绘图程序] css2.0

关于CCS的手册~~~ 不是关于DSP编程环境的CCS的手册~~~ CSS是Cascading Style Sheet 的缩写。译作「层叠样式表单」。是用于(增强)控制网页样式并允许将样式信息与网页内容分离的一种标记性语言。
On the CCS manual ~ ~ ~ not on DSP programming environment of the CCS manual ~ ~ ~ CSS is an acronym for Cascading Style Sheet. Translated as cascading style form. For (enhanced) to control the page style and style information to allow the separation of Web content with a language tag. (2008-01-22, C/C++, 244KB, 下载38次)

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

[绘图程序] fire

在DOS下的画图程序,模拟了动态的火焰.对于欣赏没有任何作用.对初学C语言图形编程的人来说,是个不错的参考请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。
In the Paint program under DOS, to simulate the flame dynamics. There is no role for the appreciation. For beginner C graphical programming language of people, be a good procedure, please refer to main () function initgraph ( (2007-12-02, C/C++, 1KB, 下载7次)

http://www.pudn.com/Download/item/id/368610.html
123
总计:48