Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ACBD (0.04 sec)

  1. android/guava-tests/test/com/google/common/graph/TraverserTest.java

      }
    
      @Test
      public void forGraph_breadthFirstIterable_multiGraph() {
        Traverser<Character> traverser = Traverser.forGraph(MULTI_GRAPH);
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("ac")), "acbd");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("cb")), "cbad");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("db")), "db");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("d")), "d");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 47.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/graph/TraverserTest.java

      }
    
      @Test
      public void forGraph_breadthFirstIterable_multiGraph() {
        Traverser<Character> traverser = Traverser.forGraph(MULTI_GRAPH);
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("ac")), "acbd");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("cb")), "cbad");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("db")), "db");
        assertEqualCharNodes(traverser.breadthFirst(charactersOf("d")), "d");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 47.5K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Incidence out of Air into Glass be to the Sine of Refraction as 17 to 11, the Sine of Incidence out of Glass into Air must on the contrary be to the Sine of Refraction as 11 to 17, by the third Axiom. [Illustration: FIG. 2.] Much after the same manner, if ACBD [in _Fig._ 3.] represent a Glass spherically convex on both sides (usually called a _Lens_, such as is a Burning-glass, or Spectacle-glass, or an Object-glass of a Telescope) and it be required to know how Light falling upon it from any lucid point...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    out of Glass into Air must on the contrary be to the Sine of Refraction
    as 11 to 17, by the third Axiom.
    
    [Illustration: FIG. 2.]
    
    Much after the same manner, if ACBD [in _Fig._ 3.] represent a Glass
    spherically convex on both sides (usually called a _Lens_, such as is a
    Burning-glass, or Spectacle-glass, or an Object-glass of a Telescope)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    tf.reduce_join(a, 0, keep_dims=True) ==> [["ac", "bd"]]
    tf.reduce_join(a, 1, keep_dims=True) ==> [["ab"], ["cd"]]
    tf.reduce_join(a, 0, separator=".") ==> ["a.c", "b.d"]
    tf.reduce_join(a, [0, 1]) ==> "acbd"
    tf.reduce_join(a, [1, 0]) ==> "abcd"
    tf.reduce_join(a, []) ==> [["a", "b"], ["c", "d"]]
    tf.reduce_join(a) = tf.reduce_join(a, [1, 0]) ==> "abcd"
    ```
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top