腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
Linux
hash.h
:使用快速散列例程
、
、
如何在代码中使用
hash.h
?我想编写一个快速的哈希表,它接受一个双精度值,并喷出一个指针。可以使用它吗?我在其中看不到任何与散列相关的常见例程。 索汉姆
浏览 5
提问于2011-02-10
得票数 0
回答已采纳
1
回答
使用Atom设置C++项目
、
我做了教程中的所有事情,一个不同的是,那个导师使用了Visual Studio,但它不支持
Linux
。我怎样才能消除错误?
hash.h
#include <string>#define HASH_H using namespace std; i
浏览 12
提问于2018-01-27
得票数 0
回答已采纳
1
回答
我需要在带有'special type‘的头文件中包含导入吗?
让我们来看下面的例子: //
hash.h
#define _HASH_H_ bool is_prime
浏览 13
提问于2021-04-15
得票数 1
回答已采纳
1
回答
在两个文件之间共享全局结构(在C中)
、
、
、
、
我有两个文件,main.c和hash.c 在hash.c中,我只有一个名为hashtable的空哈希表和一些函数(不是main),而在main.c中,我有main()函数和#include "
hash.h
浏览 2
提问于2017-08-24
得票数 2
2
回答
c++中的引用不明确
、
当我创建一个带有新的头文件"
hash.h
“、一个main.cpp和一个hash.cpp的新项目时,当我编译并运行main.cpp时,我得到一个错误,说我的"hash”是不明确的。这在Code::Blocks :)中完成#include <iostream>#include <string> index = hashObj.Hash("Amanda"
浏览 2
提问于2016-10-31
得票数 0
1
回答
带有std::散列的C++11中的模糊类定义错误
文件: hash.cppusing namespace std; { 档案:
hash.h
{ int Hash(string key);文件: main.cpp#include "
hash.h
浏览 1
提问于2014-03-13
得票数 2
回答已采纳
1
回答
在Makefile中在链接时定义变量的问题
、
、
、
、
hash_function.o 7 10 12 $(CC) $(LDFLAGS) hash.cpp13 15
浏览 5
提问于2014-03-26
得票数 0
回答已采纳
1
回答
对头文件函数的未定义引用
、
、
、
hash.h
#include <cstdlib>using namespace std; }; hash.cpp#include <cstdlib>} ma
浏览 4
提问于2014-03-21
得票数 0
回答已采纳
1
回答
glibc编译系统
、
、
我已经实现了一个自定义哈希表实现。源代码是包括在glib中作为一个单独的目录‘散列’放置与现有的像malloc,信号等。谁能告诉我需要做什么才能使glibc使系统意识到额外的散列目录。任何指针都会很有帮助。
浏览 1
提问于2011-10-19
得票数 0
3
回答
C++错误"X未在此作用域中声明“
、
、
\src\
hash.h
: At global scope:..\src\
hash.h
:71: warning: unused variable 'data1'..\src\
hash.h
:113: warning: unused variabl
浏览 0
提问于2011-04-10
得票数 0
回答已采纳
3
回答
在结构中创建数组?分段故障
、
、
main.c #include "
hash.h
" { HTinfo *head; return 0;hash.c #include <stdlib.h> for (i=0; i <
浏览 1
提问于2014-01-04
得票数 1
回答已采纳
1
回答
当我试图在windows上使用Cygwin交叉编译Libcork时,我得到了一个错误(windows中存在类似版本的ipset)。
、
、
、
、
它就像
Linux
( IP_SETS )中的IP_SETS一样。我在尝试cmake时遇到一个错误 包含在文件中 /cygdrive/c/users/dines/downloads/ipset/libcork/include/libcork/core/
hash.h
:16Unknown endianness"/cygdrive/c/users/dines/downl
浏览 25
提问于2021-01-22
得票数 1
1
回答
链接器错误未定义符号C++
、
链接器的错误给我带来了很多麻烦。这是我最近收到的。"XMLObject::~XMLObject()", referenced from: std::__1::__split_buffer<XMLObject, std::__1::allocator<XMLObject>&>::~__split_buffer() in hash.o ld: symbol(s) not f
浏览 4
提问于2014-05-02
得票数 1
回答已采纳
10
回答
C编译: collect2:错误: ld返回1退出状态
、
、
超级简单的代码,无法理解问题出在哪里#include <stdlib.h>#include "dict.h"#define _DICT_H_ ...#endif#include <stdio.h> #includ
浏览 7
提问于2014-12-21
得票数 18
回答已采纳
2
回答
调用哈希类函数
、
hash.h
public: int hashCode(char, char);hash.cpp#include <iostream>driver.cpp#include <alg
浏览 0
提问于2014-11-27
得票数 0
1
回答
如何使用<
linux
/
hash.h
>中的hash_ptr()函数?
、
、
根据
hash.h
,hash_ptr()如下所示:我只是有点搞不懂参数的作用
浏览 2
提问于2014-03-03
得票数 0
回答已采纳
2
回答
如何从嵌套的模板化类中创建静态库?
、
我在C++中有一些类,我想在其中创建一个静态库。其中一个类是一个散列表类,它使用另外两个类来创建对象。我尝试使用另一个来回答另一个问题,但我生成的库似乎没有定义我在测试程序中编写的任何内容。我尝试了在两个文件中的所有声明和实现,并将其分离到headers/source中,但排列似乎无关紧要。如何将我的类放入静态libHash.a?
浏览 1
提问于2012-05-05
得票数 1
2
回答
从
Linux
中的C++库调用C++函数
我想从
linux
上的C++库中调用一个函数。我有一个图书馆的共享对象。我想调用从ydmg库返回int的方法getAge()。以下是我所写的代码:#include "ydmg/bd.h"#include "dlfcn.h" }; gcc -fPIC -shared -l s
浏览 10
提问于2011-10-31
得票数 0
4
回答
函数的类型,如何使用-简单示例
、
、
typedef int (*HashFunc) (pKey key, int size);新标题:#define _DICT_H_ C文件#include <stdlib.h>#include "
hash.h
浏览 3
提问于2014-12-19
得票数 1
回答已采纳
1
回答
wolfcryp解析密钥分段失败
、
、
、
APIs for Signing and Verification */#include "wolfssl/wolfcrypt/
hash.h
浏览 17
提问于2019-12-26
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Linux DNS 查询剖析 Linux 中国
Manjaro Linux 22.0 发布|Linux 中国
Alpine Linux 3.18 发布|Linux 中国
Linux基础(3)linux命令3
linux高级课程-在Linux中编程
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券