代码搜索:Intelligence
找到约 675 项符合「Intelligence」的源代码
代码结果 675
www.eeworm.com/read/349808/3139031
h date.h
#ifndef REBECCA_FRAMEWORK_DATE_H
#define REBECCA_FRAMEWORK_DATE_H
/*
* RebeccaAIML, Artificial Intelligence Markup Language
* C++ api and engine.
*
* Copyright (C) 2005 Frank Hassanabad
*
* Th
www.eeworm.com/read/349808/3139051
h customtopic.h
#ifndef CUSTOMHTML_TAG_LAYER_CUSTOMTOPIC_H
#define CUSTOMHTML_TAG_LAYER_CUSTOMTOPIC_H
/*
* RebeccaAIML, Artificial Intelligence Markup Language
* C++ api and engine.
*
* Copyright (C) 2005 Frank
www.eeworm.com/read/295456/8161031
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/195048/8175807
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/294912/8193286
cpp test.cpp
// Artificial Intelligence: Sentence Matching
#include
#include "matcher.h"
using std::string;
using std::vector;
void get_distance();
void find_best_match();
template
www.eeworm.com/read/370521/9597828
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/411667/11234398
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/147186/12579271
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
www.eeworm.com/read/202577/15378223
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 17.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi
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