资源列表
edge
- computer graphics (a small code of drawing stuff)-computer graphics
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(
test4
- 对二维图片进行灰度变换、傅里叶变换、原点移动变换,并显示各种变换所生成的图形-A two-dimensional image of gradation conversion, Fourier transform, origin movement transformation, and display various generated graphics transform
zhexiantu
- 运用matlab编写的绘制图形折线图的源代码,内容比较简单-Source code using matlab prepared to draw graphics line graph, the content is relatively simple
baisekuang
- 在黑色图像上画一个白色的框,可以用来做傅里叶变换时用-Draw a picture in black and white box
1
- 根据dda算法画直线,让你可以轻松明白的知道该算法是如何画图的-DDAline
SAMPLE_P
- 用C语言程序设计仿真输入频率和相位的采样验证-With the C language program design and simulation input frequency and phase of the sampling verification
bar_ThreeDatasets
- 绘制条形图 对两种方法在三种不同数据库的运行结果对比 2014/12/9 -raw bar chart, of comparing the two methods in the operation of the three kinds of different, 2014/12/9
bpskMatlab
- bpsk调制源程序,对于学习信号处理有很大的帮助,在MATLAB中使用方便。-bpsk modulation source, signal processing for learning a great help, MATLAB in easy to use.
dynamic3D
- 简单的三维动态绘图,运用matalb中的getframe和movie函数,对于初学者比较有用-Three dimensional dynamic drawing is simple, the use of MATALB in getframe and movie function, useful for beginners