代码搜索:Hashtable
找到约 7,854 项符合「Hashtable」的源代码
代码结果 7,854
www.eeworm.com/read/309344/13673872
c hashtable.c
/******************************************************************************
File: hashtable.c
Authors: John Carpinelli (johnfc@ecr.mu.oz.au)
Wayne Salamonsen (wbs@mundil.cs.mu.
www.eeworm.com/read/308831/13689935
h hashtable.h
#pragma once
#include ".\hashelem.h"
#define MAX_HASH_LENGTH 1024//*1024
class CHashTable
{
private:
CHashElem **m_pHashSlots ;
int m_HashSize;
int m_ElemNum;
int GetHa
www.eeworm.com/read/308831/13689937
cpp hashtable.cpp
#include "StdAfx.h"
#include ".\hashtable.h"
CHashTable::CHashTable(int size)
{
if(size < MAX_HASH_LENGTH)
{
size = MAX_HASH_LENGTH;
}
this->m_pHashSlots = new CHashElem*[size];
for(
www.eeworm.com/read/305667/13763642
cls hashtable.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/136019/13878274
h hashtable.h
/*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/150037/5694428
hh hashtable.hh
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/147766/5723406
s hashtable.s
/*
* arch/ppc/kernel/hashtable.S
*
* $Id: hashtable.S,v 1.6 1999/10/08 01:56:15 paulus Exp $
*
* PowerPC version
* Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
* Rewritten by
www.eeworm.com/read/140727/5781449
h hashtable.h
// file: $isip/class/dstr/HashTable/HashTable.h
// version: $Id: HashTable.h,v 1.58 2001/12/28 15:22:06 alphonso Exp $
//
// make sure definitions are made only once
//
#ifndef ISIP_HASH_TABLE
#defin
www.eeworm.com/read/139308/5802961
h hashtable.h
/*
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the Licens
www.eeworm.com/read/139308/5802964
c hashtable.c
/*
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
csompliance with the License. You may obtain a copy of the Licen