资源列表
convolutions
- 关于 mathcad 卷积中重要参数的计算代码-Mathcad important parameters on the calculation of convolution code
DrawCosCurve
- 在屏幕上用‘*‘横向显示0~360度的cos(x)曲线。此题关键在于余弦曲 线在0~360度的范围内,一行要显示两个点。考虑到cos的对称性,将屏幕的行方向定义为x,列方向定义为y,则0~180度的图形是左右对称的。若将图形的总宽度定义为62列,计算出x行0~180度时y点的坐标m,那么在同一行与之对称的180~360度的y点的坐标就应为62-m。程序中利用反余弦函数acos计算坐标(x,y)的对应关系。 -On the screen using the ' *' hori
finalSeasons_BAS.zip
- 利用VB读取AERMOD结果数据并插值深成GRD文件,和一定的底图相结合生成等值线图。,AERMOD use VB to read the results of data and interpolation deep into GRD files, and some combination of base maps generated isogram.
computer
- java编写的画图板程序,可以直接用netbeans运行-drawing board program written in java can be run directly from netbeans
fft2_and_fdtd
- 2D Fourier变换在光衍射方面的应用一例,对孔函数直接应用FFT2,得到衍射结果;以及FDTD方面的两个不成熟的程序-2D Fourier Transform-ray diffraction case of the application of direct application Kong FFT2 function, be diffraction; FDTD and the two immature procedures
vb-editlines
- 此软件是用在VB环境下开发的能够实现线段的编辑
GraphicsApp
- 该程序显示了如何绘制各种形状、线条和文本-the program shows how to draw various shapes, lines and text
line1
- 一个简单的画直线程序,给出了绘制直线的三种不通算法-painting a simple linear process, given the three linear mapping algorithm unreasonable
New0004
- 个人编写的小程序,实现圆弧画图和插补,未进行规格化,如果有人能帮忙进一步优化,将不甚感激!-A program which programed by myself could bring about circular arc drawing and interpolation.But it is not standardized.I am be very grateful for whom optimize it futherly.
pb
- 这是一个画图程序,可以设置线条颜色,改变线条的粗细,画圆、矩形等!值得下载-very good!~
autocadcalc
- 一个用LISP编写的在CAD中的计算器.-A LISP prepared to use the calculator in the CAD.
circle
- 用程序模拟计算机绘制圆的过程,可以调节象素大小,以便更加真切地感受实际的绘制过程