代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/240722/4570631
in mbpt_zapt2v1.in
% molecule specification
molecule: (
symmetry = D2H
angstroms = yes
{ atoms geometry } = {
C [ 0.0000 1.0094 0.0000 ]
C [ 0.0000 -1.0094 0.0000 ]
H [ 0.9174
www.eeworm.com/read/240722/4570633
in mbpt_opt22v2lb.in
% molecule specification
molecule: (
symmetry = D2H
angstroms = yes
{ atoms geometry } = {
C [ 0.0000 1.0094 0.0000 ]
C [ 0.0000 -1.0094 0.0000 ]
H [ 0.9174
www.eeworm.com/read/240722/4570634
in mbpt_mp2mem.in
% molecule specification
molecule: (
symmetry = D2H
angstroms = yes
{ atoms geometry } = {
C [ 0.0000 1.0094 0.0000 ]
C [ 0.0000 -1.0094 0.0000 ]
H [ 0.9174
www.eeworm.com/read/240722/4570636
in mbpt_mp2v2lb.in
% molecule specification
molecule: (
symmetry = D2H
angstroms = yes
{ atoms geometry } = {
C [ 0.0000 1.0094 0.0000 ]
C [ 0.0000 -1.0094 0.0000 ]
H [ 0.9174
www.eeworm.com/read/240722/4570663
in hbondopt.in
% emacs should use -*- KeyVal -*- mode
% molecule specification
molecule: (
symmetry = C1
{ atoms geometry } = {
H [ 0.088 2.006 1.438 ]
O [ 0.123 3.193 0.0
www.eeworm.com/read/240722/4570664
in mancoor.in
% emacs should use -*- KeyVal -*- mode
% molecule specification
molecule: (
symmetry = C1
{ atoms geometry } = {
H [ 0.088 2.006 1.438 ]
O [ 0.123 3.193 0.0
www.eeworm.com/read/194563/5127533
tex boxsizer.tex
\section{\class{wxBoxSizer}}\label{wxboxsizer}
The basic idea behind a box sizer is that windows will most often be laid out in rather
simple basic geometry, typically in a row or a column or several
www.eeworm.com/read/190056/5189196
tex boxsizer.tex
\section{\class{wxBoxSizer}}\label{wxboxsizer}
The basic idea behind a box sizer is that windows will most often be laid out in rather
simple basic geometry, typically in a row or a column or several
www.eeworm.com/read/185314/5238093
java closestpairfinder.java
package com.wrox.algorithms.geometry;
import com.wrox.algorithms.sets.Set;
/**
* Generic interface for closest pair of points algorithms.
*
*/
public interface ClosestPairFinder {
/**
*
www.eeworm.com/read/185314/5238094
java slope.java
package com.wrox.algorithms.geometry;
/**
* Represents the slope of a {@link Line}.
* Objects of this class are immutable.
*/
public class Slope {
private final double _rise;
private final