资源列表
CST_airfoil_fitting
- 一个拟合CST曲线的程序,用来做翼型优化使用(也可以用到其它曲线拟合上)。 首先读入一个翼型数据,反求这个翼型的6*2个控制参数。通过这修改这个12个控制参数(其中的任意几个),来达到生成新的翼型的目的。(使用了NASA0714翼型作为例子 )-it is a code for airfoil curves fitting, which based on CST formula.Firstly, the program read a airfoil data,then the program
hough
- Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心
simple 2d library
- simple 2d library c++
matlabstudyim
- matlab图像处理代码,供初学者使用,有详细说明-Matlab image processing code for beginners, a detailed descr iption
group-delay
- 分数延迟滤波器群延迟算法,放在word文档里,复制粘贴便可。-Fractional delay filter
Document
- 本文件为作者设计的比较简单的图像分析尤其是降噪代码-noise treatment source code of image
mysub
- 基于qt的开发,语法c++。实现文本绘图-Qt-based development, grammar c++,. Text drawing
ArcEngine
- ESRI® 的ArcGIS® Engine是一个用于建立自定义独立地理信息系统(GIS)应用程序的平台,支持多种应用程序接口(APIs),拥有许多高级GIS功能,而且构建在工业标准基础之上。 本章将向开发人员介绍ArcGIS Engine开发工具包和ArcGIS Engine运行时软件,讨论如何使用ArcGIS Engine及其不同组件等问题。
PCA
- PCA Principle component analysis code
huizhiyutianchong
- 利用java.awt.Graphics2D类绘制各种图形,矩形,圆,二次曲线,饼形以及它们的填充图形等-use java.awt.Graphics2D draw various types of graphics, rectangle, circle, conic, pie-shaped and filled their graphics
signal
- 产生四种波形,调整幅值、频率、波形的选择、相位、偏移参数-Produce four waveforms, adjust the amplitude, frequency, waveform selection, phase, offset parameters
DDA、中点及Bresenham算法生成直线
- 运用DDA算法、中点算法及Bresenham算法,用C++语言编写的实现二维直线的绘制(Using DDA algorithm, midpoint algorithm and Bresenham algorithm, C++ language is used to draw two-dimensional straight line.)