资源列表

« 1 2 ... .54 .55 .56 .57 .58 459.60 .61 .62 .63 .64 ... 842 »

[绘图程序DrawCosCurve

说明:在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the scr
<方米> 在 2025-03-03 上传 | 大小:3kb | 下载:0

[绘图程序ex71

说明:一个小的绘图工具,能够进行圆形的绘图,主要是可以帮助熟悉mfc的开发。-A small drawing tool, capable of drawing circles, mainly to help the development of familiar mfc.
<chenqi> 在 2025-03-03 上传 | 大小:2.28mb | 下载:0

[绘图程序WindowsFormsApplication22

说明:可以实现简单的绘图功能,如直线,圆形等,点击起始点,然后点击终点,便可绘制想要的图形-keyi shixian jiandan de huitu gongneng
<郭伟> 在 2025-03-03 上传 | 大小:476kb | 下载:0

[绘图程序OccQt_Makebottle

说明:安装opencascade后,sample中的一个qt,opencascade的一个实例-QT OCC
<gaoyang> 在 2025-03-03 上传 | 大小:5.14mb | 下载:1

[绘图程序DArray

说明:写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性-Write a drawing applet MiniDra
<fhj> 在 2025-03-03 上传 | 大小:2kb | 下载:0

[绘图程序Seven_fight(v1.2)

说明:提供一個棋盤式的遊戲介面,提供基本Driect X Draw 的操作方式-A checkerboard game interface to provide basic mode of operation Driect X Draw
<王毅> 在 2025-03-03 上传 | 大小:2.57mb | 下载:0

[绘图程序Draw

说明:mfc 画图-mfc Draw
<mmmmmmm> 在 2025-03-03 上传 | 大小:3.47mb | 下载:0

[绘图程序DocmentAPI

说明:画图、保存、打开,改变文档模式是图形不变-This program can draw lines with saving and opening mode
<sunjian> 在 2025-03-03 上传 | 大小:1.88mb | 下载:0

[绘图程序B-Spline

说明:在picturebox上通过固定的点来绘制三次B 样条曲线。-Adopted in the picturebox to draw the fixed points of B-spline cubic curve.
<wuyzew> 在 2025-03-03 上传 | 大小:1kb | 下载:0

[绘图程序DwgDisplay

说明:C#绘图程序,充分应用绘图工具开展图形的美化工作。-C# drawing program, the full application of graph drawing tools to carry out landscaping work.
<hiya> 在 2025-03-03 上传 | 大小:55kb | 下载:0

[绘图程序sat-file-structure-based-on-acis

说明:acis sat 文件格式说明,对于三维cad开发十分有用-acis sat file format descr iption is useful for the development of three-dimensional cad
<zhangscott> 在 2025-03-03 上传 | 大小:76kb | 下载:0

[绘图程序training-documents-for-HOOPS

说明:hoops编程培训文档,主要介绍三维cad渲染的编程技巧-hoops programming training documents, focuses on programming techniques to render three-dimensional cad
<zhangscott> 在 2025-03-03 上传 | 大小:2.15mb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 459.60 .61 .62 .63 .64 ... 842 »

源码中国 www.ymcn.org