代码搜索:Potential
找到约 1,663 项符合「Potential」的源代码
代码结果 1,663
www.eeworm.com/read/191800/8421973
cpp potential.cpp
#include "Potential.h"
#if 1
Distribution operator*(const Distribution& dist, const Potential& potential)
{
Distribution ret(vector(potential.dim2(), 0.0));
if (dist.dim() != potenti
www.eeworm.com/read/191800/8421997
h potential.h
#ifndef POTENTIAL_H
#define POTENTIAL_H
#include "Distribution.h"
#include "VarSchema.h"
#include "DecisionTree.h"
class Potential
{
vector probs;
public:
Potential() { /*
www.eeworm.com/read/371851/9533265
m potential.m
function PotentialPath
clear all;
close all;
nFeatures = 200;
MapSize = 100;
Map = MapSize*rand(2,nFeatures);
nMaxSteps = 300;
%Map = [10;9.9];
xGoal = [MapSize;MapSize];
xStart = [0;0];
www.eeworm.com/read/455033/7378650
edp potential.edp
// file potential.edp
real S=99;
border C(t=0,2*pi) { x=3*cos(t); y=3*sin(t);}
border Splus(t=0,1){ x = t; y = 0.17735*sqrt(t)-0.075597*t
- 0.212836*(t^2)+0.17363*(t^3)-0.06254*(t^4);
www.eeworm.com/read/455033/7378930
eps potential.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Creator: user
%%Title: FreeFem++
%%CreationDate: Mon Jul 25 12:20:21 2005
%%Pages: 1
%%BoundingBox: 50 50 518 509
%%EndComments
/L { lineto currentpoint stroke
www.eeworm.com/read/197076/8032253
inc potential.inc
www.eeworm.com/read/344171/11904162
inc potential.inc
www.eeworm.com/read/233762/14137654
java potential.java
package rmn;
import java.util.*;
public class Potential {
// potential factory, used for getting potential weights
PotentialFactory m_pf;
// attached variables
Variable[] m_vars;
// a
www.eeworm.com/read/471811/1420492
java potential.java
package com.qrsx.qrsxcrm.model;
import java.util.Date;
import java.util.Set;
/**
* 潜在客户实体类
* @author Administrator
*
*/
public class Potential {
private String id; //主键
pr
www.eeworm.com/read/471742/6888565
m potential.m
%potential.m - script to plot an attractive potential, energy, etc
%for a body under a central force
m=1; ri=1; vi=5; K=-45; thi=75; %inputs
th=thi*pi/180; vt=vi*sin(th); vr=vi*cos(th);%velocity co