代码搜索:Approach
找到约 1,300 项符合「Approach」的源代码
代码结果 1,300
www.eeworm.com/read/477110/6747653
m oa2tr.m
%OA2TR Convert O/A vectors to homogeneous transformation
%
% TR = OA2TR(O, A)
%
% Returns a homogeneous tranformation for the specified orientation and
% approach vectors. The rotation submatrix is
www.eeworm.com/read/409871/11309421
txt 5-1266msg1.txt
Subject: aaa ' 95
as the february 17-21 , 1995 meet of the aaas in atlanta approach i think it would be good to send a reminder to reader of linguist that they can become either a regular member and
www.eeworm.com/read/336465/12442153
nlogo ---crowds.nlogo
; re-implementation of
;
; Wander Jager, Roel Popping and Hans van de Sande (2001)
; Clustering and Fighting in Two-party Crowds: Simulating the Approach-avoidance Conflict
; Journal of Artificial
www.eeworm.com/read/230098/14306134
cpp qlearn-cmac-xwin.cpp
// Q-learning for mountain car problem
/// Q-learning for mountain car problem
// uses CMAC as a function approximator
// follows approach described in Sutton/Singh papers
// implements TD(lambda)
www.eeworm.com/read/127767/14337479
txt e402. limiting the size of a log by using a rotating sequence of files.txt
The example e401 Limiting the Size of a Log File shows how to limit the log file size by automatically emptying it when it reaches the limit. However, this approach has the disadvantage of discarding
www.eeworm.com/read/228533/14380227
h line.h
/*
Two-Dimensional Clipping: A Vector Based Approach
by Hans Spoelder and Fons Ullings
from "Graphics Gems", Academic Press, 1990
*/
/*
* file line.h
* contains major definitions for the clippin
www.eeworm.com/read/117726/14906760
c mm.c
/*
* mm-naive.c - The fastest, least memory-efficient malloc package.
*
* In this naive approach, a block is allocated by simply incrementing
* the brk pointer. A block is pure payload. There a
www.eeworm.com/read/117724/14907216
c mm_2.c
/*
* mm-naive.c - The fastest, least memory-efficient malloc package.
*
* In this naive approach, a block is allocated by simply incrementing
* the brk pointer. A block is pure payload. There
www.eeworm.com/read/117724/14907223
c mm_4.c
/*
* mm-naive.c - The fastest, least memory-efficient malloc package.
*
* In this naive approach, a block is allocated by simply incrementing
* the brk pointer. A block is pure payload. There a