|
hash 音标拼音: [h'æʃ] n. 无用信息,杂乱信号,杂烩,复述
vt. 切细,搞糟,推敲
n. 无用信息,杂乱信号 无用资讯,杂乱信号,杂烩,复述切细,搞糟,推敲无用资讯,杂乱信号 hash杂凑
hash杂凑总计 hash散列 hash n 1: chopped meat mixed with potatoes and browned 2: purified resinous extract of the hemp plant; used as a hallucinogen [ synonym: { hashish}, { hasheesh}, { haschisch}, { hash}] v 1: chop up; " hash the potatoes" Hash \ Hash\, v. t. [ imp. & p. p. { Hashed} ( h[ a^] sht); p. pr. & vb. n. { Hashing}.] [ From { Hash}, n.: cf. F. hacher to hash.] To chop into small pieces; to mince and mix; as, to hash meat. -- Hudibras. Hasheesh
Hash \ Hash\ ( h[ a^] sh), n. [ Formerly hachey, hachee, F. hachis, fr. hacher to hash; of German origin; cf. G. hippe sickle, OHG. hippa, for happia. Cf. { Hatchet}.] 1. That which is hashed or chopped up; meat and vegetables, especially such as have been already cooked, chopped into small pieces and mixed. [ 1913 Webster] 2. A new mixture of old matter; a second preparation or exhibition. [ 1913 Webster] I can not bear elections, and still less the hash of them over again in a first session. -- Walpole. [ 1913 Webster] 3. Hashish. [ slang] [ PJC]
octothorp \ oc" to* thorp\, octothorpe \ oc" to* thorpe\, n. [ octo- eight thorp Etymology of thorp uncertain. ( ca. 1965). See quote below. Possibly derived from octalthorpe or octotherp ( once used by the Bell System?).] A typographic symbol (#) having two vertical lines intersected by two horizontal lines. It is also called the { crosshatch}, { hash}, { numeral sign} and { number sign}; in the U. S. it is commonly called the { pound sign}, especially to designate the symbol as used on digital telephone dials, but this can be confusing to Europeans who think of the pound sign as the symbol for the British pound. It is commonly used as a symbol for the word number; as in # 36 ( meaning: number thirty- six). [ PJC] octothorp Otherwise known as the numeral sign. It has also been used as a symbol for the pound avoirdupois, but this usage is now archaic. In cartography, it is also a symbol for village: eight fields around a central square, and this is the source of its name. Octothorp means eight fields. -- Robert Bringhurst ( The Elements of Typographic Style ( 2d edition, 1996), Hartley & Marks, Publishers, Point Roberts, WA; Vancouver, BC, Canada, p. 282) [ Joel Neely] 203 Moby Thesaurus words for " hash": DET, DMT, LSD, Mary Jane, STP, THC, acid, admix, all sorts, alloy, amalgamate, antidepressant, arsy- varsiness, aspic, assemblage, assortment, ataractic, bad job, barbecue, bemingle, bevue, blend, blunder, bobble, boggle, boiled meat, bollix, bonehead play, boner, boo- boo, botch, botchery, bouilli, broad spectrum, bugger up, bungle, butcher, civet, clumsy performance, clutter, coalesce, combine, commingle, commix, compose, compound, concoct, confusion, conglomerate, conglomeration, diethyltryptamine, dimethyltryptamine, disaster, emulsify, error, etourderie, farrago, fiasco, flesh, flub, fluff, flunk, foozle, forcemeat, foul up, fumble, fuse, gage, gallimaufry, game, ganja, gaucherie, grass, hachis, hallucinogen, hash up, hashish, hay, helter- skelter, hemp, higgledy- piggledy, hodgepodge, homogenize, hotchpot, hotchpotch, hugger- mugger, hysteron proteron, immingle, immix, integrate, interblend, interlace, interlard, intermingle, intermix, intertwine, interweave, jerky, joint, jugged hare, jumble, jungle, kava, knead, litter, louse up, magpie, mangle, marijuana, mash, meat, medley, melange, menue viande, merge, mescal, mescal bean, mescal button, mescaline, mess, mess up, mince, mind- altering drug, mind- blowing drug, mind- expanding drug, mingle, mingle- mangle, miscellany, miscue, mishandle, mishmash, mismanage, mistake, mix, mix up, mix- up, mixed bag, mixture, morning glory seeds, muddle, muff, mull, muss, odds and ends, off day, olio, olla podrida, omnium- gatherum, pasticcio, pastiche, patchwork, pemmican, peyote, pot, pot roast, potpourri, psilocin, psilocybin, psychedelic, psychic energizer, psychoactive drug, psychochemical, psychotomimetic, reefer, roach, roast, ruin, rummage, sad work, salad, salmagundi, sauce, sausage meat, scramble, scrapple, screw up, shambles, shuffle, slip, snafu, spoil, stew, stick, stir up, stumble, syncretize, tea, throw together, topsy- turviness, topsy- turvydom, toss together, tranquilizer, trip, tumble, turmoil, unholy mess, venison, viande, washout, weed, welter, what you will, work
|
安装中文字典英文字典查询工具!
中文字典英文字典工具:
英文字典中文字典相关资料:
- 到底什么是哈希值,哈希值到底是怎么生成的,有什么用? - 知乎
由于他的调皮,导致客户挑妹纸的时间大幅延长,从10秒到了800秒。 在代码中,一般都有一些比较复杂的算法去运算而得出这个hash值,一旦破解了这个算法,就又可以调皮啦。 在JAVA中,hash算法在HashMap中有体现,有兴趣的可以去看看源码。
- 什么是 hash? - 知乎
提到hash,相信大多数同学都不会陌生,之前很火现在也依旧很火的技术区块链背后的底层原理之一就是hash,下面就从hash算法的原理和实际应用等几个角度,对hash算法进行一个讲解。 1、什么是Hash Hash也称散列、哈希,对应的英文都是Hash。
- C++ 11的std::hash算法,使用了什么实际的哈希实现? - 知乎
Jenkins哈希函数(One-at-a-Time hash):由Bob Jenkins设计,它旨在提供一个快速计算并且分布均匀的哈希值。 CRC32:循环冗余校验(CRC)的一种形式,主要用于检测数据中的小错误,但有时也用作哈希函数。
- 如何通俗易懂地解释Hash算法的作用? - 知乎
(2) 数字签名 Hash 算法也是现代password体系中的一个重要组成部分。 因为非对称算法的运算速度较慢,所以在数字签名协议中,单向散列函数扮演了一个重要的角色。 对 Hash 值,又称"数字摘要"进行数字签名,在统计上能够觉得与对文件本身进行数字签名是等效
- DHT网络获取了HASH,怎么通过算法将HASH转为磁力链? - 知乎
DHT网络中通过算法将HASH转化为磁力链的具体方法和步骤解析。
- 什么是哈希函数?业界最常用的hash函数是什么? - 知乎
比如在Java中,一个对象的hash code 是一个32位的二进制数,它是根据对象的属性值简单计算出来的,这个hash code是所有对象的属性值一起混淆的结果。 再比如,在某些集合和数据库中,常常使用一个对象或者字段的hash code来建立索引,方便进行数据查找。
- hash算法的数学原理是什么,如何保证尽可能少的碰撞? - 知乎
hash相当与把值映射到另外一个空间。 第一个答案这一句话很对,说到了要点。 再详细一点,hash函数相当于,把原空间的一个数据集映射到另外一个空间。 所以说理论上的完美无碰撞需要映射到的空间不小于原空间。但实践中是不会这么去做。 如何减少碰撞概率,我觉得应该可以从三个方面考虑的
|
|