Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for ED (0.16 sec)

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

       *    /
       *   b   e <----> f
       *  / \ /
       * c   d
       * }</pre>
       */
      private static final SuccessorsFunction<Character> CYCLIC_GRAPH_CONTAINING_TREE =
          createDirectedGraph("ab", "bc", "bd", "ed", "ef", "fe");
    
      /**
       * A graph that is not a tree (for example, {@code h} is reachable from {@code f} via both {@code
       * e} and {@code g}) but is a valid input to {@link Traverser#forTree} when starting e.g. at node
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 47.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/graph/TraverserTest.java

       *    /
       *   b   e <----> f
       *  / \ /
       * c   d
       * }</pre>
       */
      private static final SuccessorsFunction<Character> CYCLIC_GRAPH_CONTAINING_TREE =
          createDirectedGraph("ab", "bc", "bd", "ed", "ef", "fe");
    
      /**
       * A graph that is not a tree (for example, {@code h} is reachable from {@code f} via both {@code
       * e} and {@code g}) but is a valid input to {@link Traverser#forTree} when starting e.g. at node
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 47.5K bytes
    - Viewed (0)
  3. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    eastus2.azurestaticapps.net easypanel.app easypanel.host eat eating-organic.net eaton.mi.us ebetsu.hokkaido.jp ebina.kanagawa.jp ebino.miyazaki.jp ebiz.tw ec echizen.fukui.jp ecn.br eco eco.bj eco.br ecologia.bo ecommerce-shop.pl econo.bj economia.bo ed.ao ed.ci ed.cr ed.jp ed.pw edeka edgeapp.net edgecompute.app edgekey-staging.net edgekey.net edgestack.me edgesuite-staging.net edgesuite.net editorx.io edogawa.tokyo.jp edu edu.ac edu.af edu.al edu.ar edu.au edu.az edu.ba edu.bb edu.bh edu.bi edu.bj edu.bm edu.bn...
    Others
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 40.4K bytes
    - Viewed (0)
  4. docs/it/docs/index.md

    **Typer** è il fratello minore di FastAPI. Ed è stato ideato per essere la **FastAPI delle CLI**. ⌨️ 🚀
    
    ## Requisiti
    
    Python 3.6+
    
    FastAPI è basata su importanti librerie:
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    cc.wv.us
    cc.wy.us
    lib.ak.us
    lib.al.us
    lib.ar.us
    lib.as.us
    lib.az.us
    lib.ca.us
    lib.co.us
    lib.ct.us
    lib.dc.us
    // lib.de.us  Issue #243 - Moved to Private section at request of Ed Moore <Ed******@****.***>
    lib.fl.us
    lib.ga.us
    lib.gu.us
    lib.hi.us
    lib.ia.us
    lib.id.us
    lib.il.us
    lib.in.us
    lib.ks.us
    lib.ky.us
    lib.la.us
    lib.ma.us
    lib.md.us
    lib.me.us
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  6. src/archive/zip/reader_test.go

    0000360 53 b3 22 31 94 d3 83 f2 18 4d f5 92 33 27 53 97
    0000370 0f d3 e6 55 9c a6 c5 31 87 6f d3 f3 ae 39 6f 56
    0000380 10 7b ab 7e d0 b4 ca f2 b8 05 be 3f 0e 6e 5a 75
    0000390 ab 0c f5 37 0e ba 8e 75 71 7a aa ed 7a dd 6a 63
    00003a0 be 9b a0 97 27 6a 6f e7 d3 8b c4 7c ec d3 91 56
    00003b0 d9 ac 5e bf 16 42 2f 00 1f 93 a2 23 87 bd e2 59
    00003c0 a0 de 1a 66 c8 62 eb 55 8f 91 17 b4 61 42 7a 50
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  7. tensorflow/c/eager/tape.h

    // destructor. However, waiting until the destructor runs loses the memory
    // efficiency of forward-mode autodiff. Instead, language bindings should call
    // DeleteGradient as soon as a Tensor which was `Watch`ed or was an output
    // Tensor passed to Accumulate goes out of scope.
    //
    // Not thread-safe.
    template <typename Gradient, typename BackwardFunction, typename TapeTensor>
    class ForwardAccumulator {
     public:
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
  8. doc/asm.html

    contains no pointers.
    </p>
    
    <p>
    There may be one or two arguments to the directives.
    If there are two, the first is a bit mask of flags,
    which can be written as numeric expressions, added or or-ed together,
    or can be set symbolically for easier absorption by a human.
    Their values, defined in the standard <code>#include</code>  file <code>textflag.h</code>, are:
    </p>
    
    <ul>
    <li>
    <code>NOPROF</code> = 1
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/moment-with-locales.min.js

    \u0440., HH:mm",LLLL:"dddd, D MMMM YYYY \u0440., HH:mm"},calendar:{sameDay:ed("[\u0421\u044c\u043e\u0433\u043e\u0434\u043d\u0456 "),nextDay:ed("[\u0417\u0430\u0432\u0442\u0440\u0430 "),lastDay:ed("[\u0412\u0447\u043e\u0440\u0430 "),nextWeek:ed("[\u0423] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return ed("[\u041c\u0438\u043d\u0443\u043b\u043e\u0457] dddd [").call(this);case 1:case 2:case 4:return ed("[\u041c\u0438\u043d\u0443\u043b\u043e\u0433\u043e] dddd [").call(thi...
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Jul 12 13:18:07 GMT 2018
    - 319K bytes
    - Viewed (4)
  10. cmd/xl-storage_test.go

    	reader := bytes.NewReader(data)
    	for {
    		// Using io.Copy instead of this loop will not work for us as io.Copy
    		// will use bytes.Reader.WriteTo() which will not do shardSize'ed writes
    		// causing error.
    		n, err := reader.Read(shard)
    		w.Write(shard[:n])
    		if err == nil {
    			continue
    		}
    		if err == io.EOF {
    			break
    		}
    		t.Fatal(err)
    	}
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 11 17:45:28 GMT 2024
    - 66.7K bytes
    - Viewed (0)
Back to top