资源列表
qxcs
- 曲线测设 工程测量中进行道路放样的程序 可以通过输入必要参数,得到相应放样点-Curve engineering survey
Rubber-band
- 橡皮筋矩形选块或画图,鼠标不断移动时矩形的大小可以随之变化-Rubber band selection rectangle block or drawing, constantly moving the mouse to change with the size of the rectangle
35991985Contour
- 一种绘制云图的程序,数据结构简单,成图效果好-Draw a cloud of the program, data structure is simple and effective mapping
lispzhandian
- 通过读入txt文档中所记录的坐标信息,从而在cad中绘出坐标点。-Txt document by reading into the record the coordinates of the information to plot the coordinates of the points in the cad.
Draw
- 此為畫圖軟體,以VB方式寫成,軟體本身可做簡單的繪圖,除了繪圖,也可將已畫好的圖片,或是其他圖片,import進去做修改。-This is a drawing software, written by VB method, the software itself can do a simple drawing, in addition to drawing, but also will have drawn a good picture, or other images, import into
Bresenham
- Bresenham算法代码,实现直线的画图-Bresenham algorithm code
c2h
- beam.m Solves a linear elastic 2D beam problem ( plane stress or strain ) with several element types. - beam.m Solves a linear elastic 2D beam problem ( plane stress or strain ) with several element types.
huitu
- 这是用VC++些是mfc图形绘制代码,可以运行,代码很有用啊-This is more a VC++ mfc graphics rendering code, you can run, the code is useful ah
CDT.ZIP
- AutoCAD下的坐标标注,可以方便完成坐标标注功能-AutoCAD coordinates under the label, you can easily complete the coordinates marking function
paint1
- 本程序是介于VC++6.0(MFC)环境下的一个(单文档)画图程序,可以实现画点,线,圆,矩形,并且可以设置画笔的颜色和画布的颜色以及背景色(原创)-This procedure is between the VC++6.0 (MFC) environment of a (single document) drawing program, can draw points, lines, circles, rectangles, and can set the pen color and canv
Draw-pictures-by-using-turbo-C
- turbo C 画图程序,非常简单,只要结合所用函数一次描点即可。-Draw pictures by using Turbo C,this is a very easy way
CardinalTest
- Spline类就是Cardinal样条曲线了,这个类里面记录了4个控制点:m_startControlPoint, m_startPoint, m_endPoint, m_endControlPoint, 分别按顺序对应Pk-1, Pk, Pk+1, Pk+2, 由于Cardinal是用多个线段去模拟曲线,所以我们在这里取20个点,这样,在Pk 和 Pk+1之间,有20个样本点,用画直线的方法将这些点按顺序连起来,连成的曲线段就是我们所要的Cardinal 曲线了-Spline class is