You are seeing reference results for end-to-end vector because there's not a match on Dictionary.com.
End-to-end vector
|
|
In the physical chemistry study of polymers, the end- to- end vector is the vector that points from one end of a polymer to the other end. The norm of the end- to- end ...
More »
|
|
Ideal chain - Wikipedia, the free encyclopedia
|
|
en.wikipedia.org/wiki/Ideal_chain
Let us call \vec R the total end to end vector of an ideal chain and \vec r_1,\ldots ,\ vec r_N the vectors corresponding to individual monomers. Those random ...
|
|
|
www.cplusplus.com/vector::end
|
Returns an iterator referring to the past-the-end element in the vector container. Notice that unlike member vector::back, which returns a reference to the element ...
|
|
pubs.acs.org/doi/abs/10.1021/ma60075a005
|
Moments of the end-to-end vector r of the p-phenylene polyamides and ...... In the mixed solvent the unperturbed mean-square end-toend distance declines from ...
|
|
www.cplusplus.com/reference/stl/vector/
|
Vector containers are implemented as dynamic arrays; Just as regular arrays, vector ... Add and remove elements from its end (constant amortized time).
|
|
pubs.acs.org/doi/abs/10.1021/ma00233a038
|
Macromolecules 1982,15, 1411-1416. 1411 possible effect of paramagnetic impurities upon the car- bon-13 relaxation in solid poly(oxymethy1ene) can be ig- ...
|
|
|
|
cbp.tnw.utwente.nl/PolymeerDictaat/node7.html
|
A rough measure of the average size of the polymer is given by the mean square end-to-end vector , which we shall calculate in this section. Related properties ...
|
|
link.aps.org/doi/10.1103/PhysRevE.72.041802
|
We find exact expressions for the end-to-end distance vector distribution function with fixed end orientations for the wormlike chain model. This function in ...
|
|
www.neb.com/nebecomm/tech_reference/restriction_enzymes...
www.neb.com/nebecomm/tech_reference/restriction_enzymes/cleavage_linearized_vector.asp
|
“Base Pairs from End” refers to the number of double-stranded base pairs between the end of the recognition site and the terminus of the fragment; this number ...
|
|
stackoverflow.com/questions/5960979/using-c-vectorinser...
stackoverflow.com/questions/5960979/using-c-vectorinsert-to-add-to-end-of-vector
|
I'm writing a little piece of code where I'll have to insert values into a ... a. push_back(x) is defined to have identical semantics to a.insert(a.end(),x) ...
|