自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

空空如也

TCP/IP详解 卷1协议.pdf

TCP/IP详解 卷1:协议.pdf 公认的经典,学习网络协议的必读之作!

2011-12-21

Pattern.Oriented.Software.Architecture.Volume.2.pdf

All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency 90 Tottenham Court Road, London, UK W1P 9HE, without the permission in writing of the publisher, with the exception of any material supplied specifically for the purpose of being entered and executed on a computer system for exclusive use by the purchaser of the publication.

2012-01-02

Pattern.Oriented.Software.Architecture.Volume.5.pdf

All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to permreq@wiley.co.uk, or faxed to (+44) 1243 770620.

2012-01-02

I2C总线规范

I2C总线规范 I2C总线规范 I2C总线规范 I2C总线规范 I2C总线规范

2018-02-24

IPOP+使用手册

IPOP是windows平台功能强大的调试工具,可用于串口、网口调试等。

2018-02-24

数据结构+习题答案_清华大学_严蔚敏_C语言.rar

数据结构+习题答案_清华大学_严蔚敏_C语言.rar 是经典的数据结构教材,本书同时包含了数据结构的部分习题答案供参考

2011-12-18

Git-2.16.2-64-bit+TortoiseGit-2.6.0.0-64bit

windows 64位平台的可视化git安装包,版本管理的好工具。 安装顺序: 1.安装Git-2.16.2-64-bit 2.安装TortoiseGit-2.6.0.0-64bit

2018-02-24

linux-4.1.15源码

linux内核4.1.15版本源代码,供大家学习使用。拿走不谢~

2018-02-24

计算机操作系统.pdf

本书系统地讲解了计算机操作系统内存管理、进程调度等方面的知识,适合大中专和本科教学使用

2011-12-18

Visual.C++.NET完全手册

Visual.C++.NET完全手册,有助于学学c++哦~~

2011-12-21

WindowsAPI

windows api函数定义大全,windows api函数定义大全,windows api函数定义大全

2018-02-24

编译原理(中文版)

本书全面深入地探讨了编译器设计方面的主要问题,包括词法分析、语法分析、语法制导定义和语法制导翻译、运行时刻环境、目标代码生成、代码优化技术、并行性检测以及过程间分析技术,并在行馆章节中给出大量的实例。

2011-12-18

makefile模板

makefile模板。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。

2018-02-24

TFS1.3 淘宝文件系统源代码V1.3

TFS(Taobao FileSystem)是一个高可扩展、高可用、高性能、面向互联网服务的分布式文件系统,其设计目标是支持海量的非结构化数据。

2011-12-18

matlab使用教程

本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。

2011-12-18

深入Linux内核架构(英文版)

英文原版书籍,学习linux内核架构的好帮手~~

2011-12-18

eMMC协议-A43,A441

eMMC协议-A43,A441 eMMC协议-A43,A441 eMMC协议-A43,A441

2018-02-24

Pattern.Oriented.Software.Architecture.Volume.3.pdf

Michael Kircher is currently working as Senior Software Engineer at Siemens AG Corporate Technology in Munich, Germany. His main fields of interest include distributed object computing, software architecture, patterns, eXtreme Programming, and management of knowledge workers in innovative environments. He has been involved as a consultant and developer in many projects, within various Siemens business areas, building software for distributed systems. Among those were the development of software for UMTS base stations, postal automation systems, and operation and maintenance software for industry and telecommunication systems.

2012-01-02

数据结构(严蔚敏).pdf

本书前半部分从抽象数据类型的角度讨论各种数据结构及其应用,后半部分主要讨论排序和查找,是经典的学习制作哦~~

2012-01-02

计算机网络第五版]计算机网络第五版.pdf

本书比较系统地介绍了网络的发展和原理体系结构,是经典的网络教材。

2012-01-02

企业应用架构模式.chm

The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned.

2012-01-02

Pattern.Oriented.Software.Architecture.Volume.1.pdf

学习体系结构的必读之作!!Other titles in the Wiley Series in SOFTWARE DESIGN PATTERNS PATTERN-ORIENTED SOFTWARE ARCHITECTURE VOLUME 2: Patterns for Concurrent and Networked Objects Douglas Schmidt, Michael Stal, Hans Rohnert, Frank Buschmann Designing application and middleware software to run in concurrent and networked environments is a significant challenge to software developers. This book presents 17 interrelated patterns ranging from idioms through architectural designs. They cover core elements of building concurrent and network systems: service access and configuration, event handling, synchronization, and concurrency. All patterns present extensive examples and known uses in multiple programming languages, including extensive examples and known uses in multiple programming languages, including C++, C and Java.

2012-01-02

Virsual c++.net 实例精选

Virsual c++.net 实例精选 内有源码

2011-12-21

linux-2.6.0 内核源代码

linux-2.6.0的内核源代码,方便大家学习linux操作系统内核哦~~

2011-12-18

算法导论习题答案(中文版和英文版)

算法导论是一本经典的关于算法和数据结构方面的初等、中等书籍,本书提供了算法导论的部分习题答案。

2011-12-18

空空如也

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

TA关注的人

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