资源列表
1.1
- 中点画直线算法 绝对原创 好用-Good focus draw a straight line algorithms
mykmeans
- k-means算法 算法算法 算法算法 算法 -k-means algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm algorithm
earthmap
- 简单的世界地图,请大家好好看看,仅作参考,希望大家能够得到一些帮助-Simple map of the world, we take a good look, just for reference, I hope that we can get some help
FirstSample
- VC源代码,针对一维数组数据提取后分解成多个数据元素。-VC code for faa ganefewifnasken fiwanfa
Draw2D
- 绘制具有较为完整流程的二维图形;在同一个坐标系中显示三条曲线图形-Draw a more complete process of two-dimensional graphics graphics of the three curves displayed in the same coordinate system
preprocess
- 可以批量处理RGB图片,将图片转为同一大小,并且分三个通道扫描图片,得到一维向量-RGB images can be batch processing, the picture into the same size, and the three-channel scanning pictures, get one-dimensional vector
I_love_you
- 一个很有意思的小程序,可以用于向对方表白哦。-A very interesting small program that can be used to declare each other oh.
filling-code
- 计算机图形学与可视化,填充代码,TC环境下-Computer graphics and visualization, filling code, under TC environment
DWT
- 离散小波变换 Discrete Wavelet Transform(DWT). - Discrete Wavelet Transform(DWT).
Chapter09DetectingEdgesWithROBERTS
- IDL编写的程序,利用Roberts技术进行边界检测-IDL programs written using Roberts boundary detection technology
vb
- 用vc方法模拟烟尘凝聚粒子的分形生长模型-Simulation with vc fractal soot particles agglomerate growth model
CadSurf
- 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和终止离心角,要画整个椭圆还是部分椭圆只需控制起始和终止离心角。与画圆弧类似,具