• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • YouClaw
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
demps_c
博客园    首页    新随笔    联系   管理    订阅  订阅
09 2014 档案
vim设置

摘要:set nusyntax onset autoindentset tabstop=2set numberset cindentset smartindentset autochdirset smarttabset softtabstop=2set shiftwidth=2将此保存为.vimrc文件保... 阅读全文
posted @ 2014-09-29 16:48 demps_c 阅读(130) 评论(0) 推荐(0)
安装ddd

摘要:Linux安装DDD (2013-06-24 11:51:35)转载▼标签:it分类:电子电脑原文转自:http://blog.csdn.net/unix21/article/details/8450040dd是一个优秀的调试器,安装ddd破费周折必须安装x开发环境1.下载http://ftp.... 阅读全文
posted @ 2014-09-20 16:13 demps_c 阅读(374) 评论(0) 推荐(0)
极其重要的分析

摘要:#include using namespace std;class a{ public: a(){ value ++; cout using namespace std;class a{ public: a(){ ... 阅读全文
posted @ 2014-09-14 00:19 demps_c 阅读(161) 评论(0) 推荐(0)
epoll 的两种用法

摘要:struct epoll_event 的data成员是一个union类型里面要么就是fd,要么就是ptr最好不要一会用ptr一会用fd最好坚持从头到尾的使用一个第一种只是使用epoll_event.data.fd#include #include #include #include #include... 阅读全文
posted @ 2014-09-09 21:32 demps_c 阅读(2045) 评论(0) 推荐(0)
man帮助文档

摘要:第一次命令是 yum -y install *man*,此时应该是能找到标准c的库文件第二次是安装c++的帮助文档,wgetftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.4.4.0.tar.bz2tar -xvflibstdc++... 阅读全文
posted @ 2014-09-07 13:54 demps_c 阅读(337) 评论(1) 推荐(0)
avl树

摘要:#include using namespace std;int chy_max(int t1,int t2){ if(t1 left); cout value right); } } private: ... 阅读全文
posted @ 2014-09-01 15:03 demps_c 阅读(168) 评论(0) 推荐(0)

博客园  ©  2004-2026
浙公网安备 33010602011771号 浙ICP备2021040463号-3