搜索资源列表
divide_wood
- 算法设计中的木棒分割问题,采用C++编程实现。代码通俗易懂。适合于初学者学习。-The stick split algorithm design, using C++ programming. Code easy to understand. Suitable for beginners to learn.
water
- 利用简单的分水岭算法实现图像正确分割,包含了图像灰度变换,分水岭算法详细设计两个模块-Simple watershed algorithm, achieving the correct segmentation of the image
image-segmentation
- 图像分割平台开发,用于简单的自动图像分割算法的实现,界面比较简单-Image segmentation platform for simple automatic image segmentation algorithm, the interface is relatively simple
XhrSegmentation
- 实现三角网格的分割算法,对有噪声的模型也能够很好的分割效果。-Realization of triangular mesh segmentation algorithm, with noise model can also be a good segmentation effect.
NumberPlateRecognition
- 车牌识别 OCR分割字符识别 SVM算法 ANN算法-License Plate Recognition OCR character recognition SVM segmentation algorithm ANN algorithm
Max-Multiply
- i.最大K乘积问题 问题描述 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积。试设计一个算法,对于给定的I和k,求出I的最大k乘积。 例如十进制整数 1234 划分为 3 段可有如下情形: 1 × 2 × 34 68 1 × 23 × 4 92 12 × 3 × 4 144 编程任务 对于给定的I 和k,编程计算I 的最大k 乘积。 数据输入 输入的第1 行中有2个正整数n和k。正整数n是序列的