<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5620&amp;type=atom" />
	<updated>2011-03-23T05:47:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5620</id>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46660#p46660" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>alexii пишет:</cite><blockquote><p>... Не понял.</p></blockquote></div><p>Мой вывод оказался слишком поспешным. Дело в том, что я почему-то вбил себе в голову, что значения хэшей напрямую связаны с алфавитным порядком символов в строке, для которой вычисляется ключ. Увы, это не так.</p>]]></content>
			<author>
				<name><![CDATA[Dmitrii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=13351</uri>
			</author>
			<updated>2011-03-23T05:47:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46660#p46660</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46647#p46647" />
			<content type="html"><![CDATA[<p><strong>Dmitrii</strong>, поясните, пожалуйста. Не понял.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-03-22T23:42:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46647#p46647</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46595#p46595" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Xameleon пишет:</cite><blockquote><p>... вариантов для применения не вижу.</p></blockquote></div><p>Думается, она будет очень полезной для очень быстрой сортировки массива строк. Скажем, за 2 (от силы - 3) прохода при любом количестве элементов.</p>]]></content>
			<author>
				<name><![CDATA[Dmitrii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=13351</uri>
			</author>
			<updated>2011-03-22T18:14:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46595#p46595</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46587#p46587" />
			<content type="html"><![CDATA[<p>Полезная функция. Надо взять на заметку. ) Но пока и я вариантов для применения не вижу.</p>]]></content>
			<author>
				<name><![CDATA[Xameleon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=8836</uri>
			</author>
			<updated>2011-03-22T17:34:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46587#p46587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46579#p46579" />
			<content type="html"><![CDATA[<p>Скорее всего, этот внутренний метод предназначен для «укорачивания» Keys, для того чтобы быстрее осуществлять поиск внутри Dictionary.</p>]]></content>
			<author>
				<name><![CDATA[JSmаn]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24434</uri>
			</author>
			<updated>2011-03-22T16:18:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46579#p46579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46572#p46572" />
			<content type="html"><![CDATA[<p>Я — видел. Пользовать — не пользовал.</p>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2011-03-22T14:46:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46572#p46572</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[VBS: HashVal - cкрытый метод Scripting.Dictionary]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=46563#p46563" />
			<content type="html"><![CDATA[<p>Господа. Обнаружил у объекта <strong>Scripting.Dictionary</strong> метод хэширования - <strong>HashVal</strong>. Я так понял он необходим объекту для внутренней работы. Дабы ускорять работу поиска по коллекции.</p><div class="codebox"><pre><code>Set Dict = CreateObject(&quot;Scripting.Dictionary&quot;)
MsgBox Dict.HashVal(&quot;абвгдежзикл&quot;)</code></pre></div><p>Интересно, кто нибудь его использовал на практике ?</p>]]></content>
			<author>
				<name><![CDATA[Xameleon]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=8836</uri>
			</author>
			<updated>2011-03-22T13:29:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=46563#p46563</id>
		</entry>
</feed>
