资源列表
Draw
- 用c#开发的绘图程序,功能比较强大。可以直接在画布上绘制图形。-Developed using c# drawing program, the more powerful features. You can draw directly on the canvas graphics.
Colors
- Visual C++开发的颜色改变例子,可以用户自定义改变颜色-color change example
jfreechart-1.0.13
- 用java绘制各种图表的开源程序,有柱状图,饼状图-Draw a variety of charts with the java open source, there are histograms, pie charts, etc.
vchuitu
- 本vc++程序是基于单文档程序,在菜单里可以选择绘制点、线、矩形、椭圆,并对图形进行相应的线条类型,颜色设置。-The vc++ program is based on a single document procedures, the menu can choose to draw points, lines, rectangles, ellipses, and the corresponding line type of graphics, color settings.
Textoutputandthescreendrawing
- 基于visualc++的文本输出与屏幕绘图-Text output and the screen drawing
test
- 绘制任意直线,使用DDA算法。基于此算法还可以绘制虚线-Draw an arbitrary line using DDA algorithm. Based on this algorithm can also draw the dotted line
Graphic
- 简单的画直线和矩形,园,多边形,弧线等功能。同时还可以设置各种画笔的颜色,大小。-A simple drawing lines and rectangles, Park, polygons, arcs and other functions. It also can set a variety of pen colors, size.
DrawLine
- 利用vc++ 实现了用鼠标绘图的重要功能-draw line
cg3DtransBak
- 基本的图形转换,是我老师做的,我是借这个来下载源码的,不要鄙视我-Basic graphic conversion, is my teacher to do, I take this to download the source code, do not despise me ... ...
lvboqisheji
- 设计一个IIR数字低通滤波器, 逼近一组模拟滤波器的指标参数(通带截止频率Wp=2*pi*2000rad/s,阻带边界频率Ws=2*pi*3000rad/s,通带波纹 Rp=3db, 阻带衰减Rs=15db, 采样频率f=10000Hz); 分别用脉冲响应不变法和双线性变换法实现设计,列出传递函数并描绘模拟和数字滤波器的幅频和相频响应曲线。用上述设计滤波器完成几组给定信号的滤波,证明滤波器的有效性和滤波范围限制.-Design a IIR digital low-pass filter, app
DDA_Bresenham_Algorithm
- algorithm for DDA and Bresenham