英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

hypercube    
超立方体; 超正方体

超立方体; 超正方体

hypercube
超立方体结构

hypercube
超立方

hypercube \hypercube\ n.
A mathematical object existing in more than three dimensions,
analogous to the cube in that each two-dimensional facet of
the surface is a square; a generalization of a cube in more
than three dimensions.
[PJC]

A cube of more than three dimensions. A single (2^0 = 1)
point (or "node") can be considered as a zero dimensional
cube, two (2^1) nodes joined by a line (or "edge") are a one
dimensional cube, four (2^2) nodes arranged in a square are a
two dimensional cube and eight (2^3) nodes are an ordinary
three dimensional cube. Continuing this geometric
progression, the first hypercube has 2^4 = 16 nodes and is a
four dimensional shape (a "four-cube") and an N dimensional
cube has 2^N nodes (an "N-cube"). To make an N1 dimensional
cube, take two N dimensional cubes and join each node on one
cube to the corresponding node on the other. A four-cube can
be visualised as a three-cube with a smaller three-cube
centred inside it with edges radiating diagonally out (in the
fourth dimension) from each node on the inner cube to the
corresponding node on the outer cube.

Each node in an N dimensional cube is directly connected to N
other nodes. We can identify each node by a set of N
{Cartesian coordinates} where each coordinate is either zero
or one. Two node will be directly connected if they differ in
only one coordinate.

The simple, regular geometrical structure and the close
relationship between the coordinate system and binary numbers
make the hypercube an appropriate topology for a parallel
computer interconnection network. The fact that the number of
directly connected, "nearest neighbour", nodes increases with
the total size of the network is also highly desirable for a
{parallel computer}.

(1994-11-17)


请选择你想看的字典辞典:
单词字典翻译
Hypercube查看 Hypercube 在百度字典中的解释百度英翻中〔查看〕
Hypercube查看 Hypercube 在Google字典中的解释Google英翻中〔查看〕
Hypercube查看 Hypercube 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • regex - Adding ?nocache=1 to every url (including the assets like . . .
    But what I would like to do is to apply ?nocache=1 to every URL related to the site (including the assets like style css) so that I get the non cached version of the files
  • Is there a lt;meta gt; tag to turn off caching in all browsers?
    I noticed some caching issues with service calls when repeating the same service call (long polling) Adding metadata didn't help One solution is to pass a timestamp to ensure ie thinks it's a different http service request That worked for me, so adding a server side scripting code snippet to automatically update this tag wouldn't hurt:
  • Why both no-cache and no-store should be used in HTTP response?
    no-store should not be necessary in normal situations, and in some cases can harm speed and usability It was intended as a privacy measure: it tells browsers and caches that the response contains sensitive information that should never be written to a disk-based cache (or other non-volatile storage) How it works: Normally, even if a response is marked as no-cache by the server, a user agent
  • c# - Prevent Caching in ASP. NET MVC for specific actions using an . . .
    If your class or action didn't have NoCache when it was rendered in your browser and you want to check it's working, remember that after compiling the changes you need to do a "hard refresh" (Ctrl+F5) in your browser Until you do so, your browser will keep the old cached version, and won't refresh it with a "normal refresh" (F5)
  • Hide ?nocache query string but show its effects
    Use JS to append ?nocache (or better yet ?timestamp, where timestamp is the current Unix time, e g 1598155107) to the end of every linked URL (or timestamp if the URL already contains a query string) This solution uses jQuery but you could adapt it to vanilla JS:
  • caching - No cache in Node. js server - Stack Overflow
    I have read that to avoid caching in Node js, it is necessary to use: res header('Cache-Control', 'no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0'); But I don't
  • Difference between Pragma and Cache-Control headers?
    Pragma is the HTTP 1 0 implementation and cache-control is the HTTP 1 1 implementation of the same concept They both are meant to prevent the client from caching the response Older clients may not support HTTP 1 1 which is why that header is still in use
  • How do we control web page caching, across all browsers?
    Our investigations have shown us that not all browsers respect the HTTP cache directives in a uniform manner For security reasons we do not want certain pages in our application to be cached, eve
  • Best practice of using non-cacheable memory - Stack Overflow
    Are there any other good reasons to mark memory as non-cacheable? P S seems that marking memory as non-cacheable from user-space can be done through mmap() with MAP_NOCACHE flag, isn't it? UPD From wiki: Marking some memory ranges as non-cacheable can improve performance, by avoiding caching of memory regions that are rarely re-accessed
  • What is pips `--no-cache-dir` good for? - Stack Overflow
    From fastapi official doc The --no-cache-dir option tells pip to not save the downloaded packages locally, as that is only if pip was going to be run again to install the same packages, but that's not the case when working with containers Basically, there is no need to store whatever package cache you're installing locally since it is not required by docker containers





中文字典-英文字典  2005-2009