ngaut

asm/c/c++/......
 
 

常用链接

  • 我的随笔
  • 我的评论
  • 我参与的随笔

留言簿(31)

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔分类(128)

  • .net winform(1) (rss)
  • asio(8) (rss)
  • c/c++/ds(47) (rss)
  • calculus (rss)
  • Compilers:Principles,Techniques,and Tools (21) (rss)
  • os study(1) (rss)
  • others(50) (rss)

随笔档案(169)

  • 2011年5月 (2)
  • 2011年1月 (1)
  • 2010年11月 (1)
  • 2010年9月 (4)
  • 2010年8月 (1)
  • 2010年7月 (1)
  • 2010年6月 (1)
  • 2010年5月 (2)
  • 2010年4月 (3)
  • 2010年3月 (2)
  • 2010年2月 (4)
  • 2010年1月 (1)
  • 2009年12月 (2)
  • 2009年11月 (1)
  • 2009年10月 (2)
  • 2009年9月 (3)
  • 2009年8月 (4)
  • 2009年5月 (1)
  • 2009年4月 (1)
  • 2009年2月 (2)
  • 2008年12月 (2)
  • 2008年10月 (4)
  • 2008年9月 (2)
  • 2008年8月 (3)
  • 2008年7月 (4)
  • 2008年6月 (2)
  • 2008年5月 (1)
  • 2008年4月 (4)
  • 2008年3月 (9)
  • 2008年2月 (5)
  • 2008年1月 (2)
  • 2007年12月 (6)
  • 2007年11月 (3)
  • 2007年10月 (2)
  • 2007年8月 (1)
  • 2007年7月 (1)
  • 2007年6月 (3)
  • 2007年5月 (1)
  • 2007年4月 (9)
  • 2007年3月 (1)
  • 2007年2月 (11)
  • 2007年1月 (1)
  • 2006年12月 (3)
  • 2006年11月 (4)
  • 2006年10月 (3)
  • 2006年9月 (6)
  • 2006年8月 (4)
  • 2006年7月 (10)
  • 2006年6月 (3)
  • 2006年5月 (5)
  • 2006年4月 (2)
  • 2006年3月 (1)
  • 2006年1月 (2)
  • 2005年12月 (10)

文章分类

  • NetWork (rss)

文章档案(3)

  • 2008年10月 (2)
  • 2008年4月 (1)

others

  • .net 设计模式牛人
  • da hua xi you
  • hzbairly的专栏
  • 先瞄准目标市场再研发产品
  • linux内核
  • linux内核
  • linux牛人,调侃风格
  • 经典
  • os 教程
  • os开发教程
  • Winter实验室
  • 某牛
  • 用MSVC开发os
  • 用MSVC开发os

something special

  • http://vm-kernel.org/blog/
  • vm and kernel
  • joshua_yu
  • 网络牛人
  • 垃圾堆
  • 安全高手

经典的c/c++

  • absurd的专栏
  • C++ 有价值blog索引(不断更新)
  • C++ 有价值blog索引
  • cppblog的猛男
  • cppblog的猛男
  • cppreference
  • c/c++ standard library reference
  • crazy-bit
  • 不论你在什么时候开始,重要的是开始之后就不要停止。 不论你在什么时候结束,重要的是结束之后就不要悔恨
  • guanwl的专栏
  • c++仿基因编程
  • junguo的专栏
  • 设计模式
  • leotangcw的专栏
  • some resource aboutwinpcap
  • linux大牛
  • linux大牛,也精通windows的说
  • ralph623的专栏(c++高人)
  • c++高人
  • 寒星轩
  • c++高手
  • 熊春雷的专栏
  • c/c++/flex/bison
  • 一雨田的专栏
  • 设计模式和网络编程
  • 又一个内核的大牛

搜索

  •  

积分与排名

  • 积分 - 397851
  • 排名 - 60

最新评论

  • 1. re: 当asio::async_read与socket的async_read_some的区别
  • 多个客户端同时发送数据,m_packet不会出问题?这个读取是多线程的还是单线程的呢?
  • --xgg
  • 2. re: 当asio::async_read与socket的async_read_some的区别
  • 谢谢大哥的博客,看了你的这篇文章的时间,很是崇拜您
  • --杨立平
  • 3. re: 二叉树的遍历:前序,中序输出有点问题,但是不知道到怎么修改,想请教各位大神
  • 评论内容较长,点击标题查看
  • --呆呆笨笨的孩纸
  • 4. re: 二叉树的遍历:前序,中序,后序,层序--包括递归和非递归实现
  • 我自己写的
    http://lk1ngaa7.cf/?p=318
  • --lking
  • 5. re: 解决unresolved external symbol "public: int __thiscall CWnd::KillTimer(unsigned int)" (?KillTimer@CWnd@@QAEHI@Z)问题
  • 评论内容较长,点击标题查看
  • --lebesgue06

阅读排行榜

  • 1. 二叉树的遍历:前序,中序,后序,层序--包括递归和非递归实现(91587)
  • 2. 解决error C2011: 'fd_set' : 'struct' type redefinition问题(16466)
  • 3. 介绍一款国产开源C编译器(14483)
  • 4. 解决unresolved external symbol "public: int __thiscall CWnd::KillTimer(unsigned int)" (?KillTimer@CWnd@@QAEHI@Z)问题(13309)
  • 5. Database disk image is malformed 解决办法(11028)

评论排行榜

  • 1. 二叉树的遍历:前序,中序,后序,层序--包括递归和非递归实现(21)
  • 2. 《自己动手写嵌入式操作系统》源代码(14)
  • 3. 看了两天boost::asio网络库相关的资料,写了个小程序用异步tcp方式来传文件,果然高效,速度稳定在10M/s左右(13)
  • 4. 前段时间做的部分笔试题和答案(提醒自己)(9)
  • 5. 最近写了个小工具,自动往代码里面加入垃圾代码(9)

Powered by: 博客园
模板提供:沪江博客
| 首页 | 发新随笔 | 发新文章 | 联系 | | 管理

c/c++/ds

c/c++数据结构 
ndis笔记--ReceiveHandler如何处理不完整的包
posted @ 2010-09-08 10:43 ngaut 阅读(1504) | 评论 (1)  编辑
[转]Google C++ Testing Framework Primer
posted @ 2008-08-31 20:19 ngaut 阅读(1015) | 评论 (0)  编辑
[转]Visual C++开发工具与调试技巧整理
posted @ 2008-07-26 01:19 ngaut 阅读(2844) | 评论 (2)  编辑
[转]Add color to your std::cout
posted @ 2008-07-14 23:03 ngaut 阅读(728) | 评论 (0)  编辑
[转]Huffman编码STL版--来自fxsjy的专栏
posted @ 2007-12-30 13:55 ngaut 阅读(985) | 评论 (0)  编辑
一个简单的递归下降分析表达式的例子
posted @ 2007-12-25 19:36 ngaut 阅读(2847) | 评论 (1)  编辑
编译boost库-用vc2005编译boost1.34.1
posted @ 2007-11-19 21:08 ngaut 阅读(2871) | 评论 (0)  编辑
如何解决"找不到MSVCR80.dll "的问题
posted @ 2007-11-17 12:06 ngaut 阅读(10351) | 评论 (3)  编辑
boost asio发送0字节的数据时,接收端提示"找不到指定文件"
posted @ 2007-10-23 19:16 ngaut 阅读(833) | 评论 (0)  编辑
release版本的程序提示需要MFC42D.dll的原因
posted @ 2007-04-30 15:43 ngaut 阅读(2180) | 评论 (0)  编辑
boost::asio异步tcp传送文件的源代码
posted @ 2007-04-12 14:20 ngaut 阅读(8221) | 评论 (7)  编辑
UDP局域网广播的问题
posted @ 2007-04-11 23:04 ngaut 阅读(2024) | 评论 (0)  编辑
看了两天boost::asio网络库相关的资料,写了个小程序用异步tcp方式来传文件,果然高效,速度稳定在10M/s左右
posted @ 2007-04-10 20:09 ngaut 阅读(8578) | 评论 (13)  编辑
vc++2005 boost 相关
posted @ 2007-04-06 00:40 ngaut 阅读(658) | 评论 (0)  编辑
解决unresolved external symbol "public: int __thiscall CWnd::KillTimer(unsigned int)" (?KillTimer@CWnd@@QAEHI@Z)问题      摘要: 解决KillTimer link失败的问题  阅读全文
posted @ 2007-02-23 23:48 ngaut 阅读(13309) | 评论 (8)  编辑
[转]Google Talk library – libjingle 测试笔记
posted @ 2007-02-09 09:32 ngaut 阅读(3199) | 评论 (2)  编辑
[转]OnDraw()和OnPaint()兄弟
posted @ 2007-02-06 16:41 ngaut 阅读(1022) | 评论 (0)  编辑
miscellaneous的一个代码文件,使用了一些移植技巧和常用的技巧,记录之,备用
posted @ 2007-02-04 15:19 ngaut 阅读(930) | 评论 (0)  编辑
一点收获:CreateProcess的第一个参数最好使用绝对路径
posted @ 2006-12-01 17:59 ngaut 阅读(3282) | 评论 (3)  编辑
vc7编译boost 1.33.1记录
posted @ 2006-11-14 01:25 ngaut 阅读(2255) | 评论 (0)  编辑
[转]CreateProcess创建的子进程的命令行参数
posted @ 2006-11-10 16:01 ngaut 阅读(3510) | 评论 (0)  编辑
对HANDLE_MSG()的一点理解
posted @ 2006-10-24 15:33 ngaut 阅读(3316) | 评论 (1)  编辑
对于recvfrom产生的错误10004的处理
posted @ 2006-10-08 10:12 ngaut 阅读(2292) | 评论 (0)  编辑
关于NMAKE Fatal Error U1082 错误的问题
posted @ 2006-09-19 23:51 ngaut 阅读(650) | 评论 (0)  编辑
关于vc中struct字节对齐的问题
posted @ 2006-09-14 19:16 ngaut 阅读(1413) | 评论 (0)  编辑
无意中发现Geek Os中memcmp函数的bug
posted @ 2006-09-08 11:19 ngaut 阅读(844) | 评论 (1)  编辑
一个微秒级的延时函数
posted @ 2006-09-02 12:15 ngaut 阅读(7030) | 评论 (7)  编辑
字符数组处理要谨慎啊
posted @ 2006-08-24 19:16 ngaut 阅读(350) | 评论 (0)  编辑
失之毫厘,差之千里啊
posted @ 2006-08-21 16:45 ngaut 阅读(932) | 评论 (8)  编辑
实习第11天,复习堆排序,顺便写了个DEMO
posted @ 2006-07-12 12:18 ngaut 阅读(673) | 评论 (2)  编辑
一个有趣的题目:请找出谁做的好事
posted @ 2006-06-07 23:01 ngaut 阅读(677) | 评论 (0)  编辑
c++语言中的强制类型转化的两种语法,static cast不在讨论之列
posted @ 2006-06-07 22:58 ngaut 阅读(563) | 评论 (0)  编辑
笔记:用函数代替复杂的计算流<>
posted @ 2006-05-21 14:34 ngaut 阅读(315) | 评论 (0)  编辑
笔记:尽量使用标准库中的copy()和for_each(),而不是自己手写循环,尽量使用\n而不是endl
posted @ 2006-05-12 14:18 ngaut 阅读(368) | 评论 (0)  编辑
前段时间做的部分笔试题和答案(提醒自己)
posted @ 2006-04-18 09:08 ngaut 阅读(1819) | 评论 (9)  编辑
《STL源码剖析》笔记--vector实际应用中的改进
posted @ 2006-03-20 16:42 ngaut 阅读(809) | 评论 (0)  编辑
二叉树的遍历:前序,中序,后序,层序--包括递归和非递归实现
posted @ 2006-01-01 20:20 ngaut 阅读(91587) | 评论 (21)  编辑
数据结构笔记:二叉树的3种遍历方式(递归实现)
posted @ 2005-12-30 12:00 ngaut 阅读(1368) | 评论 (0)  编辑
数据结构笔记:链队列的实现
posted @ 2005-12-25 11:15 ngaut 阅读(1784) | 评论 (0)  编辑
数据结构笔记:递归的魅力——hanio
posted @ 2005-12-24 11:02 ngaut 阅读(1073) | 评论 (3)  编辑
数据结构笔记:递归的魅力——迷宫求解
posted @ 2005-12-23 21:04 ngaut 阅读(4496) | 评论 (7)  编辑
数据结构笔记:递归二——求和
posted @ 2005-12-23 10:31 ngaut 阅读(1054) | 评论 (1)  编辑
数据结构笔记:递归一
posted @ 2005-12-22 20:32 ngaut 阅读(222) | 评论 (0)  编辑
数据结构笔记:递归实现链表的逆序输出
posted @ 2005-12-22 16:13 ngaut 阅读(3260) | 评论 (7)  编辑
数据结构笔记:调整一个链表,使链表左侧的数为奇数,右侧的为偶数,两种算法
posted @ 2005-12-21 13:22 ngaut 阅读(1011) | 评论 (2)  编辑
数据结构笔记:转化为N进制--栈实现
posted @ 2005-12-21 13:20 ngaut 阅读(539) | 评论 (0)  编辑
数据结构笔记:多项式加法的链表实现
posted @ 2005-12-21 13:16 ngaut 阅读(3339) | 评论 (2)  编辑