代码搜索:density

找到约 2,599 项符合「density」的源代码

代码结果 2,599
www.eeworm.com/read/282165/4106886

fnc density.fnc

# # This is a rough approach to fit a model function to the density # data of a liquid crystal. The function consists of a linear # branch for the high temperature region and of a curved branch
www.eeworm.com/read/375190/2729400

hpp density.hpp

/////////////////////////////////////////////////////////////////////////////// // density.hpp // // Copyright 2006 Daniel Egloff, Olivier Gygi. Distributed under the Boost // Software License, Ver
www.eeworm.com/read/292861/8328769

h density.h

/**************************************************************** File Name: density.h Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995 Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/292861/8328771

c density.c

/**************************************************************** File Name: density.C Author: Tian Zhang, CS Dept., Univ. of Wisconsin-Madison, 1995 Copyright(c) 1995 by Tian Zhang
www.eeworm.com/read/387675/8659628

m gaussian_density.m

%求类条件概率 function [dens]=gaussian_density(test,ms,sigs,ps) for i=1:30 x=(test(i,:))' for j=1:3 %根据参数计算每类的概率密度函数 即p(x|wi) dens(i,j)=1/((2*pi)*sqrt(det(sigs(:
www.eeworm.com/read/386050/8767317

m prex_density.m

%PREX_DENSITY Various density plots % % Prtools example to show the use of density estimators and how to % visualize them. help prex_density delfigs figure echo on % Generate one-class data a =
www.eeworm.com/read/284617/8913217

cg sum_density.cg

void main(fixed2 coord : TEXCOORD0, uniform samplerRECT rect : TEXUNIT0, uniform int len, out float3 result : COLOR) { float density = 0.0; for (int i = 0; i < len; i++) density
www.eeworm.com/read/284617/8913226

cg compute_density.cg

#include "kernel.cg" #include "sph.cg" void main(fixed2 sn_coord : TEXCOORD0, /** y : subject particle index xy : neighbour particle index **/ uniform samplerRECT attr_
www.eeworm.com/read/284617/8913234

fp sum_density.fp

www.eeworm.com/read/284617/8913344

fp compute_density.fp

!!FP1.0 # cgc version 1.3.0001, build date Aug 4 2004 10:01:10 # command line args: -profile fp30 # source file: compute_density.cg # source file: ./kernel.cg # source file: ./sph.cg #vendor NV