代码搜索:Obstacles
找到约 93 项符合「Obstacles」的源代码
代码结果 93
www.eeworm.com/read/306178/3757463
h 12gong.h
mapping obstacles = ([
"baiyang" : " 1. 第一宫: 白羊宫",
"jinniu" : " 2. 第二宫: 金牛宫",
"shuangzi" : " 3. 第三宫: 双子宫",
"juxie" : " 4. 第四宫: 巨蟹宫",
"shizi"
www.eeworm.com/read/420603/2067828
java ground.java
package lx.entity;
import java.awt.Graphics;
import lx.util.Global;
public class Ground {
//障碍物数组
private int[][] obstacles = new int[Global.WIDTH][Global.HIGHT];
//接受图形方法
public
www.eeworm.com/read/16168/663447
m obstaclefunction.m
% Obstacle function:
% Author: K. Passino, Version: 1/25/01
function J=obstaclefunction(x,w1)
% An example function to represent sensed obstacles:
J=...
w1*max([exp(-0.8*((x(1,1)-20)^2+(x(