Container With Most WaterGiven n non-negative integers a1, a2, ..., an, where each represents a point at coordinate(i, ai).nvertical lines are drawn s...
分类:
其他好文 时间:
2015-12-09 19:30:26
阅读次数:
143
首先进入如下目录cd /usr/share/vim然后打开vimrcsudo vim vimrc 在vimrc中的“set backspace=2”这行下插入如下代码:set ai " auto indentingset history=100 " ...
分类:
系统相关 时间:
2015-12-08 23:58:46
阅读次数:
388
#include "Runtime/Engine/Classes/Kismet/KismetMathLibrary.h"//省略大部分代码void AMyFPS_Character::OnMoveingOrRot(){ GetActorLocation(); //LineTraceSin...
分类:
编程语言 时间:
2015-12-08 20:23:39
阅读次数:
957
UE4 挂接武器//创建武器AActor* MeleeWeapon = GetWorld()->SpawnActor(BPMeleeWeapon, FVector(), FRotator() );if( MeleeWeapon ){//通过名字获得骨骼绑点const USkeletalMeshSoc...
分类:
其他好文 时间:
2015-12-07 20:44:52
阅读次数:
244
UE4 Tutorial - Custom Mesh ComponentOver the last few weeks I've been working on an old idea that I had and ended up starting from scratch. In my rese...
分类:
其他好文 时间:
2015-12-07 11:57:18
阅读次数:
323
Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai).nvertical lines are drawn such that the two endpoints of ...
分类:
其他好文 时间:
2015-12-05 12:36:21
阅读次数:
157
Problem DescriptionThere is a number sequence A1,A2....An ,you can select a interval [l,r] or not,all the numbers Ai(l≤i≤r) will become f(Ai) .f(x)=(1...
分类:
其他好文 时间:
2015-12-04 12:16:08
阅读次数:
140
UObjectBaseUObjectBaseUtilityUObjectAActorAAmbientSoundABrushABrushShapeAVolumeABlockingVolumeACameraBlockingVolumeACullDistanceVolumeALevelStreamingV...
分类:
其他好文 时间:
2015-12-03 22:55:37
阅读次数:
1896
来看这样一道问题:http://acm.dlut.edu.cn/problem.php?id=1210题目大意:对于一个1-n的排列,a1,a2,a3,a4...an我们把满足i aj这样的数对(ai,aj)成为一个逆序对,另有一个数组b【i】记录aj = i这样的逆序对的个数,例如排列:3 1 ....
分类:
其他好文 时间:
2015-12-03 19:15:15
阅读次数:
229
参考文献:https://wiki.unrealengine.com/Procedural_Mesh_Generationhttps://answers.unrealengine.com/questions/100323/how-to-create-spawn-boxes-with-box-brus...
分类:
编程语言 时间:
2015-12-03 13:30:21
阅读次数:
528