登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:绘图程序
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. rose

  用matlab编写的玫瑰动态视图,有助于初学者了解怎么在matlab中实现动态字形和画图函数(Prepared using matlab roses dynamic view, help beginners learn how to implement dynamic glyph in matlab and drawing functions)

44
下载
109
浏览
2020-12-04发布

2. NURBS-surface

  这是在MATLAB-2008a环境下编写的NURBS曲面生成程序,可以通过调整控制顶点和各个顶点的权重来调整曲面的形状。(This is a MATLAB-2008a environment, prepared by the NURBS surface generation program, you can adjust the control points and weights of all vertices to adjust the surface shape.)

346
下载
139
浏览
2020-12-03发布

3. AddPalette

  在AutoCAD中添加一个自定义分页侧边栏。(In AutoCAD add a custom tab sidebar.)

9
下载
165
浏览
2020-11-29发布

4. AddPalette

  在AutoCAD中添加一个自定义分页侧边栏。(In AutoCAD add a custom tab sidebar.)

9
下载
125
浏览
2020-11-29发布

5. dcBreakerModel

  利用电磁暂态仿真软件pscad建立的直流断路器模型(A DC circuit breaker model built by electromagnetic transient simulation software PSCAD.)

30
下载
170
浏览
2020-11-28发布

6. LLLaase_3ra

  激光打标机图形处理及打标软件源码,包含PLT文件、空心字体文件、单单线体字体文件、DXF图形文件、位图文件、样条曲线等的处理显示出来标刻 (Laser Marking Machine graphics processing and marking software source code contains the PLT file hollow font file, line body alone font files, DXF graphics files, bitmap files, the spline curve processing marking)

146
下载
156
浏览
2020-11-28发布

7. COMPUTER_GRAPHICS

  本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable files are all included in the compressed file。 )

11
下载
129
浏览
2020-11-24发布

8. COMPUTER_GRAPHICS

  本程序实现了计算机图形学的一些重要算法(画直线,画圆,画椭圆,区域填充,图形裁剪,齿轮生成,三次样条曲线等等),源码和可执行程序均打包于文件中(this program is implemented some important algorithm of computer graphics such as drawing lines,drawing circles,drawing ellipse,area filling,Graphics clipping,gear wheel generation ,three times spline curve and so on),source code and executable files are all included in the compressed file。 )

11
下载
99
浏览
2020-11-24发布

9. 点线矛盾检查

  检查等高线点线矛盾工具,检查等高线节点与高程点是否矛盾(Check contour line point contradiction tool)

14
下载
416
浏览
2020-11-20发布

10. DAB

  基于PACAD4.2搭建的双有源桥DC-DC变换器仿真模型,可实现基本的功能,可快速入门并可在此基础上进行进一步的学习等。(PACAD4.2 built based on the dual active bridge DC-DC converter simulation model, the basic functions can be achieved, can be quickly started, and on this basis for further study.)

31
下载
93
浏览
2020-11-19发布

11. VBComm

  用于酶标仪控制,具备波长设定、标准曲线拟合,结果打印。(For the microplate reader control, with the wavelength set, standard curve fitting, the results of printing.)

45
下载
118
浏览
2020-11-19发布

12. 10kV

  这是我做的10KV变电站标准设计图纸,包括电气主接线等,用的AutoCAD画的,朋友们可以放心下载,已经通过了毕业答辩。(This is what I do 10KV substation standard design drawings, including the main electrical wiring, etc., with the AutoCAD drawing, and friends can rest assured download, has passed the graduation reply.)

23
下载
105
浏览
2020-11-11发布

13. tuxingxuedazouye

说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)

0
下载
100
浏览
2020-11-09发布

14. G-code-based-on-ObjectARX

  基于ObjectARX的数控玻璃雕刻G代码自动编程。利用了AutoCAD平台的ObjectARX(Automatic programming of the G-code CNC Glass engraving based on ObjectARX. )

7
下载
85
浏览
2020-11-08发布

15. MMC_VSC_HVDC

说明:  hhghghjgyutyuiiuoiuiuoiuiouio

4
下载
137
浏览
2020-11-02发布

16. serpenoid

  基于蛇形曲线公式,利用matlab绘制出该曲线,并分析各个参数对曲线的影响。。(Based on the snake curve formula, the curve is plotted by MATLAB, and the influence of each parameter on the curve is analyzed..)

13
下载
155
浏览
2020-10-31发布

17. myselfB

  已知型值点反求控制点,最后获得B样条曲线(Data points are known to reverse the control point, and finally obtain B-spline curve)

97
下载
115
浏览
2020-10-30发布

18. tex_win

说明:  实现中点画圆 在qt平台上实现 语言为c++ 是计算机图形课上的代码 可以编译通过的(realize draw the point in the middle)

0
下载
120
浏览
2020-10-30发布

19. PLL

  自己在PSCAD中搭建的PLL,用的是分立元件搭建的,有助于自己学习以及编程实现,已经与自带的PLL进行对比,验证了正确性(PSCAD built himself in the PLL, using discrete components built to help you learn and programming has been compared with the built-in PLL, verify the correctness)

43
下载
118
浏览
2020-10-28发布

20. PLL

  自己在PSCAD中搭建的PLL,用的是分立元件搭建的,有助于自己学习以及编程实现,已经与自带的PLL进行对比,验证了正确性(PSCAD built himself in the PLL, using discrete components built to help you learn and programming has been compared with the built-in PLL, verify the correctness)

43
下载
95
浏览
2020-10-28发布