自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 常用的32个算法

奥地利符号计算研究所(Research Institute for Symbolic Computation,简称RISC)的Christoph Koutschan博士在自己的页面上发布了一篇文章,提到他做了一个调查,参与者大多数是计算机科学家,他请这些科学家投票选出最重要的算法,以下是这次调查的结果,按照英文名称字母顺序排序。1、A* 搜索算法——图形搜索算法从给定起点到给定终点

2017-01-12 09:29:20 3294

原创 21. Merge Two Sorted Lists

1 题目Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.2 代码/** * Definition for singly-linked list.

2017-01-08 18:02:46 225

原创 15. 3Sum

1 题目iven an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note: The solution set must no

2017-01-08 17:58:04 247

原创 399. Evaluate Division

1  题目Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given some queries, return the answers.

2017-01-08 17:52:32 261

原创 1. 两数字求和 (Two Sum)

1 题目Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution.Example:Gi

2017-01-08 17:48:17 452

原创 287. 发现重复的数量(Find the Duplicate Number)

1 题目Given an array nums containing n + 1 integers where each integer is between 1 and n (inclusive), prove that at least one duplicate number must exist. Assume that there is only one duplicate

2017-01-08 17:44:24 354

OmniGraffle常用模板.zip

OmniGraffle 的一些模板,常用地图、科学、空间计划、软件、网络下载、Basic、Colors、Diagrams、Home、UX and UI

2019-06-25

推荐系统实践.pdf (项亮编著)

推荐系统实践.pdf (项亮编著)

2017-01-08

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用!

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用! 针对问题: hadoop2.7.1运行Wordcount错误 at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) Exception in thread "main" java.lang.UnsatisfiedLinkError 解决办法: 1:将文件解压到hadoop的bin目录下 2:将hadoop.dll复制到C:\Window\System32下 3:添加环境变量HADOOP_HOME,指向hadoop目录 4:将%HADOOP_HOME%\bin加入到path里面 5:重启myeclipse或者eclipse

2015-10-28

hadoop2.7.1对应的hadoop.dll,亲测,可用

hadoop2.7.1对应的hadoop.dll,winutils.exe等。亲测,可用! 针对问题: hadoop2.7.1运行Wordcount错误 at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) Exception in thread "main" java.lang.UnsatisfiedLinkError 解决办法: 1:将文件解压到hadoop的bin目录下 2:将hadoop.dll复制到C:\Window\System32下 3:添加环境变量HADOOP_HOME,指向hadoop目录 4:将%HADOOP_HOME%\bin加入到path里面

2015-10-28

数值分析课件02

对于数学建模有很大的帮助,可以容易理解各种算法思想。

2013-08-17

空空如也

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

TA关注的人

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