自定义博客皮肤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)
  • 资源 (40)
  • 收藏
  • 关注

空空如也

ProDjango电子书PDF

Django系列之《pro Django》 英文原文电子书

2014-06-09

[专业磁盘碎片整理工具].OO.Defrag.Profession

[专业磁盘碎片整理工具].OO.Defrag.Professional.v15.0.73.Incl.Keymaker-ZWT.zip

2012-11-11

[Linux设备驱动程序(第三版)].Linux_Device_Drivers_3rd

[Linux设备驱动程序(第三版)].Linux_Device_Drivers_3rd

2012-11-11

编译原理中文版

编译原理中文版 更多相关电子书,来我的资源下载。

2012-11-11

Visual.Studio.NET.Framework技术内幕

Visual.Studio.NET.Framework技术内幕 原版PDF,文字版,非扫描版。

2012-11-11

Visual.Studio.2010.高级编程 PDF

Visual.Studio.2010.高级编程 原版PDF,绝对高清的文字版,非扫描版

2012-11-11

JAVA2核心技术(中文PDF)

JAVA2核心技术(中文PDF) 更多的电子书来我的资源找。

2012-11-11

黑客防线2011精华奉献本.上册].黑客防线.扫描版.pdf

黑客防线2011精华奉献本.上册].黑客防线.扫描版.pdf

2012-11-11

TCP.IP.Protocol.Suite,.Behrouz.A..Foruzan,.4ed,.MGH,.2010

TCP.IP.Protocol.Suite,.Behrouz.A..Foruzan,.4ed,.MGH,.2010[ED2000.COM].pdf 原版PDF

2012-11-11

精通脚本黑客PDF彩图精校版.pdf

精通脚本黑客PDF彩图精校版.pdf 你懂的。

2012-11-11

Windows高级调试[书+源码+符号文件]完整版

Windows高级调试[书+源码+符号文件]完整版

2012-11-11

Rootkits_Windows内核的安全防护(加书签)

Rootkits_Windows内核的安全防护(加书签)

2012-11-11

Apress.Beginning.PHP.and.MySQL.5.From.Novice.to.Professional.2nd.Edition

[16本PHP系列进阶教程].Apress.Beginning.PHP.and.MySQL.5.From.Novice.to.Professional.2nd.Edition 原版PDF,绝对清晰。

2012-11-11

[16本PHP系列进阶教程].Apress.Beginning.CakePHP.From.Novice.to.Professional.Jul.2008

[16本PHP系列进阶教程].Apress.Beginning.CakePHP.From.Novice.to.Professional.Jul.2008 原版PDF,绝对清晰。

2012-11-11

[16本PHP系列进阶教程].Addison-Wesley.-.PHP.and.MySQL.Web.Development.4th.Editio

[16本PHP系列进阶教程].Addison-Wesley.-.PHP.and.MySQL.Web.Development.4th.Edition 原版PDF.

2012-11-11

Intel软件开发人员手册 卷1 卷2 卷3

Intel软件开发人员手册 卷1 卷2 卷3 合卷,Intel官网2012年8月最新版,英文原版,共3020页。

2012-10-09

[Intel.64.and.IA-32体系结构:软件开发人员手册]文字版

[Intel.64.and.IA-32体系结构:软件开发人员手册].Intel.64.and.IA-32.Architectures.Software.Developer's.Manual.(美)Intel.Corporation.文字版.pdf 英文版

2012-10-09

wrk-v1.2(windows research kernal)

wrk-v1.2,添加了一份文件目录结构

2012-04-12

黑客防线2011年6月刊.pdf

这是黑客防线2011年6月刊pdf原版,无密码。 资源来之不易,所以收分比较高,希望大家谅解。 更多月刊请查看我的上传资源。

2011-11-02

黑客防线2011年9月刊pdf

由于资源来之不易,所以收分比较高,希望大家谅解。 更多资料请查看我的上传资源。

2011-11-02

The C programming Language by K & R chm版

The C programming Language By Brian W. Kernighan and Dennis M. Ritchie. Published by Prentice-Hall in 1988 ISBN 0-13-110362-8 (paperback) ISBN 0-13-110370-9 Contents Preface Preface to the first edition Introduction Chapter 1: A Tutorial Introduction Getting Started Variables and Arithmetic Expressions The for statement Symbolic Constants Character Input and Output File Copying Character Counting Line Counting Word Counting Arrays Functions Arguments - Call by Value Character Arrays External Variables and Scope Chapter 2: Types, Operators and Expressions Variable Names Data Types and Sizes Constants Declarations Arithmetic Operators Relational and Logical Operators Type Conversions Increment and Decrement Operators Bitwise Operators Assignment Operators and Expressions Conditional Expressions Precedence and Order of Evaluation Chapter 3: Control Flow Statements and Blocks If-Else Else-If Switch Loops - While and For Loops - Do-While Break and Continue Goto and labels Chapter 4: Functions and Program Structure Basics of Functions Functions Returning Non-integers External Variables Scope Rules Header Files Static Variables Register Variables Block Structure Initialization Recursion The C Preprocessor File Inclusion Macro Substitution Conditional Inclusion Chapter 5: Pointers and Arrays Pointers and Addresses Pointers and Function Arguments Pointers and Arrays Address Arithmetic Character Pointers and Functions Pointer Arrays; Pointers to Pointers Multi-dimensional Arrays Initialization of Pointer Arrays Pointers vs. Multi-dimensional Arrays Command-line Arguments Pointers to Functions Complicated Declarations Chapter 6: Structures Basics of Structures Structures and Functions Arrays of Structures Pointers to Structures Self-referential Structures Table Lookup Typedef Unions Bit-fields Chapter 7: Input and Output Standard Input and Output Formatted Output - printf Variable-length Argument Lists Formatted Input - Scanf File Access Error Handling - Stderr and Exit Line Input and Output Miscellaneous Functions String Operations Character Class Testing and Conversion Ungetc Command Execution Storage Management Mathematical Functions Random Number generation Chapter 8: The UNIX System Interface File Descriptors Low Level I/O - Read and Write Open, Creat, Close, Unlink Random Access - Lseek Example - An implementation of Fopen and Getc Example - Listing Directories Example - A Storage Allocator Appendix A: Reference Manual Introduction Lexical Conventions Syntax Notation Meaning of Identifiers Objects and Lvalues Conversions Expressions Declarations Statements External Declarations Scope and Linkage Preprocessor Grammar Appendix B: Standard Library Input and Output: <stdio.h> File Operations Formatted Output Formatted Input Character Input and Output Functions Direct Input and Output Functions File Positioning Functions Error Functions Character Class Tests: <ctype.h> String Functions: <string.h> Mathematical Functions: <math.h> Utility Functions: <stdlib.h> Diagnostics: <assert.h> Variable Argument Lists: <stdarg.h> Non-local Jumps: <setjmp.h> Signals: <signal.h> Date and Time Functions: <time.h> Implementation-defined Limits: <limits.h> and <float.h> Appendix C: Summary of Changes --------------------------------------------------------------------------------

2011-03-16

C++ GUI Programming with Qt 4, Second Edition 第二版

C++ GUI Programming with Qt 4, Second Edition 第二版原版电子书,1~24章全有,包括附录A,B,C

2010-08-10

[麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition

原版的[麻省理工学院-算法导论].Introduction.to.Algorithms,.Second.Edition 英文版CHM格式电子书,大小便捷,翻阅、查阅比PDF都要方便很多

2010-07-09

深入浅出.Ajax part3

深入浅出.Ajax的第三部分~欢迎下载~高清电子原版PDF

2010-05-29

ESET NOD32 序列号 注册码

著名杀毒软件 ESET NOD32 的激活序列号。

2009-11-28

windows API 函数 ,可用于C C++ dephi

windows API 函数 ,可用于C C++ dephi

2009-10-20

谭浩强C语言程序设计习题答案

谭浩强C语言程序设计习题答案,非常详细,每个章节都有,绝对完整版本。

2009-10-08

windows 核心编程PDF版.part2

这是windows核心编程PDF版的另外一部分

2009-10-06

windows 核心编程PDF版.part1

畅销书windows 核心编程的PDF版,因为太大,所以分了两卷上传,另一卷只要单击标签就能看到 一共是29章

2009-10-06

Oracle.Database.10g.Administration.Workshop.II

Oracle.Database.10g.Administration.Workshop.II

2009-10-05

Linux系统讲解用PPT

详细的讲解了Linux系统的基本操作方法和安装过程,也包括了桌面环境的使用

2009-10-05

C语言程序设计自学用PPT

大学教授用教案,详细的从零开始教授C语言,包括算法、文件、指针等其他重点内容。

2009-10-05

IBMPC Assembly Language

这是教授汇编语言的所有PPT打包,从基础到精通

2009-10-05

MASM汇编编程环境打包

汇编的编程环境,直接将其解压到C盘自己建的一个文件夹下即可,使用时在命令行使用,具体命令为: MASM ***.ASM LINK ***.OBJ

2009-09-14

加密与解密(第三版)

加密与解密第三版的部分PDF文章,包括第二章,第三章,第八章,和附录部分

2009-09-14

空空如也

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

TA关注的人

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