码迷,mamicode.com
首页 >  
搜索关键字:ue4 ai    ( 6641个结果
翻译《虚幻引擎4艺术大师 - 蓝图 II 》 中文版
本文章由cartzhang编写,转载请注明出处。 所有权利保留。 文章链接: 作者:cartzhang各位好。 前段时间,参与翻译了一本老外写的UE4的蓝图的书籍。 在大家都努力下,终于翻译完毕了。希望大家来购买和参考。当然若有问题,请随时联系!本书目录目录 ● 章节 #1 虚幻动态图像标题画面! ○ 让我们开始吧! ○ 创建一个 UMG 蓝图 ○ 创建我们的标题画面!...
分类:其他好文   时间:2015-06-15 16:24:54    阅读次数:658
对话深度学习专家雅恩?乐昆:让深度学习摆脱束缚
时间:这个报道是大概2015年2月的文章:Facebook AI Director Yann LeCun on His Quest to Unleash Deep Learning and Make Machines Smarte,然后翻阅在CCF上的。知识点:1、其实之前一直不知道这几个大神这个叫...
分类:其他好文   时间:2015-06-15 12:36:58    阅读次数:304
Container With Most Water
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find two ...
分类:其他好文   时间:2015-06-15 09:36:47    阅读次数:78
人工智能论坛
http://bbs.csdn.net/forums/AI/http://www.aiseminar.cn/bbs/forum.phphttp://www.ailab.cn/http://caai.cn/http://cvchina.net/catalog.asp?tags=%E4%BA%BA%E5...
分类:其他好文   时间:2015-06-15 07:58:00    阅读次数:145
[hdu5270]按位统计,容斥,归并
题意:给两个序列[a, a + n), [b, b + n),求所有数(ai + bj)的异或和,i,j∈[0,n)。思路:这个题思路比较巧妙,不难但是难想到。BC上的题解讲得非常清楚了,我就直接copy过来了吧我们考虑两个数A,B。为了描述方便,我们设[P]的值为:当表达式P的值为真时,[P]=1...
分类:其他好文   时间:2015-06-15 06:53:01    阅读次数:129
[hdu5269]字典树
题意:给一个序列[a, a + n),求Σlowbit(ai, aj),i,j∈[0,n)。思路:lowbit与位有关,于是按位统计即可,如果lowbit=2^k,则前k位相同,前缀相同,于是想到用字典树来统计。12345678910111213141516171819202122232425262...
分类:其他好文   时间:2015-06-15 06:51:05    阅读次数:110
hdu5269 数据结构Trie
Memphis loves xor very musch.Now he gets an array A.The length of A is n.Now he wants to know the sum of all (lowbit(Ai xor Aj)) (i,j∈[1,n]) We define that lowbit(x)=2k,k is the smallest integer sa...
分类:其他好文   时间:2015-06-14 09:34:19    阅读次数:150
ACM学习历程—HDU5269 ZYB loves Xor I(位运算 && dfs && 排序)(BestCoder Round #44 1002题)
Problem DescriptionMemphis loves xor very musch.Now he gets an array A.The length of A is n.Now he wants to know the sum of all (lowbit(Ai xor Aj) (i,...
分类:编程语言   时间:2015-06-13 22:53:56    阅读次数:226
一套跨平台五子棋网游的开发经历(一)
闲来无事,因自己想要在服务器开发方面进行更深入的学习,积累更丰富的经验。决定写一套网络游戏的c/s。因为主要目的是服务器的开发,因此游戏我选用规则较为简单、画面特效没有要求的回合制游戏:五子棋。我曾经在刚接触编程的时候自己在控制台下做过这个游戏,当时写的ai特nb..
分类:其他好文   时间:2015-06-13 18:48:51    阅读次数:259
Codeforces548E:Mike and Foam
Mike is a bartender at Rico's bar. At Rico's, they put beer glasses in a special shelf. There are n kinds of beer at Rico's numbered from 1to n. i-th kind of beer has ai milliliters of foam on i...
分类:其他好文   时间:2015-06-12 19:29:14    阅读次数:224
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!