自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

转载 对min(a,b)这个宏的讨论(转)

转自:http://bbs.chinaunix.net/viewthread.php?tid=934870在GCC的文档中建议使用如下的min宏定义:QUOTE:#define min(X,Y)  /(__extension__  /({  /   typeof(X) __x=(X), __y=(Y);   /   (__x}) /) 本文讨论了这样作法的意义。1、传统的min带来的副作用2、GCC中的({statement list})的扩展3、typeof(expression)4、__extensio

2011-03-26 16:47:00 572

转载 面向开发人员的KDE基本架构视图(转)

http://www.kdecn.org/whatiskde/devview.php

2011-02-20 15:05:00 758

转载 linux下的X11图形系统介绍之GTK图形库(转)

转载自:http://blog.chinaunix.net/u2/76419/showart_1666567.htmlcsdn编辑器太不好用了,浪费了我好多时间都无法转载这篇文章,只能只贴出转载地址了。

2011-02-20 15:02:00 3618

算法 C语言实现 第1-4部分 基础知识 数据结构 排序及搜索

算法 C语言实现 第1-4部分 基础知识 数据结构 排序及搜索 里边含有C、C++和java实现的源码

2012-12-29

corejava9源码

最新的corejava9源码 ISBN: 978-0137081899 and 978-0137081608 Both volumes are available as e-books: Core Java, Volume I--Fundamentals | Core Java, Volume II--Advanced Features Core Java by Cay S. Horstmann and Gary Cornell was originally published in the Java series of Sun Microsystems Press and is now published by Prentice-Hall. The book is aimed at experienced programmers who want to learn how to write useful Java applications and applets. No hype, no toy code, no language lawyering, just solid facts and in-depth research to help you write real programs. "Cornell and Horstmann make the details of this powerful and expressive language understandable, and they also furnish a conceptual model for its object-oriented foundations."—Grady Booch. "Devoid of shaky, academic examples and packed with robust demonstrations that illustrate hundreds of powerful concepts...The authors back up the many examples with sharp, fact-rich commentary on how to get things done with Java."—David Wall, Amazon.com

2012-12-15

穿越于Linux的世界

穿越于Linux的世界 陈莉君老师的演讲ppt 与大家共享 共同进步

2010-02-24

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除