自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (16)
  • 问答 (2)
  • 收藏
  • 关注

转载 HashTable的c语言实现

HashTable的c语言实现转载自:http://blog.csdn.net/liuben/archive/2008/04/14/2290500.aspx1、基本概念散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列

2013-01-28 03:29:38 1282

转载 堆栈

栈上分配内存和回收都是自动的,不用程序员来处理堆上分配内存有系列的函数或操作符如c的 malloc vs freec++的 new vs delete这些内存的分配和释放由程序员来负责引用的长篇大论开始了:在C++中,内存分成5个区,他们分别是堆、栈、自由存储区、全局/静态存储区和常量存储区。 栈,就是那些由编译器在需要的时候分配,在不需要的时候自动清楚的变量的

2013-01-26 11:16:50 585

转载 CONST

(一)简单介绍,把握全局const与define,指针,引用,函数,类成员1.》》const与define。两者都可以用来定义常量,但是const定义时,定义了常量的类型,所以更精确一些。#define只是简单的文本替换,除了可以定义常量外,还可以用来定义一些简单的函数,有点类似内联函数(Inline)。const和define定义的常量可以放在头文件里面。(小注:可以多次声明,但

2013-01-18 19:17:20 394

转载 C++内存分配秘籍—new,malloc,GlobalAlloc详解

C++内存分配秘籍—new,malloc,GlobalAlloc详解                                                    _______只为因内存分配而无法入眠的程序员 一。关于内存  1、内存分配方式   内存分配方式有三种:   (1)从静态存储区域分配。内存在程序编译的时候就已经分配好,这块内存在程序的整个

2013-01-18 19:15:52 386

转载 Link List VS Dynamic Array

The size of a linked list node is two machine words for a single linked list and three for a double linked list (object reference, next reference, prev reference - roughly.. I have not yet looked at t

2013-01-03 03:07:49 571

ZX-PassReader.zip

用于获取中兴F650电信光猫的超级密码。

2020-05-23

HDTunePro5.7汉化版

HDTunePro5.7汉化版 免积分下载 分享给有需要的朋友们

2019-02-08

C# 6.0 in a Nutshell PDF

C# 6.0 in a Nutshell, PDF, 英文原版

2017-07-12

CLR via C# 4th Edition

CLR via C# 4th Edition, 英文原版

2017-07-12

C# 6.0 and the .NET 5 Framework, 7th edition, epub

C# 6.0 and the .NET 5 Framework, 7th edition, epub 版

2017-07-12

C# 6.0 and the .NET 5 Framework, 7th edition

C# 6.0 and the .NET 5 Framework, 7th edition, PDF

2017-07-12

戴尔专用温度监控程序

2017-02-22

Before the Interview

Before the Interview,程序员面试的经典书籍

2016-04-10

Programming interviews exposed

Programming Interviews Exposed, 2nd Edition, , The pressure is on during the interview process but with the right preparation, you can walk away with your dream job. This classic book uncovers what interviews are really like at America's top software and computer companies and provides you with the tools to succeed in any situation. The authors take you step-by-step through new problems and complex brainteasers they were asked during recent technical interviews., , 50 interview scenarios are presented along with in-depth analysis of the possible solutions. The problem-solving process is clearly illustrated so you'll be able to easily apply what you've learned during crunch time. You'll also find expert tips on what questions to ask, how to approach a problem, and how to recover if you become stuck. All of this will help you ace the interview and get the job you want., , What you will learn from this book, , * Tips for effectively completing the job application, * Ways to prepare for the entire programming interview process, * How to find the kind of programming job that fits you best, * Strategies for choosing a solution and what your approach says about you, * How to improve your interviewing skills so that you can respond to any question or situation, * Techniques for solving knowledge-based problems, logic puzzles, and programming problems, , Who this book is for, , This book is for programmers and developers applying for jobs in the software industry or in IT departments of major corporations., , Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

2016-04-10

Cracking the Coding Interview

Cracking the Coding Interview,技术面试的经典书籍

2016-04-10

Head First Data Analysis 英文原版

Head First系列的经典书籍,献给喜欢英文原版的同学

2016-04-10

Algorithms 算法概论

算法概论英文原版,附带习题解答。献给喜欢英文原版的同学们

2016-04-10

Thinking in Java 4th edition

Thinking in Java 英文原版第四版,附带习题解答

2016-04-10

Head First Design Patterns英文版

Design Pattern最好的入门级书籍

2014-11-22

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

TA关注的人

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