资源列表

« 1 2 ... .11 .12 .13 .14 .15 516.17 .18 .19 .20 .21 ... 842 »

[绘图程序cbj

说明:查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq
<wu> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[绘图程序Circle

说明:计算机图形学中简单的画圆程序。输入一个半径,即出现相应半径的圆!-Draw a circle in a simple computer graphics program. Enter a radius that is a corresponding radius of the circle!
<xiaoqing> 在 2025-01-20 上传 | 大小:10.08mb | 下载:0

[绘图程序huatu

说明:本文档中包括了matlab中常用的画图程序,包含了多种二维和三维的画图函数,是对matlab画图的一个总结-failed to translate
<向天笑> 在 2025-01-20 上传 | 大小:128kb | 下载:0

[绘图程序LineCircle

说明:计算机图形学中画直线和圆的程序。分别用三种算法实现各种斜率的画直线!-Computer graphics, drawing lines and circles in the program. Three algorithms were used to draw a straight line to achieve a variety of slope!
<xiaoqing> 在 2025-01-20 上传 | 大小:11.28mb | 下载:0

[绘图程序DChart

说明:绘多条曲线图,还有不同颜色,就是不能获取XY坐标-Painted a number of curves, there are different colors, that they can not obtain the XY coordinates
<陈友裕> 在 2025-01-20 上传 | 大小:1.93mb | 下载:0

[绘图程序huitu

说明:Excel与CAD相结合,运用VBA语言编程,提出了一种自动绘制工程施工平面图的方法,给出了程序的思路图和主程序。改方法充分考虑了与用户进行交互的问题,大大减小了受Excel固定表格约束的影响,使程序更具有人性化特点。-The combination of Excel and CAD, the use of VBA programming language, proposed an automatic method of drawing
<天梯> 在 2025-01-20 上传 | 大小:515kb | 下载:0

[绘图程序TimedrawLine

说明:定时器相关的软件,含有界面绘图的实现,实现了定时的相关功能。-Timer-related software, with the realization of graphics interface to achieve a time-related functions.
<guotao> 在 2025-01-20 上传 | 大小:39kb | 下载:0

[绘图程序draw

说明:一个简单的基于VC++的画图程序,主要是画线,画圆,画椭圆等并可以自由设置其线宽与线形,画出来的图形能同时出现起点和终点坐标-A simple drawing based on VC++ program, mainly drawing a line, circle, ellipse, etc. and are free to set its width and alignment, drawn graphics can simultan
<付伟> 在 2025-01-20 上传 | 大小:1.9mb | 下载:0

[绘图程序LISP-create-application

说明: 本节通过一个简单的实例来讲述LISP程序的创建过程,介绍编制LISP程序的一些基本步骤,以及LISP程序在AutoCAD中的加载和运行的方法。首先来创建一个最简单的LISP程序—-“Hello.lsp”,在AutoCAD 2002中加载并运行该程序,将会在命令行出现-“Hello, Visual LISP!”。-This section provides a simple example to describe the creatio
<陈冰锋> 在 2025-01-20 上传 | 大小:44kb | 下载:1

[绘图程序drawing-software

说明:与AUTOCAD2004相结合 实现平面图绘制,标注,快捷又使用-Combined with the realization of plans drawn AUTOCAD2004, mark, fast and use
<天梯> 在 2025-01-20 上传 | 大小:516kb | 下载:0

[绘图程序drawingXX

说明:用VC编写的绘图小程序,可以实现简单的功能,仿照Windows自带的绘图工具编写,可以供学习者参考-VC prepared by drawing a small program that can perform simple functions, modeled on the Windows built-in drawing tools to prepare, you can reference for learners
<上帝> 在 2025-01-20 上传 | 大小:2.15mb | 下载:0

[绘图程序Plots_of_vector_fields

说明:Plots of vector fiels of metallic waveguide
<Wikile> 在 2025-01-20 上传 | 大小:122kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 516.17 .18 .19 .20 .21 ... 842 »

源码中国 www.ymcn.org