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
队列的基本操作
structComm.h//定义各种结构的头文件#ifndef STRUCTCOMM_H_INCLUDED#define STRUCTCOMM_H_INCLUDED#undef NULL#ifdef __
cplusplus
科大C2504
·
2017-07-09 09:41
算法
数据结构
数据结构和算法
二叉查找树
bsTree.h#ifndef BSTREE_H_INCLUDED#define BSTREE_H_INCLUDED#undef NULL#ifdef __
cplusplus
#define NULL
科大C2504
·
2017-07-09 09:12
算法
数据结构
数据结构和算法
红黑树的基本操作
rbTree.h#ifndef RBTREE_H_INCLUDED#define RBTREE_H_INCLUDED#undef NULL#if defined(__
cplusplus
) #define
科大C2504
·
2017-07-09 09:12
算法
数据结构
数据结构和算法
c++11 多线程(5) future 总结
本文参考http://www.
cplusplus
.com/reference/future/和http://en.cppreference.com/w/cpp/header/future学习。
jorion
·
2017-06-12 21:45
C++学习笔记(基础语法)
声明一个结构体类型BooksstructBooks{chartitle[50];charauthor[50];charsubject[100];intbook_id;};http://www.runoob.com/
cplusplus
smallstrong
·
2017-06-12 17:45
c++11新特性总结和boost库的使用
、__
cplusplus
宏用于c和c++混编,非布尔值还可以判断是否支
Blues1021
·
2017-06-12 07:00
Windows环境下创建并使用动态链接库(CodeBlocks版)
#ifndefMAIN_H#defineMAIN_H#ifdef__
cplusplus
#defineEXPORTextern"C"__declspec(dllexpor
Nicetomeetu-
·
2017-06-10 18:58
多平台应用开发
Windows环境下创建并使用动态链接库(CodeBlocks版)
#ifndefMAIN_H#defineMAIN_H#ifdef__
cplusplus
#defineEXPORTextern"C"__declspec(dllexpor
Nicetomeetu-
·
2017-06-10 18:58
多平台应用开发
c++11 多线程(3)atomic 总结
本文参考http://www.
cplusplus
.com/reference/atomic/和http://en.cppreference.com/w/cpp/header/atomic学习。
jorion
·
2017-05-25 23:50
namespace in c++用法详解
//原文https://www.tutorialspoint.com/
cplusplus
/pdf/cpp_namespaces.pdfConsiderasituation,whenwehavetwopersonswiththesamename
OFShare
·
2017-05-21 22:42
Love_C++
c++11 多线程(1) thread 总结
本文主要是针对C++中多线程并发操作参见(
cplusplus
)进行解释,文章从下面几个方面进行学习,分别介绍多线程中会使用到的几个文件学习。
jorion
·
2017-05-21 17:57
C Plus Plus 实现文件读写
CPlusPlus
实现文件读写Scarborough_Coral前面介绍了C语言的文件读写,下面我们将介绍C++的文件操作。在C++的文件操作中,需要文件流对象,有了对象才能对文件进行操作。
Scarborough_Coral
·
2017-05-11 17:03
C++
C++程序设计
c++的扩展名一般为cpp(
cplusplus
)。
张立达
·
2017-05-03 16:04
程序设计
编译器
执行文件
关于iOS的枚举
__
cplusplus
&&__has_feature(objc_fixed_enum))#defineNS_ENUM(_type,_name)en
平谦
·
2017-04-20 11:40
STL之containers和-Reference
http://www.
cplusplus
.com/reference/里面有STL各种容器和算法的用法,特别官方~特别好~使用的时候需要加上相应的头文件
code_caq
·
2017-04-08 16:30
stl
算法
Algorithms
C++
Data
Structure
nullptr与null
typedefdecltype(nullptr)nullptr_t;#ifndefNULL#ifdef__
cplusplus
#defineNULL0#else#defineNULL((void*)0)#
LaoJiu_
·
2017-03-31 09:52
C++
C++11的时间新特性之high_resolution_clock
http://www.
cplusplus
.com/reference/只要了解两个主要内容就可以打印出我们想要的时间单位。(秒,毫秒,微妙,纳秒,等等)。
cw_hello1
·
2017-03-26 17:13
Linux
C++中find()函数的使用方法
blog.csdn.net/youxin2012/article/details/9162415(貌似404了)授人以鱼不如授人以渔:我查这种函数怎么用(尤其STL)的时候,一般都是去这个网站http://www.
cplusplus
.com
flyyufenfei
·
2017-03-23 10:47
数据结构与C++
C和C++的区别和联系(扩展知识)
区别与联系;关于C和C++的区别是面试中经常会被问到的问题,本着即将面试的心态,进行知识整理,并对小知识点进行扩展;C/C++的联系:C++是C的超集,兼容大部分C的语法的结构;联系嘛我只能想到这个,毕竟
cplusplus
John__xs
·
2017-03-17 13:48
c语言
c++
C/C++
C/C++
C++多线程框架--------- 消息队列
首先,本文提到的代码的github地址为:https://github.com/wyh267/
Cplusplus
_Thread_Lib之前,多线程一些基本的东西,包括线程创建,互斥锁,信号量,我们都已经封装
This is bill
·
2017-03-12 20:26
软件架构
C++ 教程 | 菜鸟教程
重新系统学习下C++;但是还是少了好多知识点;socket;unix;stl;boost等;C++教程|菜鸟教程http://www.runoob.com/
cplusplus
/cpp-tutorial.html
kakukeme
·
2017-03-08 11:09
c++之std::accumulate连续操作如累加累积等
#include#include#include#include#includeusingnamespacestd;//http://www.
cplusplus
.com/reference/numeric
yunshouhu
·
2017-02-16 15:44
c/c++
C语言代码中调用C++代码的方法示例
C++代码调用C代码很简单,只要分别在包含的C头文件的开头和结尾加上如下的两个块:#ifdef__cplusplusextern"C"{#endif和#ifdef__
cplusplus
}#endif即可
WolfcsTech
·
2017-02-03 14:16
在C代码调用C++代码
C++代码调用C代码很简单,只要分别在包含的C头文件的开头和结尾加上如下的两个块:#ifdef__cplusplusextern"C"{#endif和#ifdef__
cplusplus
}#endif即可
hanpfei
·
2017-01-24 14:50
MD5算法的C语言实现
11#include2#include3#include4#include5#include6#include"md5.h"78#ifdef__
cplusplus
9extern"C"{10#endif1112
Horstxu
·
2016-11-24 15:00
#ifdef __
cplusplus
我目前工作要把C++代码转换成C,转的过程中会有C和C++混用的问题,这时需要下面的#ifdef__
cplusplus
,因为一些函数编译后找不到,是因为按照C编译和C++编译后的函数或变量的符号修饰不一样
mathilde27
·
2016-10-20 10:08
C语言专题笔记——指针
(1)NULL在C/C++中定义为:#ifdef_
cplusplus
#defineNULL0#else#defineNULL(void*)0#endif//在C++
Lwins
·
2016-10-06 20:32
C语言专题
C++ priority_queue用法(大顶堆,小顶堆)
cplusplus
.comtemplate,classCompare=less>classpriority_queue;例子#include#include#include#include#include
MingjaLee
·
2016-10-03 11:04
c++
priority
queue
堆
C++
c++中string类的详解
转自http://www.
cplusplus
.com/reference/string/string/?
zzuli-dk
·
2016-09-23 11:48
c++基础知识
配置文件读写案例
valude)3)配置文件修改(输入key、valude)4)优化===》接口要求紧模块要求松二.代码实现cfg_op.h#ifndef__CFG_OP_H#define__CFG_OP_H#ifdef__
cplusplus
BUS375
·
2016-09-19 14:22
C语言提高
C++的NULL和nullptr
在C语言中,NULL被定义为(void*)0,而在C++语言中,NULL则被定义为整数0,编译器一般对其实际定义如下:#ifdef__
cplusplus
#defineNULL0#else#defineNULL
ColdCodes
·
2016-09-14 16:14
C/C++
C++笔记(继承,多态,虚函数,模板函数,异常捕获)
C++面向对象:在这里推荐大家一个C++的网站:http://www.
cplusplus
.com/reference/1.继承//继承--子类继承父类(儿子继承爸爸),儿子有了爸爸的特性和财产,提高了代码的重用性
ccj659
·
2016-09-05 11:00
C++中string的模拟实现
c++中的string类可以实现字符串对象的一系列操作,如下图就是从
cplusplus
上截取的string的一部分功能:接下来我就简单模拟几个函数实现首先,我们要给出完整的string类,包括构造函数,
qq_33951180
·
2016-08-31 10:45
C和C++到底有什么关系
注:转载于C语言中文网C++读作”C加加“,是”
CPlusPlus
“的简称。
种瓜大爷
·
2016-08-30 23:56
【极客班】《 STL与泛型编程第二周》学习笔记
1.mem_fun以及mem_func_refhttp://www.
cplusplus
.com/reference/functional/mem_fun/http://www.
cplusplus
.com
无心浪子
·
2016-08-28 23:25
【极客班】《 STL与泛型编程第二周》学习笔记
1.mem_fun以及mem_func_refhttp://www.
cplusplus
.com/reference/functional/mem_fun/http://www.
cplusplus
.com
无心浪子
·
2016-08-28 23:25
ffmpeg将ts解封装为h264和aac文件测试代码
ifdef_WIN32extern"C"{#include"libavformat/avformat.h"};#else#ifdef__cplusplusextern"C"{#endif#include#ifdef__
cplusplus
shareinfo2018
·
2016-08-28 13:15
ffmpeg
ffmpegj将h264与aac封装成mkv/ts或者h264与mp3封装成mp4/flv/avi测试代码
#ifdef__cplusplusextern"C"{#endif#include#ifdef__
cplusplus
};#endif#endif#de
shareinfo2018
·
2016-08-26 16:46
ffmpeg
C++ ratio
http://www.
cplusplus
.com/reference/ratio/ratio/ratio提供了一个分数但是只能是常量,所以一般是用chrono的duration中//ratioexample
yaoyuan-yy
·
2016-08-23 19:24
dlopen
cplusplusextern "C"{//必须加,因C++会对name进行重新命名 **add**#endifint add(const int &numa,const int &numb);#if __
cplusplus
qdqade
·
2016-07-16 15:46
error
shared
return
杂记
C++ heap 大根堆 小根堆
http://www.
cplusplus
.com/reference/algorithm/pop_heap/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ShinyaLicone
·
2016-07-08 10:29
数据结构与算法
C语言数据类型与输出格式
http://www.
cplusplus
.com/reference/cstdio/printf/?
骑着骆骆去看海
·
2016-06-25 10:28
C语言
字模bitmap使用实例
#ifndef__FONT_H__#define__FONT_H__#ifdef__
cplusplus
#if__cplusplusextern"C"{#endif#endif#defineDBG(fmt
CodeHeng
·
2016-06-16 10:55
位图
嵌入式开发
字模bitmap使用实例
#ifndef__FONT_H__#define__FONT_H__#ifdef__
cplusplus
#if__cplusplusextern"C"{#endif#endif#defineDBG(fmt
CodeHeng
·
2016-06-16 10:55
嵌入式开发
[C++]Shared_ptr使用详解&&实现链表
(知识点摘自
cplusplus
)构造部分构造函数有4个参数分别有以下含义:#in
stary_yan
·
2016-06-09 01:00
stl allocator源码学习
1.参考http://www.
cplusplus
.com/reference/memory/allocator/《STL源码剖析》《C++Primer第五版》《GenericProgrammingandth
xiyanggudao
·
2016-05-31 10:00
源码
STL
C++ 标准库的 locale 类用法
参考:
cplusplus
.com上关于标准C++中国际化支持的参考:LocalizationlibraryLocaleclassTheC++StandardLibrary(NicolaiM.Josuttis
Lina_ACM
·
2016-05-23 20:00
C 标准库 —— stdio.h
类型及宏定义(1)NULL #ifndefNULL #ifdef__
cplusplus
#defineNULL0 #else/*__
cplusplus
*/ #defineNULL((void
lanchunhui
·
2016-05-12 00:00
面向项目(七)—— C/C++的兼容性
#ifdefined(__
cplusplus
)#ifdefined(__
cplusplus
)#ifdefined(__
cplusplus
) extern"C"{ #endif ...
lanchunhui
·
2016-05-11 16:00
函数sscanf()及sprintf()的简单讲解 --- NOJ 2015 PUMA
本次讲解将结合NOJ-2015和
cplusplus
.com的讲解进行,题目链接如下:http://acm.njupt.edu.cn/acmhome/problemdetail.do?
why850901938
·
2016-05-10 17:00
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他