代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/340848/12130968
java 贪吃蛇源代码.java
/*
*12.24日,完成了蛇撞到自己的检测.修改方法是在蛇的初始化的时候,用双循环来置FALSE;
* 在重写代码的时候,我借鉴了别人的思路:将整个游戏的界面定义为一个布尔型的二维数组.
* 用一个LinkedList来储存蛇.当蛇移动的时候,在蛇的头部增加一个节点,然后删除最后一个节点.
* 因为只是做练习,所以没做游戏界面,比如菜单栏,计分栏什么的.另外还有一个问题,就是当 ...
www.eeworm.com/read/152220/12132245
m babysnake.m
function varargout = babysnake(varargin)
% Babysnake is a mini game programmed by Chen Guangling.
% 'w' for "up";'s' for "down";'a' for "left";'d' for "right"
% Last Modified by GUIDE v2.5 02-Dec-2
www.eeworm.com/read/340749/12136071
cpp command.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136329
cpp line.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136333
h degree.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136403
cpp sayencoding.cpp
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/340749/12136438
h sayencoding.h
/*
* Copyright 2002-2005, Mersad Team, Allameh Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/151927/12161477
java colorchangemotion.java
import java.awt.*;
import java.awt.image.*;
import java.applet.*;
class myRGBFilter extends RGBImageFilter
{
private int transValue;
private int bgRed;
private int bgGreen;
private int b