代码搜索:hash
找到约 10,000 项符合「hash」的源代码
代码结果 10,000
www.eeworm.com/read/120251/6079893
hash
// ---------------------------------------------------------------------------------------------------------------------------------
// _ _
// | | | |
// | |__ __ _ ___
www.eeworm.com/read/113165/6141863
hash
// ---------------------------------------------------------------------------------------------------------------------------------
// _ _
// | | | |
// | |__ __ _ ___
www.eeworm.com/read/493005/6403469
hash
NAME
hash - return the calc hash value
SYNOPSIS
hash(x_1 [, x_2, x_3, ...])
TYPES
x_1, x_1, ... any
return integer v, 0
www.eeworm.com/read/478667/6712927
hash
www.eeworm.com/read/225531/4795285
hash
#!/bin/sh
# Exercise a bug that was fixed in 4.0s.
# Before then, rm would fail occasionally, sometimes via
# a failed assertion, others with a seg fault.
. $srcdir/../expensive
if test "$VERBOSE" =
www.eeworm.com/read/420769/2064049
hash
Private keyHash
Private valHash
Private Sub Class_Initialize()
keyHash = Array()
valHash = Array()
End Sub
Private Sub Class_Terminate()
Erase keyHash
Erase valHash
End Su
www.eeworm.com/read/104056/15711164
hash
#!/bin/sh
# Exercise a bug that was fixed in 4.0s.
# Before then, rm would fail occasionally, sometimes via
# a failed assertion, others with a seg fault.
. $srcdir/../expensive
if test "$VERBOSE" =
www.eeworm.com/read/136989/5826738
h hash_map_hash.h
/* -*- C++ -*- */
// Hash_Map_Hash.h,v 1.1 2004/01/01 21:01:00 shuston Exp
#ifndef __HASH_MAP_HASH_H_
#define __HASH_MAP_HASH_H_
// Listing 1 code/ch05
// Key type that we are going to use.
www.eeworm.com/read/136989/5826754
cpp hash_map_hash.cpp
// Hash_Map_Hash.cpp,v 1.2 2004/01/02 23:12:18 shuston Exp
#include "ace/Hash_Map_Manager.h"
#include "ace/Synch.h" // Needed for the lock
#include "ace/Functor.h"
#include "DataElement.h"
#inc
www.eeworm.com/read/242657/4546768
h hash_map_hash.h
/* -*- C++ -*- */
// $Id: Hash_Map_Hash.h 69745 2005-12-02 08:45:34Z isisbuilds $
#ifndef __HASH_MAP_HASH_H_
#define __HASH_MAP_HASH_H_
// Listing 1 code/ch05
// Key type that we are going to use.
c