资源列表
MFCdraw
- 使用MFC编写一个画图小程序:交互式绘制图形(至少包括线、矩形和文本),绘制完成的图形能够正确地重现,绘制结果可以正确持久化(存储到文件、从文件中读出),线、矩形、文本的颜色(线色和填充色)、文本字体可调,能够通过鼠标点击选中图形,并进行属性的修改,修改的内容可包括:位置,大小,颜色,线型字体(对应文本图元而言)。适合熟练windows编程,使用MFC开发的学者。 -Drawing using a small program written in MFC: interactive rende
GeoMap3.5
- 地质制图系统_GeoMap3.5正式版20080325,是地理信息系统领域和地震地质领域绘等值线等图的有效工具-Geological Mapping System _GeoMap3.5 official version 20080325, is the field of geographic information systems and seismic geological fields, such as contour map drawn an effective tool
painter
- 用Qt编写的一个画图板,实现菜单和工具,能够绘制所有的基本图形,能够旋转,扭曲以及保存和打印-A drawing board, menus and tools, able to draw all the basic graphics can be rotated, distorted as well as save and print written with Qt
kriging
- 克里金插值的源代码,主要是数据的拟合与验证,以及绘图程序-The Kriging source code, the main fitting and verification of data, and drawing program
Paint
- 基于VC++ MFC 的绘图程序 可以画椭圆 直线 三角形等简单图形 使用的是mfc 对话框模式 -VC++ MFC painting program
QRCode
- Barcode Programming:QRCode example
Draw
- 基于VC++的单文本和对话框的简单画图程序,可以再此基础上任意扩展-Simple drawing program based on VC++ single text and the dialog box can be based on any extension
JLMGT
- VB编写,利用VBA技术在Autocad中绘制节理走向玫瑰花图程序代码。-VB prepared using VBA in Autocad to draw the rose diagram of joint code.
plot_s_M
- 用于根据耦合矩阵绘制S曲线,用不同的颜色线条区分-For the S-curve is drawn according to the coupling matrix to distinguish between using a different color lines
ThreeBsplinecurve
- 用VC++写的三次B样条曲线算法,能够实现与控制多边形的外形更接近,局部修改能力 任意形状,包括尖点、直线的曲线,易于拼接,阶次低,与型值点数目无关,计算简便-Using VC++ to write the three B-spline curve algorithm, can be achieved with the control polygon is closer to the shape, the capacity of local modification of arbitrary
TranBox
- 该源码可以实现计算机图形学中的立方体三维旋转变换-The source can be achieved in computer graphics three-dimensional rotation of the cube
OpenSCAD_src
- OpenS-CAD, a simple 2D CAD application Have you ever wondered how a 2D CAD application is designed and implemented? I have, so I decided to sit down and write one. Now, implementing a fully functional 2D CAD is a tremendous task for a single person