搜索资源列表
banana098429383342134123
- 香蕉问题的一个解决方法。个人兴趣。1234567890-banana issue a solution. Personal interests. 1234567890
猴子踩蕉皮
- 其实就是一个陨石撞飞机的游戏,不过我将它改成了香蕉皮跟猴子
monkey
- 人工智能经典算法猴子摘香蕉问题的C语言实现-Classical artificial intelligence algorithms monkey mialaw C language implementation issues
newton
- 牛顿法求函数极值。程序以香蕉函数为例。可以运行-Newton' s Method function extremum. Rosenbrock function as an example program. Can run
MonkeyAndBanana
- 完整人工智能课程设计-猴子香蕉问题,有源码和文档-Integrity of the curriculum design of artificial intelligence- monkey banana problem source and documentation
tzsb
- 图像的特征识别技术,是机器视觉和计算机图像识别的好教程。 所谓图像特征,换句话说就是图像中的物体有什么样的特征。图中有几个水果。要想从该图像中把香蕉提取出来,必须告诉计算机要提取什么样的物体。例如,应把香蕉的特征之一——细而长告诉给计算机。也就是说,要指示图像中物体的形状、大小等特征。即告诉计算机要提取的物体是大物体或是圆的、方的等。这时,就 要使用“大小”、“圆度”等表示物体形状的参数。 -The characteristics of image recognition techno
fruit_ID
- 利用特征提取和分类的方法,假设输入值为{大,圆,光滑}为水果的三个特征值,来代表三种不同的水果,识别苹果\梨\香蕉\桔子\菠萝水果类别. -The use of feature extraction and classification methods, assuming that the import value was (large, round, smooth fruit) for the three characteristics of value, to represent three
houzi
- 猴子摘香蕉问题使用C++语言描述,写的不好请大家多提意见!-Monkey mialaw problems using C++ language descr iption, is badly written please speak up!
banana
- 香蕉函数的maltab的实现,可以用4中方法实现橡胶函数图像-Banana function maltab implementation, the method can be achieved with 4 rubber Function Image
dat_banana
- 香蕉形(banana)标准数据集,用于测试机器学习与模式识别算法。-Banana-shaped standard data set for testing machine learning and pattern recognition algorithm.
zuisuxiajiangfa
- visual c++最速下降法求解香蕉函数极值点-visual c++ steepest descent method for solving extreme point of the banana function
class1
- 考虑这样一个水果篮,里面之多可以有10个苹果(Apple)和香蕉(Banana),它们都派生自一个叫做水果(Fruit)的基类使用集合接口IEnummerable和IEnumerator实现装入水果的过程和遍历水果-Consider a fruit basket, which can have as many as 10 Apple (Apple) and banana (Banana), they are derived from a fruit called (Fruit) of the b
BananaWar
- 一个猴子吃香蕉小游戏的源代码。玩家一为右边猴子,用上下左右方向键控制其运动,玩家二为左边猴子,用W、S、A、D键控制其上下左右的运动,猴子每吃到一只香蕉加一分,当分数大于5分的时候,碰到香蕉爷爷会被扣掉5分,游戏时间为一分钟,游戏可以选择合作制,也可以选择对战制,选用合作制则与以前的最高分比较,若选用对战制,则是两只猴子的较量,1分钟结束后,分数高者胜利。-A monkey eating a banana game' s source code. A monkey is on the ri
FruitBasket
- 考虑这样一个水果篮(FruitBasket),里面至多可以有10个苹果(Apple)和香蕉(Banana),它们都派生自一个叫做水果(Fruit)的基类-thinking about a fruitbasket and his basing classes
bulldozer
- 动态规划求解:第一行包含两个数R 和C ( 2 ≤ R,C ≤ 1500 )为矩形地块的长和宽。接下来有R 行,每行有C 个用空格隔开的字符串,字符串要么以A 开头(表示 苹果),要么以B 开头(表示香蕉),后面接一个不超过99 的整数,表示对应的树木的数量。-Dynamic Programming: The first line contains two numbers R and C (2 ≤ R, C ≤ 1500) for the rectangular block of lengt
Animal
- 有两个动物,一只猴子,一头大象,两种水果,香蕉和桃子,猴子吃到好的桃子笑哈哈,吃到坏的哭起来。吃到好的香蕉跳起来,吃到坏的香蕉扔掉香蕉,大象不吃桃子,大象吃到好的香蕉翘鼻子,吃到坏的香蕉吐出来。-There are two animals, a monkey, an elephant, two fruits, bananas and peaches, peach monkey eat a good laugh, eat bad to cry. Eat a good banana jump, th
lengkujiankong
- 香蕉冷库催熟系统直观时时查看各个库内的情况,带有图象观看,采用vb编程。-Banana storage ripening system intuitive always view each library inside the case, with the image viewing, using VB programming.
MBBox
- 猴子吃香蕉问题,人工智能,C语言版本,猴子拿到箱子后爬到箱子上吃香蕉-Monkeys eat bananas, artificial intelligence, C language version, the monkeys get the box after a climb up the box on bananas
猴子摘香蕉
- 一阶谓词逻辑实现经典的猴子摘香蕉问题,C++语言编写,(Realizing the first order logic monkey to pick the banana problem)
香蕉函数-牛顿法
- 运用牛顿法和Armijo线搜索最优化香蕉函数。(Newton method and Armijo line search are used to optimize banana function.)