自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

MyLinChi的博客

删繁就简三秋树,领异标新二月花。

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

转载 算法导论------渐近记号Θ、Ο、o、Ω、ω详解

目录:1.渐近精确界记号:Θ(big-theta)2.渐近上界记号 :O(big-oh)3.渐近下界记号 :Ω(big-omege)4.非渐近紧确上界:o(小-oh)5.非渐近紧确下界:ω(小-omege)6.渐近记号Θ、Ο、o、Ω、ω关系7.参考资料1.渐近精确界记号:Θ(big-theta)  假设算法A的运行时间表达式T1(n)为:T1(n)=30n4+2

2017-09-18 22:18:52 2357

原创 2.2分析算法(随手笔记)

目的:选出一种最有效的算法。描述所用资源和代价的模型:随机访问机(RAM)对INSERTION-SORT的分析:1.重要概念:输入规模,运行时间。2.对于给定规模的输入,插入排序的运行时间依赖于具体的输入。   最佳情况的运行时间为an+b,最坏情况的运行时间为an2+bn+c。3.出于对运行时间的保证,往往只求最坏情况运行时间。4.一种简化的抽象:我们真正感兴趣的是运

2017-09-13 21:48:26 320

转载 常用排序算法的分类

(由算法导论2.1中的原址排序引出)1、按照待排得记录是否全部被放置到内存中,可以分为内排序与外排序;2、按照是否需要辅助空间,可以分为原址排序与非原址排序3、按照两个相等的数排序后相对位置是否发生变化,可以分为稳定排序和不稳定排序4、按照是否有比较的排序,可以分为基于比较的排序与非基于比较的排序,其中基于比较的排序又可以分为:(1)交换排序:冒泡排序、快速排序(2)插

2017-09-12 23:08:45 446

转载 常用的数据结构操作与排序算法的时间和空间复杂度

引言大家好!这篇文章包含了计算机科学中常用算法的时间和空间复杂度。过去准备技术面试的时候,我通常需要花费很多时间去网上搜索这些算法的最好、平均和最坏情况的复杂度,然后把它们归纳总结在一起,使得我在面试问到的时候不会被难住。在过去的几年里,我面试了一些硅谷的创业公司,也有一些像Google, Facebook, Yahoo, LinkedIn, 和 eBay这样的大公司,当我每一次准备面试时

2017-09-12 23:00:16 601

Approximation Algorithms.rar

Most natural optimization problems, including those arising in important application areas, are NP-hard. Therefore, under the widely believed conjecture that P -=/= NP, their exact solution is prohibitively time consuming. Charting the landscape of approximability of these problems, via polynomial time algorithms, therefore becomes a compelling subject of scientific inquiry in computer science and mathematics. This book presents the theory of approximation algorithms as it stands today. It is reasonable to expect the picture to change with time. This book is divided into three parts. In Part I we cover combinatorial algorithms for a number of important problems, using a wide variety of algorithm design techniques. The latter may give Part I a non-cohesive appearance. However, this is to be expected - nature is very rich, and we cannot expect a few tricks to help solve the diverse collection of NP-hard problems. Indeed, in this part, we have purposely refrained from tightly categorizing algorithmic techniques so as not to trivialize matters. Instead, we have attempted to capture, as accurately as possible, the individual character of each problem, and point out connections between problems and algorithms for solving them. In Part II, we present linear programming based algorithms. These are categorized under two fundamental techniques: rounding and the primaldual schema. But once again, the exact approximation guarantee obtainable depends on the specific LP-relaxation used, and there is no fixed recipe for discovering good relaxations, just as there is no fixed recipe for proving a theorem in mathematics (readers familiar with complexity theory will recognize this as the philosophical point behind the P -=/= NP question).

2020-04-26

BF5325A按压式指纹传感器说明书.rar

BF5325A按压式指纹传感器说明书,包含产品的说明书

2020-04-14

JEE7帮助文档.rar

J2EE7帮助文档

2020-04-14

JDK9中文文档.rar

jdk9的帮助文档

2020-04-14

牛津字典(欧路词典).txt

由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。由于连接太容易吞,所以放到文档里。打开即可完成百度云连接下载。有问题可以在评论区留言。

2020-03-29

__helloworld__

代码的一个示例,可以查看如何新建一个工程,然后运行。

2018-05-12

计算机技术的经典英文书籍

计算机领域的一些基础知识书籍,外文,非影印,自带目录高清。

2018-05-11

C、TCP、CAN底层相关电子书

收集一些高品质的电子书,用于深刻理解C语言以及通讯相关的TCP协议和CAN协议的电子文档。

2018-05-11

coolFormat

用于代码的格式化,如把tab字符转换为空格,把花括号按照标准格式摆放等。对于C/C++等代码的格式化效果不错。

2018-05-11

sscom5.13.1串口调试工具

用于串口调试的工具,版本新,可以显示log的打印时间,并能保存窗口字符数据到文本文件。

2018-05-11

算法导论(第三版)全部练习题+思考题答案(原书标准)

该答案很全面,是原书英文版的答案,可以保证正确性,是良好的算法学习助手。

2017-11-15

算法导论第三版(1-21章)答案(详细)

本资源花钱买来,因此资源分较高。但答案详细,物超所值。

2017-10-27

STL_帮助文档

2016-11-26

MusicPlayer

用MediaPlayer实现的android平台的音乐播放器源码。

2016-07-30

MediaPlayer音乐播放器

MediaPlayer音乐播放器

2016-07-30

android音乐播放器

android音乐播放器

2016-07-29

空空如也

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

TA关注的人

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