资源列表
bpskMatlab
- bpsk调制源程序,对于学习信号处理有很大的帮助,在MATLAB中使用方便。-bpsk modulation source, signal processing for learning a great help, MATLAB in easy to use.
1
- 根据dda算法画直线,让你可以轻松明白的知道该算法是如何画图的-DDAline
baisekuang
- 在黑色图像上画一个白色的框,可以用来做傅里叶变换时用-Draw a picture in black and white box
zhexiantu
- 运用matlab编写的绘制图形折线图的源代码,内容比较简单-Source code using matlab prepared to draw graphics line graph, the content is relatively simple
test4
- 对二维图片进行灰度变换、傅里叶变换、原点移动变换,并显示各种变换所生成的图形-A two-dimensional image of gradation conversion, Fourier transform, origin movement transformation, and display various generated graphics transform
dianhuaxian
- 这是一个画点画线的程序,用C语言实现的很简单的程序-function of drawing a line
Draw-a-circle
- 使用JAVA画一个圆的测试程序,有兴趣的话学习学习啊,-Draw a circle
Nieuw-Rich-Text-document
- #include<graphics.h> #include<conio.h> main() { int gd = DETECT,gm,left=100,top=100,right=200,bottom=200,x= 300,y=150,radius=50 initgraph(&gd, &gm, C:\\TC\\BGI ) rectangle(left, top, right, bottom) circle(
edge
- computer graphics (a small code of drawing stuff)-computer graphics
fft_analysis
- 画出信号的频谱图,讨论不同采样点数时的傅里叶频谱图变化-research on the difference of the fft with different samplings
collision
- two balls collision using matlab
Bcircle
- 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)