Hello~ I'm a CSpostgraduate in SCUT. Machine Learning is my main research direction and I now do research in the region of Adversarial Learning (about...
分类:
其他好文 时间:
2015-03-30 13:00:30
阅读次数:
97
微软近期Open的职位:Are you interested in helping to drive the direction of a product that defines the cloud industry? Do you enjoy working on fast paced, ble...
分类:
Web程序 时间:
2015-03-28 15:44:30
阅读次数:
164
时间限制:10000ms
单点时限:1000ms
内存限制:256MB
描述
Little Hi gets lost in the city. He does not know where he is. He does not know which direction is north.
Fortunately, Little Hi has a map of th...
分类:
其他好文 时间:
2015-03-22 09:13:39
阅读次数:
224
Physics.Raycast:光线投射
参数:
origin:射线起始点
direction:射线方向
distance:射线长度
layerMask:只选定Layermask层内的碰撞器,其它层内碰撞器忽略。
Returns
bool - True when the ray intersects any collider,otherwise false.
当光线投射与任何...
分类:
编程语言 时间:
2015-03-15 09:38:29
阅读次数:
164
#-*-coding:cp936-*-fromPyQt4importQtCore,QtGui,QtclassRotatePage(QtGui.QFrame):def__init__(self,img,x_pos,y_pos,direction=1,speed=30,step=10):super(Ro...
分类:
其他好文 时间:
2015-03-13 20:17:34
阅读次数:
203
假设游戏设定如下:
玩家沿着2d横版地图在走,走到屏幕的某一点后,玩家虽然在做走的动作,但是实际上是地图在向后走,而玩家不动,以此来保持玩家的视野。
玩家从左向右向右的过程,可以分为以下几个阶段。
第一阶段
假设玩家为this,地图为backgroundLayer,this.vx表示速度,this.direction表示玩家面向的方向,1为向右,-1为向左,那么代码如下
...
分类:
其他好文 时间:
2015-03-12 13:22:21
阅读次数:
192
Linq排序很方便,如果能动态创建Expression再排序就更方便了。正序还是倒序排列var order = typeof(Enumerable).GetMember(direction == ListSortDirection.Ascending ? "OrderBy" : "OrderByDe...
分类:
编程语言 时间:
2015-03-12 11:07:19
阅读次数:
153
Create directory让我们可以在Oracle数据库中灵活的对文件进行读写操作,极大的提高了Oracle的易用性和可扩展性。其语法为:CREATE [OR REPLACE] DIRECTORYdirectoryAS 'pathname';本案例具体创建如下: crea...
分类:
数据库 时间:
2015-03-11 09:14:05
阅读次数:
361
为了实现上面右侧文字的垂直居中,尝试了多种方法,但苦于父容器不定高,因此多种方案都被否定,最后求助于高手后,找到如下解决方案:
.container{
display:flex;
flex-direction:row;
align-items:center;
}
韩红:今年两个提案中一个就关于雾霾
...
分类:
Web程序 时间:
2015-03-10 17:20:07
阅读次数:
145
struct TreeNode{ //... PTreeNode& Child (Direction dir) { return dir == left? leftChild : rightChild; }};class BST{private: // ... ...
分类:
其他好文 时间:
2015-03-07 21:15:36
阅读次数:
120