代码搜索:radial
找到约 681 项符合「radial」的源代码
代码结果 681
www.eeworm.com/read/419304/10876203
m radial.m
function [xr,yr]=radial(x0,y0,x,y)
[xr,yr] =intline(x0,x,y0,y);
www.eeworm.com/read/441770/7665516
m radial.m
function R = radial(n, L, r);
if L >= n
error('N musi byc mniejsze niz L');
end
if L < 0 || n < 0
error('N oraz L musza byc dodatnie');
end
% odwracamy jesli dan
www.eeworm.com/read/241323/13156458
m radial.m
function f=radial(n,x);
%> This file calculates the radial functions of the hydrogen atom
%> in suitable atomic units, for a range of angular momenta.
%> Call: radial(n,x),
%> Input: n = positive i
www.eeworm.com/read/406932/11432435
inp radial.inp
RADIAL:
Input file for cylindrical discharge with no central conductor. The electric
field in the z-direction is specified using source (E) and can be dc or ac and
ramped or constant, as for the sourc
www.eeworm.com/read/490329/1203333
cpp radial.cpp
//=========== (C) Copyright 1999 Valve, L.L.C. All rights reserved. ===========
//
// The copyright to the contents herein is the property of Valve, L.L.C.
// The contents may be used and/or copied
www.eeworm.com/read/490329/1203355
h radial.h
//=========== (C) Copyright 2000 Valve, L.L.C. All rights reserved. ===========
//
// The copyright to the contents herein is the property of Valve, L.L.C.
// The contents may be used and/or copied
www.eeworm.com/read/445571/1720347
cs radial.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A fill type element that describes a radial gradient fill.
///
www.eeworm.com/read/395296/2441350
frag radial.frag
// Generated by src/opengl/util/./glsl_to_include.sh from radial.glsl
"!!ARBfp1.0"
"PARAM c[5] = { program.local[0..2],"
"{ 2, 4 },"
"program.local[4] };"
"TEMP R0;"
"MUL R0.zw, c[0].xyxy, fragment.po
www.eeworm.com/read/395296/2441353
glsl radial.glsl
uniform sampler1D palette;
uniform vec2 fmp;
uniform float fmp2_m_radius2;
uniform vec4 inv_matrix;
uniform vec2 inv_matrix_offset;
void main()
{
// float2 A = frag_coord.xy;//mul(inv_matrix,
www.eeworm.com/read/363037/2923469
cs radial.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace AnotherPDFLib.XFA
{
///
/// A fill type element that describes a radial gradient fill.
///