自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

那时那刻

具有生命力的code

  • 博客(2)
  • 资源 (25)
  • 收藏
  • 关注

原创 yield in Python

To understand what yield does, you must understand what generators are. And before generators come iterables.

2014-06-05 19:39:35 753

转载 MetaClass in Python

Python总是让我们能够看到它的内部是如何实现的,qi

2014-06-05 19:22:51 776

轻松搞定XML(PDF)

可延伸标记语言(XML),是现今因特网中储存和传送信息中最有发展希望的程序语言。虽然超 文字标记语言(HTML)是目前建立网页最常使用的程序语言,然而在储存信息的能力上有其限 制。相较之下,XML 具有较大的弹性,允许你使用任何虚拟型态的信息,从简单的单笔数据到 复杂的数据库(因此称为可延伸标记语言)

2010-04-25

C安全编码标准(实现C安全编程的权威指南)

实现C安全编程的权威指南 本书提供了在C编程语言中进行安全编码的指导方针,描述了C语言程序中导致软件潜在风险根源的编码错误,并根据严重性、被利用的可能性以及修补成本设置了优先级。每个指导方针提供了不安全代码的例子以及安全的替代方案. 《CERT C安全编码标准》(The CERT C Secure Coding Standard)提供了在C编程语言中进行安全编码的指导方针。这些指导方针的目标是消除不安全的编码实践以及可能被利用而导致潜在风险的未定义行为。

2010-01-05

编程珠玑(中英文版)

Jon Bently的著作,程序员必选看的书。详细讲述了程序员的基本技能,算法,数据结构,程序中的bug预防。等等

2009-12-29

C语言深度剖析(pdf)

提供了C语言的基本知识,以及其常见的问题,出现bug的地方。学习c语言的很好的材料

2009-12-29

程序员面试攻略-(第2版)

Programming Interviews Exposed: Secrets to Landing Your Next Job, Second Edition。 提供了面试时常见的问题,并有详细的解答。是面试之前很好的资料。

2009-12-29

google黑板报-数学之美

我们将定期刊登 Google 科学家吴军写的《数学之美》系列文章,介绍数学在信息检索和自然语言处理中的主导作用和奇妙应用。

2009-12-23

Linux内核阅读心得

这段时间在看《Linux内核源代码情景分析》,顺便写了一些感悟。读内核源代码是一件很有意思的事。它像一条线,把操作系统,编译原理,C语言,数据结构与算法,计算机体系结构等等计算机的基础课程串起来。

2009-12-23

2009年各大公司笔试题大全

包含各大公司最新的笔试题,百度,华为,EMC,阿郎,网易,迅雷,腾讯等等。

2009-12-23

Effective STL

你已经熟悉了STL。你知道怎么建立容器,迭代它们的内容,添加删除元素和应用常见算法,比如find和sort。但你并不 满足,你不能摆脱STL所提供的超过它们能带来的好处的感觉。应该简单的任务并非那样。应该直截了当的操作确有资 源泄漏或错误行为。应该高效的过程却需要比你希望给它们的更多的时间和内存。是的,你知道怎么使用STL,但你不 确定你在有效地使用它。

2009-09-02

The Linux® Networking Architecture: Design and Implementation of Network Protocols in the Linux Kernel

This book deals with the architecture of the network subsystem in the Linux kernel. The idea for this book was born at the Institute of Telematics at the University of Karlsruhe, Germany, where the Linux kernel has been used in many research projects and its network functionality is modified or enhanced, respectively, in a targeted way. For instance, new services and protocols were developed for the next-generation Internet, and their behavior was studied. In addition, existing protocols, such as the TCP transport protocol, were modified to improve their behavior and adapt them to the new situation in the Internet.

2009-09-02

Understanding the Linux Kernel, 3rd Edition

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.

2009-09-02

加州大学伯克利分校操作系统讲义

加州大学伯克利分校操作系统讲义,pdf版,内容详细,具体介绍了操作系统的基础知识。

2009-08-12

windows核心编程

Microsoft Windows is a complex operating system. It offers so many features and does so much that it's impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid understanding of the system's basic building blocks. Once you understand the basics, it's easy to incrementally add any higher-level aspects of the system to your knowledge. So this book focuses on Windows' basic building blocks and the fundamental concepts that you must know when architecting and implementing software targeting the Windows operating system. In short, this book teaches the reader about various Windows features and how to access them via the C and C++ programming languages

2009-08-01

SQL Bible-Alex Kriegel and Boris M

you need to understand and use SQL and its implementations in accordance with the established SQL99 standard. Whether you want to learn database programming from scratch, you’d like to sharpen your SQL skills, or you need to know more about programming for a heterogeneous database environment, this book provides the complete menu. Tutorials and code examples in each chapter make it an indispensable reference for every level of expertise.

2009-08-01

南京大学算法讲义——图伦排序查找

包含了基本算法的讲义,如图论,哈希表,排序,查找等算法。。。。。。

2009-08-01

c++库函数以及文件大全_chm

本书详细描述了c++具体的库函数及其使用实例,丰富的例子等等。。。。

2009-07-30

Windows socket规范及应用

本书适应了Windows、Internet 及计算机网络普及的潮流,介绍了一套在Windows 下网络编程的规范-Windows Sockets。这套规范是Windows 下得到广 泛应用的、开放的、支持多种协议的网络编程接口。

2009-05-04

MySql5权威指南(英文版)

本书入地介绍了MySQL的功能,主要内容包括MySQL、PHP、Apache、Perl等组件的安装与功能简介,mysql等一些重要系统管理工具和用户操作界面的使用,MySQL数据库系统设计的基础知识与用不同语言设计MySQL数据库的过程,以及SQL语法、工具、选项、API应用指南,最大限度地帮助读者更快地学习和掌握MySQL数据库系统的设计和使用

2009-05-04

Exceptional C++--中文版 侯捷译

Exceptional C++以实例的方式告诉你如何进行坚实的 软件工程,本书涵盖了Guru of the week30个条款的补充。GotW是广泛欢迎的国际网站。是一个独立性极高的一系列C++工程问题和解答。

2009-05-01

十分钟学会SQL--SAM

Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language.

2009-05-01

NS2手册(中文版)

本书主要是翻译ns2 manual上的内容。涵盖了ns2的各个架构到各个常用模块的使用。范围是相当的广泛,本书是严格按照ns2 manual英文版翻译。

2009-05-01

C++ Standard Library: A Tutorial and Reference

C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions.

2008-08-27

C++标准程序库—Nicolai M.Josuttis著

C++标准程序库—Nicolai M.Josuttis著,侯捷等译,本书详细介绍了STL以及C++编程思想。

2008-08-27

空空如也

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

TA关注的人

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