自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 编写反转字符串的程序,要求优化速度、优化空间

这是网络流传的Microsoft的面试题目之一:“编写反转字符串的程序,要求优化速度、优化空间”。因为最近一直很多关注算法方面的实践和研究,因此对这个问题进行了一些思考,给出了5种实现方法(有两种解法相关性比较大)。这是网络流传的Microsoft的面试题目之一:“编写反转字

2011-09-11 16:04:20 4018 1

原创 Windows系统下安装linux后的不能上网的若干解决方法

一 配置MAC地址永久修改<!--p {margin-bottom:0.21cm}-->首先,打开“/etc/resolv.conf”设置dns服务器ip,即:sudogedit /etc/resolv.conf编辑如下:#Generate

2011-09-08 10:37:34 3049

原创 算法的空间复杂度于时间复杂度的关系

算机在完成一个任务的时候有两个指标,时间和所有内存(也就是空间)。这两者是负相关的。也就是说,当你设计一个特定程序时,你可以选择使用更多的内存,这样可以达到提高程序运行速度的目的,也就是减少程序运行时间。另一方面,你也可以选择使用较少的内存,这样可以节省内存但同时程序运行速度会变

2011-09-07 10:53:20 13460

原创 正则表达式

正则表达式(英语:Regular Expression、regex或regexp,缩写为RE),也译为正规表示法、常规表示法,在计算机科学中,是指一个用来描述或者匹配一系列符合某个句法规则的字符串的单个字符串。在很多文本编辑器或其他工具里,正则表达式通常被用来检索和/或替换那些符

2011-09-07 09:28:15 1161

程序员实用算法超实用的经典教材加实例

本书重点关注的是立即实用的代码,算法,可移植性和操作性比较强

2011-06-20

原版英文教材《Beginning SQL》作者Paul Wilton and John W. Colby

About the Authors Paul Wilton After an initial start as a Visual Basic applications programmer at the Ministry of Defense in the U.K., Paul found himself pulled into the Net. Having joined an Internet development company, he spent the last three years helping create Internet solutions and is currently working on an e-commerce Web site a major British bank. Paul’s main skills are in developing Web front ends using DHTML, JavaScript, VBScript, and Visual Basic and back-end solutions with ASP, Visual Basic, and SQL Server. Currently, Paul is working on new Web-based application that will hopefully make him millions. . . well, thousands at least! Paul Wilton contributed Chapters 1–9 and Appendixes A, B and C to this book. John W. Colby John Colby is an independent consultant who has specialized in Access development since 1994. He designed databases for companies in the U.S., Mexico, Canada, and Ireland. John is past president and current board member of Database Advisors, Inc. (www.databaseAdvisors.com), a not-for-profit organization dedicated to providing fellow developers with a place to discuss Access, SQL Server, Visual Basic, and other topics relative to modern database applications development. Database Advisors also allows developers to showcase their talents by sharing databases, wizards, and various code packages. John lives in northwestern Connecticut with his wife and two small children. He enjoys music, travel, all things computers, and he dreams of working from his laptop while enjoying travel with his family. John W. Colby contributed Chapters 10–13 to this book.

2010-12-20

数据库基础英文原版 作者Abiteboul

数据库领域的经典教材,英文原版,高清PDf。英文名《Foundations of Databases》

2010-12-20

空空如也

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

TA关注的人

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