E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
_cplusplus
C语言#error和#line使用方法
C语言#error和#line使用方法一、使用方法:1、#error方法:2、#line方法:二、代码测试:1、#error#include#ifdef__
cplusplus
#errorthisfileshouldbeprocessedwithC
华哥-2088
·
2020-07-02 08:06
C/C++语言
嵌入式开发
vi和vim编辑器
gcc编译器学习
STL中rel_ops说明
关于STL中rel_ops说明,相信大家已经在网上看到很多关于这个的解释和说明,但是很多只有一点说明,并未说明原因,本人水平实在不高,但愿意说说自己的看法,>http://www.
cplusplus
.com
landihao
·
2020-07-02 07:34
C++11标准库学习
extern c 解析
*/#ifdef__
cplusplus
}#endif但是它到底有什么用呢?下面我们来介绍这样的用法。流程1.
小东邪啊
·
2020-07-02 03:56
泛型编程 模板 Traits Tag 类型生成器 对象生成器 策略类
发信人:ajaxchelsea(苏梦枕),信区:
CPlusPlus
标题:Re:我的痛处:怎样才算精通C++(推荐资料)发信站:BBS水木清华站(FriSep511:00:152003),转信【在cxwangyi
彬彬在线
·
2020-07-02 02:08
C/C++编程知识
C++容器用法简介——stack
C++容器用法简介——stack翻译自
cplusplus
原文链接一、简介stack是一种容器适配器(STL的容器分为顺序容器和关联容器,容器适配器,是对这两类容器进行包装得到的具有更强的约束力的容器),
gscsdlz
·
2020-07-02 01:10
C++技巧
C++
算法
栈
stl
Golang 通过 cgo 调用 C/C++ 静态库(一)
ifndefHELLO_H_#defineHELLO_H_#ifdef__cplusplusextern"C"{#endifexterninthello(char*name,intage);#ifdef__
cplusplus
疯疯癫癫
·
2020-07-01 23:42
Golang
'\0'、'0'、0 和 NULL 的区别
,本质上就是04)NULL是一个表达式,是强制类型转换为void*类型的0,本质是0再谈NULL,NULL不是C语言关键字,本质上是一个宏定义,在C/C++中NULL的标准定义是这样的:#ifdef_
cplusplus
物联网研究室
·
2020-07-01 23:41
C/C++
.c和.cpp 的 区别
由于C++编译器会自动定义__
cplusplus
宏,所以在C语言头文件中采用这种结构可以保证无论使用何种编译器,生成的目标文件都具有C链接特性,能够与标准C编译器所生成的目标文件相链接。通常c/c+
fengda2870
·
2020-07-01 23:37
C/C++
C++中标准库std::string的实现
以下实现了C++标准模板库中std::string中的部分实现,参考了
cplusplus
.关于C++中标准模板库std::string的介绍和用法可以参考:https://blog.csdn.net/fengbingchun
fengbingchun
·
2020-07-01 23:03
C/C++/C++11
C++中标准模板库std::pair的实现
以下用C++实现了标准模板库中的std::pair实现,参考了
cplusplus
和vs2013中的utility文件。
fengbingchun
·
2020-07-01 23:03
C/C++/C++11
c++ 的map、iterator用法
https://blog.csdn.net/bangdingshouji/article/details/73028424参考:资料一:http://www.
cplusplus
.com/reference
迷之程序员
·
2020-07-01 18:15
C++
C/C++编程心得
http://antkillerfarm.github.io/参考资料http://www.
cplusplus
.com/这个网站可以查到C++的标准库的用法。
antkillerfarm
·
2020-07-01 17:27
C++中struct 与class 的比较
以下来自http://www.runoob.com/
cplusplus
/cpp-classes-objects.html的大神的笔记评论还有blog:http://blog.sina.com.cn/s/
SeaIsGod
·
2020-07-01 13:54
C/C+
NULL,0,\0,'0'的区别
在VS2013的库文件string.h中可以看到定义:1/*DefineNULLpointervalue*/2#ifndefNULL3#ifdef__
cplusplus
4#defineNULL05#else
Miss_Monster
·
2020-07-01 11:09
C语言
upper_bound 和lower_bound彻底搞懂
1.问题引出今天在查看ORB_SLAM2注释版源码keyframe.cpp文件的时候,发现注释者的意见://http://www.
cplusplus
.com/reference/algorithm/upper_bound
水木元
·
2020-07-01 10:42
C++
ORB_SLAM2
[Video and Audio Data Processing] 截取部分PCM16LE单声道音频采样数据
0.代码extern"C"{#ifdef__
cplusplus
#define__STDC_CONSTANT_MACROS#endif}extern"C"{#include#include#include
1byte不等于8bit
·
2020-07-01 08:11
视音频数据处理
[Video and Audio Data Processing] 将YUV420P像素数据去掉颜色(变成灰度图)
0.代码如下:extern"C"{#ifdef__
cplusplus
#define__STDC_CONSTANT_MACROS#endif}extern"C"{#include#include#include
1byte不等于8bit
·
2020-07-01 08:11
视音频数据处理
[Video and Audio Data Processing] 将PCM16LE双声道音频采样数据的声音速度提高一倍
0.代码extern"C"{#ifdef__
cplusplus
#define__STDC_CONSTANT_MACROS#endif}extern"C"{#include#include#include
1byte不等于8bit
·
2020-07-01 08:11
视音频数据处理
C++之IO操作
以下的内容查阅参考了:《C++primer》第四版以及C++的在线文档:http://www.
cplusplus
.com/reference/C++使用标准库来处
橙橙子的故事
·
2020-07-01 07:28
C++
C代码调用C++代码方法示例
C++代码调用C代码只要分别在包含的C头文件的开头和结尾加上如下的两个块:#ifdef__cplusplusextern"C"{#endif和#ifdef__
cplusplus
}#endifC代码调用C
panamera12
·
2020-07-01 06:49
C++
C/C++中NULL,'\0','0',0的区别
defined(NULL)&&defined(__NEEDS_NULL)#ifdef__
cplusplus
#defineNULL0#else#defineNULL((void*)0)#endif#endif2
年少挽滑稽世无双
·
2020-07-01 04:38
C/C++
C++中标准模板库std::vector的实现
以下实现了C++标准模板库std::vector的部分实现,参考了
cplusplus
.关于C++中标准模板库std::vector的介绍和用法可以参考https://blog.csdn.net/fengbingchun
fengbingchun
·
2020-07-01 02:37
C/C++/C++11
[Video and Audio Data Processing] 生成灰阶测试图
0.不逼逼,可以编译通过的代码如下以下写了详细注释:extern"C"{#ifdef__
cplusplus
#define__STDC_CONSTANT_MACROS#endif}extern"C"{#include
1byte不等于8bit
·
2020-07-01 01:28
视音频数据处理
C++——std::String
所以在这一篇博客,就根据
CPlusPlus
官网中中的内容做一个整理。自己整理之外,还有一些优秀的整理资料可供参考:std::string用法总结。string类与头文件包含string即为字符串。st
复习复习复习!
·
2020-06-30 20:55
C++
C和C++混合编程(__
cplusplus
与 external "c" 的使用)
通常,在C语言的头文件中经常可以看到类似下面这种形式的代码:#ifdef__cplusplusextern"C"{#endif/****somedeclarationorso*****/#ifdef__
cplusplus
yy_9117
·
2020-06-30 11:46
linux相关开发
c++ scanf函数
官方介绍http://www.
cplusplus
.com/reference/cstdio/scanf/Cstringthatcontainsasequenceofcharactersthatcontrolhowcharactersextractedfromthestreamaretreated
yrk0556
·
2020-06-30 09:08
c++
linux下如何将c++程序编译成so,如何调用该so文件
下面就说明一下如何生成c++程序的so文件,以及如何在c++程序中调用该so文件==========test.h===========#ifdef__
cplusplus
//extern"C"{#endifclassTest
白山黑土
·
2020-06-30 08:26
linux_shell
关于#ifdef __
cplusplus
extern
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
yangfei_1108
·
2020-06-30 05:35
c/c++
#ifdef __
cplusplus
的作用
#ifdef__
cplusplus
引自:https://www.cnblogs.com/stonecrazyking/archive/2006/09/23/512552.html看到一篇总结很到位的文章
xzf586
·
2020-06-30 05:48
stm32学习
VS中出现 inline”之后应输入“(”错误问题解决方法
defined(__
cplusplus
)#defineinline__inline#endif参考资料1.C语言inline函数介绍http://blog.chi
wsh6759
·
2020-06-29 20:19
代码相关
对于特殊数据类型如:off_t输出
如果需要更加高精度的结果可以参考
cplusplus
比如int64_t,但需要注意的是,此时%lld输出只适合在32位平台上。
飞天王八易
·
2020-06-29 11:24
iOS - UIKIT_EXTERN
图片源于网络UIKIT_EXTERN//UIKitDefines.h#ifdef__
cplusplus
#defineUIKIT_EXTERNextern"C"__attribute__((visibility
SkyMing一C
·
2020-06-29 08:19
C++ 模板:奇特递归模板模式(Curiously Recurring Template Pattern -CRTP)和 静多态(Static polymorphism)...
PreferCuriouslyRecurringTemplatePattern(CRTP)toTemplatePattern:http://www.codeproject.com/Tips/537606/
Cplusplus
-Prefer-Curiously-Recurring-Template-Patt
weixin_34279579
·
2020-06-28 15:49
转载:C++变量命名规则
匈牙利命名法的来历和介绍分类:
CPlusPlus
匈牙利命名法是一种编程时
weixin_34198453
·
2020-06-28 13:55
[转]redis服务器与客户端保活参数(tcp-keepalive)设置
最近使用redis的list做跨进程的消息队列,客户端使用的是redis-
cplusplus
-client.这个client库还是蛮好用的,提供了和redis命令行一致的接口,很方便。
weixin_30894389
·
2020-06-28 02:03
openCV第一集__Mat - 基本像图容器及ios上的集成
项目中,然后导入下方4个库如果要真机调试请将xcode中的bitcode关闭为了更加方便的使用openCV中的类库,建议在pch文件中导入一下代码#definePch_pch#import#ifdef__
cplusplus
littleDad
·
2020-06-27 22:16
STL中,back_insert_iterator与back_inserter的区别。
1.参考http://www.
cplusplus
.com网站关于back_insert_iterator与back_inserter的介绍之后,我总算明白了:back_insert_iterator,顾名思义是个迭代器
weixin_30378623
·
2020-06-27 18:28
#ifdef__
cplusplus
主要实现C与C++的相互调用
#ifdef__
cplusplus
主要实现C与C++的相互调用主要实现C与C的相互调用问题c.h的实现#ifndef_c_h_#define_c_h_#ifdef__cplusplusextern/"C
weixin_30311605
·
2020-06-27 15:15
#ifdef __
cplusplus
extern “C” { #endif的作用!
#ifdef__cplusplusextern“C”{#endif //代码 #ifdef__
cplusplus
}#endif解释:(1)cpp中对函数的重载处理。
魏波-
·
2020-06-27 14:12
C语言
DSP28377 -CMD文件(一)
#ifdef__
cplusplus
#pragmaDATA_SECTION("AdcaReg
wangyuying0909
·
2020-06-27 13:35
dsp
c++中vector的=(赋值)操作是深复制
首先是原文http://www.
cplusplus
.com/reference/vector/vector/operator=/Assignsnewcontentstothecontainer,replacingitscurrentcontents
GreenPill
·
2020-06-27 08:42
c++
关于“#ifdef __
cplusplus
” 和 " extern "C" 的问题
解释一时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
踏莎行hyx
·
2020-06-27 03:25
C/C++
Double为什么会丢失精度?
斯蒂芬朱
cPlusPlus
2019-07-1209:20:00前言:在工作中,谈到有小数点的加减乘除都会想到用BigDecimal来解决,但是有很多人对于double或者float为啥会丢失精度一脸茫然
师太,老衲把持不住了
·
2020-06-27 00:35
嵌入式 #ifdef __
cplusplus
与extern "C" { #endif 的解
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
skdkjzz
·
2020-06-26 12:09
嵌入式
C ++ list 用法整理(官网例子)
本文的例子都来自官网的介绍:http://www.
cplusplus
.com/reference/list/list/文章目录list实现list定义和初始化list函数介绍迭代器容量元素访问更改lis
在到处之间找我
·
2020-06-26 12:27
#
C/C++
“#ifdef __
cplusplus
extern "C" { #endif”的定义
//xxx.h#ifdef__cplusplusextern"C"{#endif//代码#ifdef__
cplusplus
}#endif主要作用:为了在C++代码中调用用C写成的库文件,就需要用extern"C
哈尔滨的酸柠檬
·
2020-06-26 11:06
C/C++
iOS开发
QT学习1:C++学习
目录0.C++常见的表示符1.C++的注释:2.数据类型3.界面字符4.存储类5.CLASSC++菜鸟教程:http://www.runoob.com/
cplusplus
/cpp-tutorial.htmlC
一直走向深渊的迷途羔羊
·
2020-06-25 19:19
QT开发
c++基础(虚函数)
Cplusplus
-tutorial-in-hindi.jpg虚函数在c++的继承体系中是一个非常重要概念,让我们可以在子类中复写父类的方法。
zidea
·
2020-06-25 16:21
C++接口函数(c中调用c++函数extern)
cplusplusextern"C"{#endifconstchar*dmNmsAgentGetFirstPeerId();constchar*dmNmsAgentGetNextPeerId();#ifdef__
cplusplus
Yeena_娜
·
2020-06-25 09:50
c++
CCS 中 #ifdef __
cplusplus
extern "C" { #endif的用法
CCS中用C++时C编译源代码代码分析目的总结源代码在CCS中常常有以前的代码,常在.h文件中出现#ifdef__cplusplusextern"C"{#endif*一段代码#ifdef__
cplusplus
紫宸094
·
2020-06-25 01:19
DSP
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他