资源列表
CadLib
- CadLib 4.0,可以实现读写dwg、dfx等格式的文件。(CadLib 4.0, could read and write drawing file and dxf file)
version1.4
- PSCAD线路故障仿真模型,可供初学者参考使用(PSCAD line fault simulation model can be used for reference by beginners.)
scatterbar3
- scatterbar就是画出三维散点柱状图,并且可以调整柱子的大小和颜色渐变,比原函数bar3更方便,更好用。(scatterbar is to draw three-dimensional scatter histogram, and can adjust the size and color gradients pillars, and more convenient than the original function bar3, easier to use)
restrain
- 飞机发动机设计中约束曲线的绘制,适用于简单的飞行器设计,其中参数需要根据实际情况进行修改。(Drawing Constraint Curve in Aircraft Engine Design)
driving-lane-departure-warning-master
- image of the driving-lane-depatture-warning
媛
- 用程序实现三次Bezier曲线的de Casteljau算法(Realization of de Casteljau algorithm for three times Bezier curve by program)
C#_温湿度实时曲线显示(chart控件)
- 基于C#的温湿度实时曲线显示,利用chart控件。(Real-time temperature and humidity curve display based on C # and chart control.)
Bspine
- 主要功能是根据任意给定控制点,绘制B样条曲线。可以用鼠标、键盘输入控制点,并能记录输入控制点的坐标。也包含清除、退出等基本的GUI功能。(Drawing B-spline curve according to any given control point.)
cad
- 实现最基本的CAD程序,有基本的运行界面,能够调节图形大小(Implementing the Basic CAD Program)
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
getdata4
- 绘制磁滞回线,模拟磁滞回线产生的过程,便于理论分析建模(Drawing hysteresis loops to simulate the process of hysteresis loops is convenient for theoretical analysis and modeling.)
VC++绘图
- 本程序使用VC++平台,完成了画板功能,可以实现绘画多种图形,并且使用集成类的方法完成了图像的保存。