搜索资源列表
GeometryDraw
- 画图 2.计算计算一组几何图形的面积之和重新写一个函数,类似于sum函数 3.在Shape中添加一个纯虚函数void Draw(CDC *pDC, Coordinate *m_pCoordinate) 它将作为所有几何类绘图的共同方法。 4.添加一个坐标系类:Coordinate。 5.在Polygon中重载void Draw(CDC *pDC) 6.在Ellipse中重载void draw(CDC *pDC) 7.在View类中的OnDraw(CDC *pDC)中将
ThePathofStartsCircleSunDRAWW
- 模拟了九大行星绕日运行的平面轨道. 有X-Y,X-Z,Y-Z的投影,可以拉近与放远视口.-simulate path which is nine start circle sum. you can use mousewheel zoom viewport..
SADtezhengpipei
- 这是一个利用SAD方法实现两幅图片的特征 匹配,利用了Open的数据结构.-This program use sum of absolute difference(SAD) to realize 2 pictures character matching.And using OpenCV.
Accumulate-all-the-elements
- 使用OPENCV编写,遍历整幅图像的像素,并且进行累加各像素-Using OPENCV, traversal of the whole image pixels, and then sum of each pixel
dyadic-array
- 编写自定义函数实现输入、输出和求和功能。求二维数组各列元素之和-中 → 英自动检测语言 中 → 英 英 → 中 中 → 日 日 → 中 英 → 日 日 → 英 英 → 泰 泰 → 英 .翻译结果 (中 > 英) 复制结果 收藏结果 双语对照查看 Write a custom function to realize the input, output and the sum function. Seeking two-dimensional array elements and eac
BP-and-SOM
- BP(Back Propagation)网络是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。 BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。 它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。 通过对信息的提取以及