资源列表
main
- 通过史密斯圆图进行相关计算 求得输入阻抗- Correlation calculation determined by the input impedance Smith chart
BGBZ
- AutoCAD交互式标高标注程序,可以轻松实现图面标高的标注整理-Marked elevation of AutoCAD interactive program, you can easily order surface elevation mark
tiguitu
- 用C语言写的一个用递归画星的得法,下载后直接将.zip改为.c就可以了,我上传的源码都是这样
plot_bar
- 利用fortran绘制条形图。THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW BAR_GRAPH-THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW BAR_GRAPH
SparseMatrixcy
- 求稀疏矩阵程序程序段。 环境:c++ -for sparse matrix of Procedure. Environment : c
ZH01
- 功能:画平面人工挖孔灌注桩.用于结构专业绘制基础详图.-Features: Flat painting hand-dug pile. The basis for the structure of professional mapping details.
perspect
- PERSPECT.C透视图程序(包括一点,二点,三点)-PERSPECT.C Perspective (including 1:00, 2:00, 3:00)
graphics3
- 可在C与VC++环境中实现,已经经过调试,可以运行
D-ZX-Yccsf
- 像素点的生成 直线生成算法的实现 圆生成算法的实现 区域填充的实现-pixels Generation Linear Algorithm Implementation of the Circle generation algorithm to achieve the realization of regional Filled
dda_bresenham
- use DDA and bresenham algorithn to draw line.
PolygonClipping
- 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
plot_line_with_error
- 带误差棒的折线图是SCIGRAPH图形软件包的六种基本图形之三。其主要特点是水平坐标X轴用文本标注,而垂直坐标Y轴则用数值标注。即:折线上的点坐标是由(文本,数值)确定的。因此,绘画折线图的数据有两种:一是X轴的文本数据;二是折线的数据。除此以外,它在每个点上还有一个误差值。SCIGRAPH图形软件包可以同时完成多条误差折线的绘画-THIS PROGRAM USES SCIGRAPH PACKAGE TO DRAW LINE_GRAPH with Error