Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Double Z


Related Topics

  
  Double electron capture - Wikipedia, the free encyclopedia
Double electron capture is a decay mode of atomic nucleus.
For a nuclide (A, Z) with number of nucleons A and atomic number Z, double electron capture has to occur when the mass of the nuclide of (A, Z-2) is lower.
Since the protons are changed to neutrons, the number of neutrons increases by 2, the number of protons Z decreases by 2, and the atomic mass A remains unchanged.
en.wikipedia.org /wiki/Double_electron_capture   (487 words)

  
 Ask Dr. Z - Positive double-blind Clinical Studies in Low Level Laser Therapy (LLLT)
(Double blind study on the biostimulatory effects of laser irradiation on the parotid gland in patients affected by Sjoegrens syndrome).
(Double blind randomized study on the effect of HeNe in the treatment of acute maxillary sinusitis: in patients with exacerbation of a chronic maxillary sinusitis).
A double blind placebo controlled investigation of the hypoalgesic effects of low intensity laser irradiation of the cervical roots using experimental ischaemic pain.
www.drz.org /asp/cp/studies.htm   (1477 words)

  
 [No title]
// // Input, double POLY_COF[N], the coefficients of the polynomial to // be differentiated.
// // Output, double POLY_COF2[N-1], the coefficients of the derivative of // the polynomial.
// // Input, double A[NA], the coefficients of the polynomial.
www.csit.fsu.edu /~burkardt/cpp_src/divdif/divdif.C   (4821 words)

  
 AlConstructionPlane
The first and last points specify a line that is used in the cross product with the x axis to provide the Z axis.
Once the Z is known, the Y axis is calculated internally.
The normal is the Z axis to the plane.
www.alias.com /eng/support/studiotools/documentation/Technical/OpenAPIref35.html   (276 words)

  
 www.myspace.com/1doublez
Double Z is a self contained multi-instrumentalist, writer/performer.
A Powerful, Soulful Singer on top of being a first-rate musician, Double Z is mainly known throughout the States and Europe as a Super-Funky Bass Player.
Now, Double Z is stepping out front and taking center stage with her "Strip-Hop" Show, commanding and receiving your full attention.
www.myspace.com /1doublez   (904 words)

  
 Double Z Manufacturing, Inc.   (Site not responding. Last check: 2007-11-02)
Double Z also has agreed under the settlement to properly label its garments with care instructions in the future, in compliance with the FTC’s Care Labeling Rule.
Double Z manufactures women’s, preteen, and teenage dresses under the brand names Zum Zum Fashions, Zum Zum Kidz, and Niki Originals.
The FTC charged that Double Z’s improper care labels resulted in damage to sequins or beads, the nap of velvet fabric, or other damage to its garments, and that the company failed to have a reasonable basis for the labels it included.
www.ftc.gov /opa/1996/03/double-z.htm   (506 words)

  
 [ding_math] Basic Mathematical Functions
double ding_math::pythag (double a, double b) throw ()
double ding_math::beta_cf (double a, double b, double x, double tol, short iter) throw (FuncException)
double ding_math::beta_i (double a, double b, double x, double tol=1e-7, short iter=100) throw (FuncException)
mywebpages.comcast.net /ylding/c/ding/group__BasicMath.html   (503 words)

  
 3DBasics   (Site not responding. Last check: 2007-11-02)
In fact that remains the same, and it allows us to rotate around the z axis, where z is constant and only x and y is changing.
The method of deriving the projection point xp and yp through the x, y and z coordinates is also referred to as “orthographic” projection.
If we solve the z part for u then u = z / z = eye (where eye is the distance of the viewer to the screen).
www.public.asu.edu /~ykobaya/ANP530/Note01/3DBasics.html   (1861 words)

  
 Complex Functions
Description: The cis function returns the cosine and sine (as a complex value) of z measured in radians.
Description: The conj function returns the complex conjugate of z, by reversing the sign of its imaginary part.
Description: The cproj function returns a projection of z onto the Riemann sphere.
www.ncsa.uiuc.edu /UserInfo/Resources/Hardware/XeonCluster/Doc/Intel_8.0.044/c_ug/lm_comc.htm   (308 words)

  
 Class DPoint3   (Site not responding. Last check: 2007-11-02)
This class describes a 3D point using double precision x, y and z coordinates.
Methods are provided to add and subtract points, multiply and divide by scalars, and element by element multiply and divide two points.
x, y, and z are initialized to the values specified.
sparks.discreet.com /knowledgebase/webhelp/html/idx_R_class_dpoint3.htm   (166 words)

  
 [No title]
// // Input, double *SAMPLE_ROUTINE, the name of a routine which // is used to produce an DIM_NUM by N array of sample points in the region, // of the form: // double *sample_routine (int dim_num, int n, int *seed) // // Input, int SEED_INIT, the initial value of the random number seed.
P(I) = J means // that the I-th element of the output array should be the J-th // element of the input array.
// { double exponent; int i; int j; double norm; double r; double *x; double *y; x = new double[m*n]; y = new double[m]; exponent = 1.0 / (double) (m); for (j = 0; j < n; j++) { // // Fill a vector with normally distributed values.
www.csit.fsu.edu /~burkardt/cpp_src/quality/quality.C   (9729 words)

  
 IHistogram3D (AIDA API Documentation, Version 3.2.1)
Sum of all the entries of the bins along a given z bin.
Sum of all the heights of the bins along a given z bin.
The mean of the corresponding bin along the z axis.
aida.freehep.org /doc/v3.2.1/api/hep/aida/IHistogram3D.html   (1215 words)

  
 [No title]
The first three values in the bottom row of the matrix (indices (3,0), (3,1), and (3,2)) represent the translation of the origin (0,0,0) in the x, y, and z directions.
Computes the global transformation matrix for the object, which is obtained by post multiplying the local transformation matrix with the global transformation matrix of the parent AlGroupNode.
Note that you must ensure that the three vectors x, y and z are orthogonal, otherwise you may get unpredictable results.
accad.osu.edu /~pete/Alias/API_manual/class_descriptions35.html   (4444 words)

  
 Tru64 UNIX
functions compute the complex square root of z, with a branch cut along the negative real axis.
functions compute complex conjugate of z, by reversing the sign of its imaginary part.
functions compute a projection of z onto the Riemann sphere: z projects to z except that all complex infinities (even those with one infinite part and one NaN part) project to positive infinity on the real axis.
h30097.www3.hp.com /dtk/Compaq_C_Compiler/doc/lrm/DOCU0022.HTM   (1427 words)

  
 CS170 C++ Inheritance Lab   (Site not responding. Last check: 2007-11-02)
Suppose later on we decide to implement a class to deal with points in a 3D place.
The code marked with red color shows the differences between the definition of the two classes.
When we call the function with different data types, the compiler is able to decide which version of the
www.cs.uregina.ca /Links/class-info/170/8-inheritance/inheritance.html   (1539 words)

  
 : Class Location
The three public data members of this class are x, y, z, z representing the altitude.
The first accepts three double values as x, y, z values respectively to construct the Location.
The string should contain x, y, z in a series separated by a blank space.
www.cs.wright.edu /~snarayan/UMAST/umast_javadoc/Location.html   (798 words)

  
 Electromagnetic Wave
is a double value which specifies the distance (in units) the waves are translated for every animation--that is, every redrawing of the screen.
The wave propagates in the positive z direction, so z1 must be less than z2.
The figure propagates in the positive z direction, so z1 must be less than z2.
webphysics.davidson.edu /Applets/EMWave/EMWave.html   (735 words)

  
 Double Z Property Management   (Site not responding. Last check: 2007-11-02)
At Double Z Property Management, our property management software is the top property management software in the industry.
At Double Z Property Management, we believe that communications are the essential element in the success of our company.
To this end, we at Double Z Property Management have gone to great lengths to be accessible to our residents and property owners.
www.doublez.net /ownerinfo.html   (1698 words)

  
 AxisAngle4d (Java 3D API)
AxisAngle4d(double x, double y, double z, double angle)
Constructs and initializes an AxisAngle4d from the specified x, y, z, and angle.
set(double x, double y, double z, double angle)
java.sun.com /products/java-media/3D/forDevelopers/J3D_1_3_API/j3dapi/javax/vecmath/AxisAngle4d.html   (979 words)

  
 Lazer Z and double blades??????? - LawnSite.com™ - Lawn Care & Landscaping Business Forum
one thing i have noticed is that after running doubles for a while it seemed the bolt didsnt want to go in far enough with singles..
only problem w doubles u might need to be aware of is that if u hit something it sometimes jams certain type of blades togather,to the point it takes an impact wrench to get it loose.
With your double blades on the bolt, thread the bolt into the spindle just till the threads start to catch.
www.lawnsite.com /showthread.php?t=29580   (983 words)

  
 double (C# Programmer's Reference)
If one of the floating-point types is double, the expression evaluates to double (or bool in the case of relational or Boolean expressions).
If there is no double type in the expression, it evaluates to float (or bool in the case of relational or Boolean expressions).
In the following example, an int, a short, a float, and a double are added together giving a double result.
msdn.microsoft.com /library/en-us/csref/html/vclrfdouble_pg.asp   (292 words)

  
 DataHandling.h File Reference
Returns true if the primitive centred in x, y and z is too far away from the centre of mass of vectorPoint.
The categorisation is done with respect to the distance to a point of coordinates x, y, z.
Also removes all primitives whose radius is larger than 1.0 and that are at a distance larger than a certain distance from the centre of mass of the cloud, whose coordinates are x, y and z.
ligwww.epfl.ch /~lorna/doxygen/ImplicitSurfaceViewer/DataHandling_8h.html   (546 words)

  
 Point   (Site not responding. Last check: 2007-11-02)
The Point class represents a 3D (three-dimensional) point with double coordinates (x, y and z are all of type double).
Construct a new point with the specified x y z coordinates.
Move the point by dX in the x-direction, by dY in the y-direction, and by dZ in the z-direction (d is short for delta).
www.cs.huji.ac.il /~intro2cs/exercises/ex3/doc/Point.html   (342 words)

  
 The Gnome Chemistry Utils: gcu::Atom Class Reference
Atom (int Z, double x, double y, double z=0.)
a pointer to the double value which will receive the y coordiante of the Atom.
a pointer to the double value which will receive the z coordiante of the Atom or NULL for 2D representations.
www.nongnu.org /gchemutils/reference/classgcu_1_1Atom.html   (453 words)

  
 Double Z Brangus, Home
Here at Double Z we are raising quality bulls and heifers for the commercial cattleman.
We are a small purebred operation in southeast Alabama which is often referred to as the "Wiregrass" because of the native grass which grows here.
We have been raising registered Brangus cattle for eight years, and we have twenty-four cows which calve in the spring of the year.
home.att.net /~doublezbrangus/wsb/html/view.cgi-home.html-.html   (85 words)

  
 nxbase: nxVector class Reference
Get the component of this vector (cross product) perpendicular to the passed in vector "Z".
Rotate this vector an angle theta degrees about the Z axis.
Typecast to pointer to an array of 3 elements.
osirus.usask.ca /osiris/software/documentation/library/nxbase/html/classnxVector.html   (238 words)

  
 gretl_utils
int true_const (int v, const double **Z, const DATAINFO *pdinfo);
int ztox (int i, double *px, const double **Z, const DATAINFO *pdinfo);
double get_xvalue (int i, const double **Z, const DATAINFO *pdinfo);
gretl.sourceforge.net /API/gretl-gretl-utils.html   (530 words)

  
 LAMBDA - Skyviewer   (Site not responding. Last check: 2007-11-02)
set_eq (const double z, const double phi, const int direction)
set_np (const double z, const double phi, const int face)
set_sp (const double z, const double phi, const int face)
lambda.gsfc.nasa.gov /toolbox/skyviewer/html/classBoundry.cfm   (51 words)

  
 LTI-Lib: lti::scene3D< T > Class Template Reference
marker3D (const double andx, const double andy, const double andz, char *marker)
line3D (const double andx, const double andy, const double andz, const double andx2, const double andy2, const double andz2)
sets 2D point with the selected color if it is in front of all other points with the same projection coordinates, considering the z-buffering (if enabled) and the given z coordinate.
ltilib.sourceforge.net /doc/html/classlti_1_1scene3D.html   (894 words)

  
 VTK: vtkGeneralTransform Class Reference   (Site not responding. Last check: 2007-11-02)
Transform concatenation is simulated by passing each input point through each transform in turn.
The angle is in degrees, and (x,y,z) specifies the axis that the rotation will be performed around.
Create a rotation matrix about the X, Y, or Z axis and concatenate it with the current transformation according to PreMultiply or PostMultiply semantics.
noodle.med.yale.edu /vtk/classvtkGeneralTransform.html   (1044 words)

  
 : Class Dlatdf   (Site not responding. Last check: 2007-11-02)
* * Purpose * ======= * * DLATDF uses the LU factorization of the n-by-n matrix Z computed by * DGETC2 and computes a contribution to the reciprocal Dif-estimate * by solving Z * x = b for x, and choosing the r.h.s.
* * The factorization of Z returned by DGETC2 has the form Z = P*L*U*Q, * where P and Q are permutation matrices.
dlatdf(int ijob, int n, double[] z, int _z_offset, int ldz, double[] rhs, int _rhs_offset, doubleW rdsum, doubleW rdscal, int[] ipiv, int _ipiv_offset, int[] jpiv, int _jpiv_offset)
www.cs.utk.edu /~seymour/f2j/docs/org/netlib/lapack/Dlatdf.html   (437 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.