代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/298381/7964135

java 31132831118.java

/* *12.24日,完成了蛇撞到自己的检测.修改方法是在蛇的初始化的时候,用双循环来置FALSE; * 在重写代码的时候,我借鉴了别人的思路:将整个游戏的界面定义为一个布尔型的二维数组. * 用一个LinkedList来储存蛇.当蛇移动的时候,在蛇的头部增加一个节点,然后删除最后一个节点. * 因为只是做练习,所以没做游戏界面,比如菜单栏,计分栏什么的.另外还有一个问题,就是当 ...
www.eeworm.com/read/297846/7992682

m makeellip.m

function [x, y]= makeellip( x0, y0, radiusx, radiusy, angleinterval) % (x0, y0 ) = center of circle % radiusx = radius in x direction (a) % radiusy = radius in y direction (b) % angleinterval = a
www.eeworm.com/read/398302/7995215

ppf pll.ppf

www.eeworm.com/read/398255/7996935

cpp qmybuttongroup.cpp

/************************************************************************ * * linux版仿联众俄罗斯方块 * * 该软件在GPL(GNU通用公共许可证)下发布 * * Copyright (C) * * This source code is
www.eeworm.com/read/398255/7996951

bak qmybuttongroup.cpp.bak

/************************************************************************ * * linux版仿联众俄罗斯方块 * * 该软件在GPL(GNU通用公共许可证)下发布 * * Copyright (C) * * This source code is
www.eeworm.com/read/297543/8012108

in config.h.in

/* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if using alloca.c. */ #undef C_ALLOCA /* Define to empty if the keyword does not work. */ #undef const
www.eeworm.com/read/297458/8016603

ppf altpllpll.ppf

www.eeworm.com/read/397897/8016654

cpp treeview.cpp

// TreeView.cpp : implementation of the CMyTreeView class // #include "stdafx.h" #include "Tree.h" #include "TreeDoc.h" #include "TreeView.h" #include "math.h" #define PI 3.14159 #ifdef
www.eeworm.com/read/297355/8027433

in gsm_config.h.in

/* gsm_config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if using alloca.c. */ #undef C_ALLOCA /* Define to empty if the keyword does not work. */ #undef c
www.eeworm.com/read/197117/8028082

java pheromone.java

package graph; import java.io.Serializable; import org.jgraph.graph.DefaultGraphCell; public class Pheromone implements Serializable { private DefaultGraphCell direction; private String re