代码搜索:AI
找到约 9,845 项符合「AI」的源代码
代码结果 9,845
www.eeworm.com/read/145991/5741339
ai macros.ai
; $Source: /usr/home/dhesi/zoo/RCS/macros.ai,v $
; $Id: macros.ai,v 1.2 91/07/07 09:37:52 dhesi Exp $
;procedure index, used in-line to save some microseconds
call_index macro
mov si,bx ;si = b
www.eeworm.com/read/145991/5741379
ai asmconst.ai
; $Source: /usr/home/dhesi/zoo/RCS/asmconst.ai,v $
; $Id: asmconst.ai,v 1.2 91/07/07 09:37:47 dhesi Exp $
;The contents of this file are hereby released to the public domain.
;
www.eeworm.com/read/136622/5867935
java ai.java
package org.javagarden.j2me.fivelink.client;
/**
* 游戏的人式智能处理类。
* @author Turbo Chen
* @created 2005-4-5
*/
public class AI
{
/**
* 找到最佳下棋点。
* 基本思路是, 先计算每个点的权值,在权值最高的位
www.eeworm.com/read/128026/5993047
c ai.c
#include
#include
#define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值
#define pristnum 3
#define slavenum 3
struct SPQ
{
int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数
int sl
www.eeworm.com/read/126547/6016010
h ai.h
#include
#include
#include
#include "SDL/SDL.h"
#include "SDL/SDL_image.h"
#include "SDL/SDL_mixer.h"
#include "defs.h"
#include "structs.h"
#include "classe
www.eeworm.com/read/126547/6016050
cpp ai.cpp
#include "ai.h"
/*
Some very simple artificial intelligence routines for the aliens.
Shouldn't really be called AI since they just do things at random.
Aliens are assigned various AI types and t
www.eeworm.com/read/110301/6165204
ai macros.ai
; $Source: /usr/home/dhesi/zoo/RCS/macros.ai,v $
; $Id: macros.ai,v 1.2 91/07/07 09:37:52 dhesi Exp $
;procedure index, used in-line to save some microseconds
call_index macro
mov si,bx ;si = b
www.eeworm.com/read/110301/6165244
ai asmconst.ai
; $Source: /usr/home/dhesi/zoo/RCS/asmconst.ai,v $
; $Id: asmconst.ai,v 1.2 91/07/07 09:37:47 dhesi Exp $
;The contents of this file are hereby released to the public domain.
;
www.eeworm.com/read/107846/6188216
c ai.c
#include
#include
#define maxloop 100 //最大层数,对于不同的扩展方法自动调整取值
#define pristnum 3
#define slavenum 3
struct SPQ
{
int sr,pr; //船运行一个来回后河右岸的野人、传教士的人数
int sl,pl;
www.eeworm.com/read/378331/6306786