搜索资源列表
分硬币的简单程序
- 可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
最少硬币问题
- 最少硬币问题.rar主要是数据结构与算法中的一个常见问题,在这个里面有详细的求解过程和相关的输入输出-coins. Rar main data structures and algorithms in a common problem, in this there are detailed in the solution process and the associated input and output
硬币情况
- c++写的一个关于数据结构的程序,其中包含了硬币的分法等算法,相信会给喜欢数据结构的朋友带来帮助!-c write a data structure for the procedure, which includes a coin-law algorithm, would like to believe that the data structure to help bring friends!
使用Hough变换来检测硬币
- 使用Hough变换来检测硬币
硬币情况
- c++写的一个关于数据结构的程序,其中包含了硬币的分法等算法,相信会给喜欢数据结构的朋友带来帮助!-c write a data structure for the procedure, which includes a coin-law algorithm, would like to believe that the data structure to help bring friends!
分硬币的简单程序
- 可实现硬币的分法,一分,二分,五分硬币。内附有for循环版-achieve coins points, one points, two points, five coins. Enclosing a version for recycling
最少硬币问题
- 最少硬币问题.rar主要是数据结构与算法中的一个常见问题,在这个里面有详细的求解过程和相关的输入输出-coins. Rar main data structures and algorithms in a common problem, in this there are detailed in the solution process and the associated input and output
SuanFaShiYan
- 这是本科算法实验中的程序包括快速排序,GREED算法硬币找零算法,会场排序和矩阵相乘算法。-This is the algorithm experimental procedures including rapid sequencing, GREED algorithm coins have sought algorithm, venue Scheduling algorithm and matrix multiplication.
Hough_coin_detect
- 利用Hough变换可以检测圆的原理,本程序实现对硬币的检测,很好的程序。-Hough transform can detect the use of the principle of a round, the procedures to achieve the detection of coins, a good procedure.
yingbitixiwenti
- 问题描述:某国家的硬币体系包含N种面值(其中一定有面值为1的),现有一种商品价格为P,最少要用多少枚硬币可以买下-Problem Descr iption: A national system contains N kinds of coins with a face value (which must have a face value of 1), the current price of a commodity for P, at
java
- 基于java的自动售货机,可自动分辨硬币,选择饮料-Java-based vending machine, can automatically distinguish coins, choice of beverage
zuishaoyingbi
- 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。 对任意钱数0<=m<=20001,设计一个用最少硬币找钱m的方法。 -N has a different face value coins, the face value of the coins stored in the array T [1: n] in. Is
FENBIJI
- 硬币分离机程序,51单片机控制,KEILL编写,功能:将不同的硬币分离开来,专为银行系统设计。-BANK MONEY
yingbi_recon
- 硬币图像识别程序,对图像进行分割、求特征于识别,识别效果良好-Coin image recognition procedures, image segmentation, demand characteristics in the recognition, identification good results
EDA07
- 能识别5c10c25c三种硬币,可以实现退币找零等功能VHDL编程自动售货机-5c10c25c can identify three kinds of coins and currency can be achieved through irregular features such as back VHDL programming vending machine
tangjingbo
- 模拟抛硬币实验的结果,正面与方面之差为三则实验终止-Coin toss simulation results of the experiment, both positive and respect the difference of 3 end of the experiment
CoinRecognizing
- 基于蚁群算法的硬币识别研究。蚁群算法具有离散性、并行性、正反馈性和鲁棒性,是目前较为先进的优化算法.利用蚁群算法的聚类能力,提出一种硬币识别新方法.根据硬币图像的特点,确定了6个有效的图像纹理特征函数,通过对硬币图像的特征函 数值进行蚁群聚类,可有效实现各类硬币图像的识别.实验结果表明,该算法用于硬币识别可达到100%的识别率,并且识别时间较短,是一种有效的硬币识别方法.-Coin recognizing method based
新建文件夹
- 输入硬币的图片,设计处理策略并编写程序,由程序自动算出图像中的硬币个数。(Enter pictures of coins, output coins)
猜硬币
- 猜硬币功能,通过程序来计算硬币抛出之后的正反面(Guess the coin on the reverse side)
EM算法之三硬币模型:matlab编程实现
- EM算法是人工智能十大算法之一。三硬币模型算例出自李航的《统计学习方法》,书中给出了计算结果和简单解说,对于不是学数学的看这种复杂的公式看不懂,我也看了很久才看懂。我用matlab编写的代码,并作了详细的注释。(EM algorithm is one of the ten major algorithms of artificial intelligence. The three coin model is derived from L