.Net的新生活
互联网
http://www.cnblogs.com/dayouluo
博客园
首页
新随笔
联系
订阅
管理
posts - 184, comments - 57, trackbacks - 0
基本C,C++技术区
数据结构学习之二叉树小结
posted @
2007-04-25 18:52
dayouluo(.Net学生) 阅读(692) |
评论 (1)
编辑
c++程序调用c函数 and otherwise zz
posted @
2006-05-10 12:17
dayouluo(.Net学生) 阅读(1136) |
评论 (0)
编辑
Volatile-Correctness,让编译器帮你检测竞争条件 zz
posted @
2006-04-28 11:06
dayouluo(.Net学生) 阅读(318) |
评论 (0)
编辑
如何转换全角字符到半角字符?zz对于所有编程来说这个是通用的。。
posted @
2006-04-06 16:18
dayouluo(.Net学生) 阅读(823) |
评论 (0)
编辑
类对象成员函数的const增强zz
posted @
2006-03-08 11:11
dayouluo(.Net学生) 阅读(247) |
评论 (0)
编辑
高效计算一个bytes有几个byte是1?
posted @
2006-02-13 16:08
dayouluo(.Net学生) 阅读(258) |
评论 (0)
编辑
编译器优化 → C关键字volatile → memory破坏描述符zz
posted @
2005-12-25 23:16
dayouluo(.Net学生) 阅读(2763) |
评论 (0)
编辑
yahoo在线答题
posted @
2005-11-06 21:14
dayouluo(.Net学生) 阅读(2828) |
评论 (4)
编辑
UNIX系统开发-gcc参数详解zz
posted @
2005-10-29 20:22
dayouluo(.Net学生) 阅读(727) |
评论 (0)
编辑
只有obj或其它文件,但没有cpp,如何才能编译出exe文件zz
posted @
2005-10-29 20:17
dayouluo(.Net学生) 阅读(478) |
评论 (0)
编辑
#pragma 预定义
posted @
2005-10-26 19:58
dayouluo(.Net学生) 阅读(1812) |
评论 (2)
编辑
C++完美实现Singleton模式zz
posted @
2005-09-30 10:19
dayouluo(.Net学生) 阅读(1098) |
评论 (1)
编辑
一些面试题目zz
posted @
2005-08-20 22:40
dayouluo(.Net学生) 阅读(951) |
评论 (0)
编辑
对UTF8编码的初步认识
posted @
2005-08-14 10:12
dayouluo(.Net学生) 阅读(231) |
评论 (0)
编辑
使用可变(mutable)成员隐藏实现细节
posted @
2005-08-13 14:33
dayouluo(.Net学生) 阅读(245) |
评论 (0)
编辑
数组的定义和引用zz
posted @
2005-08-13 14:29
dayouluo(.Net学生) 阅读(952) |
评论 (0)
编辑
C++箴言:多态基类中将析构函数声明为虚拟zz
posted @
2005-07-28 22:42
dayouluo(.Net学生) 阅读(273) |
评论 (0)
编辑
如何使类不能被继承zz
posted @
2005-07-23 23:28
dayouluo(.Net学生) 阅读(405) |
评论 (0)
编辑
定义纯虚析构函数(pure virtual destructor)zz
posted @
2005-07-23 23:27
dayouluo(.Net学生) 阅读(983) |
评论 (0)
编辑
[经验杂谈]与大虾对话:领悟设计模式zz
posted @
2005-07-23 23:26
dayouluo(.Net学生) 阅读(185) |
评论 (0)
编辑
MakeFile的写法
posted @
2005-07-14 20:23
dayouluo(.Net学生) 阅读(433) |
评论 (0)
编辑
用标准模板库STL实现文件比较(zz)
posted @
2005-07-01 11:57
dayouluo(.Net学生) 阅读(453) |
评论 (0)
编辑
C++中的虚函数(virtual function)
posted @
2005-06-24 18:26
dayouluo(.Net学生) 阅读(663) |
评论 (0)
编辑
论函数调用约定(zz)
posted @
2005-06-19 20:53
dayouluo(.Net学生) 阅读(197) |
评论 (0)
编辑
数据结构基础 - 链表的遍历 zz
posted @
2005-05-14 00:38
dayouluo(.Net学生) 阅读(352) |
评论 (0)
编辑
成员变量/函数指针的用法zz
posted @
2005-05-11 11:22
dayouluo(.Net学生) 阅读(296) |
评论 (0)
编辑
sizeof(enum_type)
posted @
2005-05-11 09:02
dayouluo(.Net学生) 阅读(464) |
评论 (0)
编辑
X86汇编语言学习手记(3)
posted @
2005-05-04 19:31
dayouluo(.Net学生) 阅读(329) |
评论 (0)
编辑
X86汇编语言学习手记(2)
posted @
2005-05-04 19:29
dayouluo(.Net学生) 阅读(312) |
评论 (0)
编辑
X86汇编语言学习手记(1)
posted @
2005-05-04 19:29
dayouluo(.Net学生) 阅读(643) |
评论 (0)
编辑
预备知识—程序的内存分配(堆栈分配)
posted @
2005-05-04 19:25
dayouluo(.Net学生) 阅读(591) |
评论 (0)
编辑
程序员数据结构笔记
posted @
2005-05-03 23:49
dayouluo(.Net学生) 阅读(746) |
评论 (0)
编辑
VC常用数据类型使用转换详解
posted @
2005-05-03 21:48
dayouluo(.Net学生) 阅读(583) |
评论 (0)
编辑
《Exceptional C++ Style》开放样章译稿(第一部分)zz
posted @
2005-04-24 13:52
dayouluo(.Net学生) 阅读(358) |
评论 (0)
编辑
C++中的文件输入/输出ios:xx eat Processing(zz)
posted @
2005-04-22 10:54
dayouluo(.Net学生) 阅读(812) |
评论 (0)
编辑
CString,string,char*的综合比较(二)
posted @
2005-04-17 00:38
dayouluo(.Net学生) 阅读(484) |
评论 (0)
编辑
CString,string,char*的综合比较(一)
posted @
2005-04-17 00:37
dayouluo(.Net学生) 阅读(1630) |
评论 (0)
编辑
一个编程问题问答网站
posted @
2005-03-23 09:45
dayouluo(.Net学生) 阅读(226) |
评论 (0)
编辑
C/C++里边如何获得系统时间
posted @
2005-03-20 18:24
dayouluo(.Net学生) 阅读(869) |
评论 (0)
编辑
怎样给多维数组动态分配内存
posted @
2005-03-16 01:08
dayouluo(.Net学生) 阅读(525) |
评论 (1)
编辑
链表处理函数(自己总结)
posted @
2005-03-15 19:38
dayouluo(.Net学生) 阅读(307) |
评论 (0)
编辑
二级C笔试试题
posted @
2005-03-15 17:07
dayouluo(.Net学生) 阅读(508) |
评论 (0)
编辑
中央广播电视大学1999-2000学年度第二学期“开放教育(本科)期末考试计算机科学与技术专业数据结构试题
posted @
2005-03-15 16:08
dayouluo(.Net学生) 阅读(2066) |
评论 (0)
编辑
递归删除一个非空目录及其下所有文件和目录
posted @
2005-03-12 12:52
dayouluo(.Net学生) 阅读(975) |
评论 (0)
编辑
WINDOWS VC VB API函数大全(自查)
posted @
2005-03-12 12:36
dayouluo(.Net学生) 阅读(1205) |
评论 (0)
编辑
一个c语言构造函数调用的问题(有趣)
posted @
2005-03-10 10:31
dayouluo(.Net学生) 阅读(451) |
评论 (0)
编辑
c 语言难点分析整理 [转]
posted @
2005-03-09 21:28
dayouluo(.Net学生) 阅读(2157) |
评论 (2)
编辑
最长字符串匹配算法(KMP算法)
posted @
2005-01-17 11:45
dayouluo(.Net学生) 阅读(448) |
评论 (0)
编辑
TC2.0库函数大全
posted @
2005-01-16 13:57
dayouluo(.Net学生) 阅读(2254) |
评论 (0)
编辑
<
2012年2月
>
日
一
二
三
四
五
六
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
1
2
3
4
5
6
7
8
9
10
小人物要学习了。学习!难啊!
昵称:
dayouluo(.Net学生)
园龄:
7年2个月
粉丝:
2
关注:
0
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔分类
.Net技术(14)
Database版(7)
Java Express(10)
Linux学堂(11)
Matlab(5)
OS系统探讨(4)
Visual C++6 and Visual Studio.Net(66)
XML-WebServices(1)
基本C,C++技术区(49)
基础知识区
生活小筑(25)
网络技术(3)
学术活动-论文等(12)
学习生涯(10)
影视杂谈(6)
随笔档案
2007年4月 (1)
2006年5月 (2)
2006年4月 (3)
2006年3月 (1)
2006年2月 (2)
2005年12月 (2)
2005年11月 (2)
2005年10月 (10)
2005年9月 (10)
2005年8月 (27)
2005年7月 (16)
2005年6月 (6)
2005年5月 (13)
2005年4月 (10)
2005年3月 (28)
2005年2月 (2)
2005年1月 (43)
2004年12月 (6)
文章档案
2005年3月 (1)
2005年1月 (2)
相册
luoxuefeng
门户网站
Chinaren
sina 网
sohu网站
Tom
交大FTP校内搜索
中文爱百科
中文百科全书
陌生人
Dazern
ncowboy
同学
szf(zz)
Wonderow-Blogs
辉辉Blogs
秦川同学
星星Blogs
学术站点
C++的卢浮宫
软件技术屋
网络管理员
最新评论
阅读排行榜
评论排行榜
推荐排行榜