Examples of using Hash table in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
They use the hash table instead.
The"BIOS Age" property is specified in a hash table.
Specifies a hash table of the namespaces used in the XML.
The name-value pair is passed on the command-line as a hash table.
A hash table, also known as a dictionary or associative array.
Once all input records are processed, the hash table is returned as the result.
Then I set up a hash table linking the TLDs with the respective WHOIS servers.
The ConvertFrom-StringData cmdlet converts the strings into a hash table and stores.
To use a hash table in scripts and commands, save it in a variable.
The SALES_DATE index can be used to load the hash table if the join order is reversed.
Specifies a hash table that is sent directly to the session configuration without interpretation.
Hashtable ConvertFrom-StringData returns a hash table that it creates from the key/value pairs.
This hash table is available to the session configuration as a property of the PSSenderInfo class.
The"Start Day" property is added by using a hash table with Name and Expression keys.
For example,localize your user messages for the de-DE locale and format them in a hash table.
When minimizing the hash table size, the relevant factor is not the number of rows but the memory footprint.
A rather different approach to optimizinghash join performance is to minimize the hash table size.
Reduce the hash table size to improve performance; either horizontally(less rows) or vertically less columns.
These commands demonstrate that ConvertFrom-StringData actually converts a here-string to a hash table.
The ConvertFrom-StringData cmdlet converts the strings into a hash table and stores them in the$msgtable variable.
The hash table uses an Expression key to specify the property name and an Ascending or Descending key to specify the sort order.
The script also includes an Import-LocalizedData command, which imports a hash table of translated text strings from the TestScript.
One thing to be aware of is that the JWT payload is merely encoded and signed, not encrypted,so don't put any sensitive data in the hash table.
To create a calculated, property, create a hash table with an Expression key that specifies a string or script block value.
The TCP/IP fragment reassembly handling allows remote attackers to cause a denial of service(CPU consumption)via packets that cause a large number of hash table collisions.
However, because the only type that you can add to a hash table is another hash table, all other assignments fail.
The keys in the hash table define a filter that selects events from the Application log that were written by the Application Error provider and include the phrase"iexplore. exe.
The value of the property parameter can be a calculated property,which is a hash table that specifies a name and calculates a value for the property display.
Figure 3.5 shows hashing with chaining in a hash table with 4 slots and 7 numbers stored. Figure 3.5. Hashing with chaining.
This type is optimized for several different uses; it can be treated as an array,list(vector), hash table(an implementation of a map), dictionary, collection, stack, queue, and probably more.