码迷,mamicode.com
首页 >  
搜索关键字:ai 人工智能    ( 9192个结果
NOI2010超级钢琴
超级钢琴【问题描述】小Z是一个小有名气的钢琴家,最近C博士送给了小Z一架超级钢琴,小Z希望能够用这架钢琴创作出世界上最美妙的音乐。这架超级钢琴可以弹奏出n个音符,编号为1至n。第i个音符的美妙度为Ai,其中Ai可正可负。一个“超级和弦”由若干个编号连续的音符组成,包含的音符个数不少于L且不多于R。我...
分类:其他好文   时间:2014-07-19 19:04:24    阅读次数:189
hdu 4381(背包变形)
题意:给定n个块,编号从1到n,以及m个操作,初始时n个块是白色。操作有2种形式:1 ai xi : 从[1,ai]选xi个块,将这些块涂白。2 ai xi:从[ai,n]选xi个块,将这些块涂白。可以忽略某些操作且如果区间内没有足够的黑块(黑块用于涂白),则不能进行这个操作。分析:写写画画一看就知...
分类:其他好文   时间:2014-07-19 18:35:32    阅读次数:190
[YZOJ1579]&&[BZOJ2450]arr
Description 给出3*n个数xi,要求构造三个长度为n的序列ai,bi,ci,使得满足下列条件: 1到3*n的每个数都在三个序列中的某个出现一次且仅一次; S=sum((x[ai]-x[bi])*x[ci])最大。 输出最大的S。多组数据。Input Format 第一行...
分类:其他好文   时间:2014-07-19 14:39:18    阅读次数:214
POJ2533 Longest Ordered Subsequence 【最长递增子序列】
Longest Ordered Subsequence Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 32192   Accepted: 14093 Description A numeric sequence of ai is ordered if a1 a...
分类:其他好文   时间:2014-07-19 11:47:53    阅读次数:169
POJ 2533 Longest Ordered Subsequence DP
Longest Ordered Subsequence Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 32192   Accepted: 14093 Description A numeric sequence of ai is ordered if a1 a2...
分类:其他好文   时间:2014-07-19 11:11:54    阅读次数:159
HDU 1594 find the max
数序问题。 题意是说 一个数列 a1,a2,……ai,……an;  x=i , y = ai;找两个点斜率绝对值!!最大。 第一次没找绝对值,……认真读题。。。 x 每次加1 。 只需要找 相邻的 ai 是否是最大就好了。 #include #include #include #include #include #include #include #include #...
分类:其他好文   时间:2014-07-19 02:25:35    阅读次数:168
ZOJ 3967 Colorful Rainbows --栈的应用
题意:给出n条y=ai*x+bi的直线。对于这些直线,如果存在x使得该直线y大于其他任意一直线,那么这条直线可以被看见,问有多少条直线可以被看见。做法什么的不讲了,参见:http://blog.csdn.net/ten_three/article/details/12289427 以及 http:/...
分类:其他好文   时间:2014-07-18 15:19:12    阅读次数:413
数据挖掘和机器学习
机器学习: 是人工智能的核心研究领域,目前把他定义为:利用经验来改善计算机系统性能。对于“经验”,实际上在计算机中,“经验”是以数据的形式存在的,所以机器学习需要对数据进行分析运用。 提高泛化能力(generalization ability)是机器学习中最重要的问题之一。泛化能力表征了机器学习.....
分类:其他好文   时间:2014-07-17 17:34:48    阅读次数:248
hoj 2275 Number sequence
Number sequence Given a number sequence which has N element(s), please calculate the number of different collocation for three number Ai, Aj, Ak, which satisfy that Ai Ak and i Input The fi...
分类:其他好文   时间:2014-07-16 09:51:23    阅读次数:201
Images of Future AI
2013-5-3 Yongwu Shen Future AI system would be the one that is able to grow from the rootby itself, rather than being created brick by brick like existing ones. Building an AI system in the future w...
分类:其他好文   时间:2014-07-16 08:51:57    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!