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
linux 中使用动态.so库步骤以及注意
lib/下,也可以使用绝对路径)3、在makefile中添加动态库的链接(-ltest)注:上述步骤添加完成后编译如果还出现找不到函数的情况可能是c文件不能在c++被调用,在库的头文件中添加#ifdef_
cplusplus
sysq2012cto
·
2014-11-18 16:35
C++
linux
动态库
使用ffmpeg将BMP图片编码为x264视频文件,将H264视频保存为BMP图片,yuv视频文件保存为图片的代码
资源下载 具体代码:#define_AFXDLL #include #ifdef__
cplusplus
extern"C"{ #endif #i
jsh13417
·
2014-11-15 14:00
ffmpeg编码h264
视频文件保存图片
获取中断描述符表IDT的信息
#endif #ifdef__
cplusplus
ext
QQ1084283172
·
2014-11-08 18:00
Win32
安全
内核
黑客
IDT
在ubuntu下编译linux版客户端遇__GNUC_PREREQ编译错误的解决方法
missingbinaryoperatorbeforetoken"("__BEGIN_DECLSdoesnotnameatype第一个错误位置为系统的string.h的这个位置:#ifdefined__
cplusplus
pingD
·
2014-11-06 08:00
ubuntu
makefile
__GNUC_PREREQ
C++类型转换
一篇来自
cplusplus
.com的文章,这是我所看过的关于C++类型转换的最全面、最细致、最深入的一篇文章。
xusiwei1236
·
2014-11-01 15:00
C++
const_cast
static_cast
dynamic_cast
reinterept_cast
字符串分离函数
http://www.
cplusplus
.com/reference/clibrary/cstring/strtok/ 看一下strtok()函数就会懂了...另外还有更好用的istringstream
ifeixiang
·
2014-10-31 17:00
简述C++程序编写的过程
乃至于所有的编程语言每当你编写一个程序从编写到最后得到运行结果要经历以下一些步骤:1、用C++语言编写程序用高级语言编写的程序称为“源程序”(sourceprogram)C++的源程序是以.cpp作为后缀的(cpp是
cplusplus
阴阳光
·
2014-10-29 13:46
编程语言
source
基础知识
编写程序
程序编写
www
big5/index.htmhttp://www.w3cschool.cc/python/python-tutorial.htmlhttp://www.cyuyan.com.cn/http://www.
cplusplus
.com
darennet
·
2014-10-28 22:00
unique_ptr简谈
看到文章里的同学留言说到unique_ptr,这两天看了一下
cplusplus
提供的reference才知道这个东西是c++11的新特性,对c++11的新特性不是很了解,花时间了解了下unique_ptr
·
2014-10-25 09:00
unique
jpeg序列转avi
#ifndefAVI_H #defineAVI_H //#include #include #include #include #ifdef__
cplusplus
extern"C
smilestone322
·
2014-10-23 21:00
操作系统经典同步互斥问题——生产者消费者问题
linux下的同步和互斥tags:Linuxsync_mutexSemaphore.h一份好文档,胜读十年书本文参考了诸多资料,百度百科,
cplusplus
等首先介绍一个头文件#include这里面包含了大多数的所需要使用的信号量
svtter
·
2014-10-17 23:00
Linux下进程的同步互斥实例——生产者消费者
Svtter/MyBlog/blob/master/Linux/pthread/Linux_producer_consumer.mdSemaphore.h一份好文档,胜读十年书本文参考了诸多资料,百度百科,
cplusplus
svtter
·
2014-10-17 23:00
linux
Linux下进程的同步互斥实例——生产者消费者
Svtter/MyBlog/blob/master/Linux/pthread/Linux_producer_consumer.mdSemaphore.h一份好文档,胜读十年书本文参考了诸多资料,百度百科,
cplusplus
svtter
·
2014-10-17 23:00
linux
[置顶] 学习网站累积(不断更新)
一、语言类1、W3C系列 W3cSchool2、Python系列 简明Python教程3、C/C++
cplusplus
C++视频 易美CPP 4、汇编语言
beitiandijun
·
2014-09-24 11:00
读书笔记
对c++11支持检测宏
#if__
cplusplus
<=199711L&&\ (!defined(_MSC_VER)||_MSC_VER<1600)&&\ (!
小熊猫大暴走
·
2014-09-23 10:00
“#ifdef __
cplusplus
extern "C" { #endif”的定义-----C和C++的互相调用
“#ifdef__cplusplusextern"C"{#endif”的定义看一些程序的时候老是有“#ifdef__cplusplusextern"C"{#endif”的定义,搞搞清楚是怎么回事:Microsoft-SpecificPredefinedMacros__cplusplusDefinedforC++programsonly. 意思是说,如果是C++程序,就使用extern"C"{而这个
crazyhacking
·
2014-09-18 19:00
优先队列
:priority_queueq;priority_queue>q; priority_queue,less>q;最小优先队列:priority_queue,greater>q;http://www.
cplusplus
.com
hz5034
·
2014-09-16 21:00
STL algorithm算法count_if(11)
原文地址:http://www.
cplusplus
.com/reference/algorithm/count_if/functiontemplatestd::count_iftemplate typenameiterator_traits
guang_jing
·
2014-09-11 10:00
Algorithm
算法
STL
STL algorithm算法count(10)
原文地址:http://www.
cplusplus
.com/reference/algorithm/count/functiontemplatestd::counttemplate typenameiterator_traits
guang_jing
·
2014-09-11 10:00
Algorithm
算法
STL
STL algorithm算法copy_n(9)
原文地址:http://www.
cplusplus
.com/reference/algorithm/copy_n/functiontemplatestd::copy_ntemplate OutputIteratorcopy_n
guang_jing
·
2014-09-11 10:00
Algorithm
算法
STL
C++11
浮点数NaN和INF(#IND, #INF)
参考:http://www.
cplusplus
.com/reference/cmath/isnan/http://technet.microsoft.com/zh-cn/tzthab44(v=vs.95
春夜喜雨
·
2014-09-10 12:55
MFC
C++
算法
[置顶] 浮点数NaN和INF(#IND, #INF)
参考:http://www.
cplusplus
.com/reference/cmath/isnan/http://technet.microsoft.com/zh-cn/tzthab44(v=vs.95
chunyexiyu
·
2014-09-10 12:00
NaN
isNaN
inf
IsInf
_finite
STL algorithm算法copy_backward(7)
原文地址:http://www.
cplusplus
.com/reference/algorithm/copy_backward/functiontemplatestd::copy_backwardtemplate
guang_jing
·
2014-09-08 14:00
Algorithm
算法
C++11
STL algorithm算法copy(6)
原文地址:http://www.
cplusplus
.com/reference/algorithm/copy/functiontemplatestd::copytemplate OutputIteratorcopy
guang_jing
·
2014-09-08 13:00
Algorithm
算法
STL
C++11
STL algorithm算法binary_search(5)
原文地址:http://www.
cplusplus
.com/reference/algorithm/binary_search/functiontemplatestd::binary_searchdefault
guang_jing
·
2014-09-08 11:00
Algorithm
算法
C++11
C++11 this_thread::yeild(12)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/yield/functionstd::this_thread::yieldvoidyield
guang_jing
·
2014-09-04 21:00
thread
线程
C++11
C++11 this_thread::sleep_until(11)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/sleep_until/functionstd::this_thread::sleep_untiltemplate
guang_jing
·
2014-09-04 20:00
thread
线程
C++11
C++11 this_thread::sleep_for(10)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/sleep_for/functionstd::this_thread::sleep_fortemplatevoidsleep_for
coderguang
·
2014-09-04 20:50
多进程及多线程
C++11新特性
C++11 this_thread::sleep_for(10)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/sleep_for/functionstd::this_thread::sleep_fortemplatevoidsleep_for
coderguang
·
2014-09-04 20:50
多进程及多线程
C++11新特性
C++11 this_thread::sleep_for(10)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/sleep_for/functionstd::this_thread::sleep_fortemplate
guang_jing
·
2014-09-04 20:00
thread
C++11
C++11 thread::swap(8)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/swap/publicmemberfunctionstd::thread::swapvoidswap
guang_jing
·
2014-09-04 19:00
thread
线程
C++11
C++11 this_thread::get_id(9)
原文地址:http://www.
cplusplus
.com/reference/thread/this_thread/get_id/functionstd::this_thread::get_idthread
guang_jing
·
2014-09-04 19:00
thread
线程
C++11
C++11 thread::operator=(7)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/operator=/publicmemberfunctionstd::thread::operator
guang_jing
·
2014-09-04 19:00
thread
C++11
C++11 thread::native_handle(6)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/native_handle/publicmemberfunctionstd::thread::
guang_jing
·
2014-09-04 18:00
thread
gdb
native
C++11
C++11 thread::joinable(5)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/joinable/publicmemberfunctionstd::thread::joinablebooljoinable
guang_jing
·
2014-09-04 18:00
thread
线程
C++11
C++11 thread::join(4)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/join/publicmemberfunctionstd::thread::joinvoidjoin
guang_jing
·
2014-09-04 11:00
C++11 thread::get_id(3)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/get_id/publicmemberfunctionstd::thread::get_ididget_id
guang_jing
·
2014-09-04 10:00
thread
linux
线程
gdb
C++11
C++11 thread::detach(2)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/detach/publicmemberfunctionstd::thread::detachvoiddetach
guang_jing
·
2014-09-03 23:00
thread
C++11
C++11 thread(1)
原文地址:http://www.
cplusplus
.com/reference/thread/thread/thread/publicmemberfunctionstd::thread::threaddefault
guang_jing
·
2014-09-03 22:00
thread
C++11
libghttp 封装使用实例
netutil.h *Author:Administrator * *Createdon2014年9月2日,下午3:51 */ #ifndefNETUTIL_H #defineNETUTIL_H #ifdef__
cplusplus
earbao
·
2014-09-02 15:00
STL algorithm算法adjacent_find(4)
原文地址:http://www.
cplusplus
.com/reference/algorithm/adjacent_find/functiontemplatestd::adjacent_findequality
guang_jing
·
2014-09-01 17:00
Algorithm
STL
adjacent_find
STL algorithm算法any_of译文及使用(3)
原文地址:http://www.
cplusplus
.com/reference/algorithm/any_of/functiontemplatestd::any_oftemplate boolany_of
guang_jing
·
2014-09-01 17:00
Algorithm
STL
any_of
STL algorithm算法all_of的翻译及使用(2)
原文地址:http://www.
cplusplus
.com/reference/algorithm/all_of/functiontemplatestd::all_oftemplate boolall_of
guang_jing
·
2014-09-01 17:00
Algorithm
算法
STL
all_of
STL deque的emplace方法(12)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/emplace/publicmemberfunctionstd::deque::emplacetemplate
guang_jing
·
2014-09-01 16:00
STL
STL
C++11
deque
deque
STL deque的crend方法(11)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/crend/publicmemberfunctionstd::deque::crendconst_reverse_iteratorcrend
guang_jing
·
2014-09-01 14:00
STL
STL
deque
deque
STL deque的crbegin方法(10)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/crbegin/publicmemberfunctionstd::deque::crbeginconst_reverse_iteratorcrbegin
guang_jing
·
2014-09-01 14:00
STL
STL
C++11
deque
deque
STL deque的clear方法(9)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/clear/publicmemberfunctionstd::deque::clearC++98C
guang_jing
·
2014-09-01 14:00
STL
STL
deque
deque
STL deque的cend方法(8)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/cend/publicmemberfunctionstd::deque::cendconst_iteratorcend
guang_jing
·
2014-09-01 14:00
STL
STL
deque
deque
STL deque的方法cbegin(7)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/cbegin/publicmemberfunctionstd::deque::cbeginconst_iteratorcbegin
guang_jing
·
2014-09-01 13:00
STL
STL
deque
deque
STL deque的begin方法(6)
原文地址:http://www.
cplusplus
.com/reference/deque/deque/begin/publicmemberfunctionstd::deque::beginC++98C
guang_jing
·
2014-09-01 13:00
STL
STL
C++11
deque
deque
上一页
23
24
25
26
27
28
29
30
下一页
按字母分类:
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
其他