自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

_menglan_Zi

https://github.com/zimenglan-sysu-512

  • 博客(11)
  • 收藏
  • 关注

转载 美团推荐算法实践:机器学习重排序模型成亮点

转载于: http://mp.weixin.qq.com/s?__biz=MjM5MjAwODM4MA==&mid=204158571&idx=1&sn=3a321a7e0079c4413b276f98f0af21ee#rd美团推荐算法实践:机器学习重排序模型成亮点2015-01-31CSDN编者按:在用户意图明确时,我们通常用搜索引擎来解决互联网时代的

2015-01-31 10:29:21 1464

原创 Majority Element

Majority Elementleetcode bit-opearaion map sort majority原题链接题意Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊

2015-01-30 18:50:16 681

原创 Binary Tree Level Order Traversal II

Binary Tree Level Order Traversal IIleetcode dfs bfs原题链接题意Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level b

2015-01-29 11:36:03 549

原创 Pascal's Triangle II

Pascal's Triangle IIleetcode原题链接题意Given an index k, return the kth row of the Pascal’s triangle. For example, given k = 3, Return [1,3,3,1].Note:Could you opt

2015-01-29 11:18:07 587

原创 Pascal's Triangle

Pascal's Triangleleetcode原题链接题意Given numRows, generate the first numRows of Pascal's triangle. For example, given numRows = 5, Return [ [1], [1,1], [1,2,1], [1,3,3,1]

2015-01-29 10:48:27 571

原创 Largest Number

Largest Numberleetcode sort原题链接 参考 - Cindy_niu题意Given a list of non negative integers, arrange them such that they form the largest number.For example, given [3, 30, 34, 5,

2015-01-29 10:18:36 654

原创 Add Binary

Add Binaryleetcode binary原题链接题意Given two binary strings, return their sum (also a binary string). For example, a = "11" b = "1" Return "100".思路:处理好carry的情况

2015-01-28 22:10:17 625

原创 文档数据库的学习报告

文档数据库的学习报告 0 目录:       1 大数据环境下的背景       2传统关系数据库的瓶颈       3文档数据库的选择       4 什么是文档数据库                4.1 什么是文档?4.2 JSON数据格式4.3那么是什么是文档型数据库呢?4.4有哪些文档数据库?       5文档数据库的一些关键特点6 文档

2015-01-20 23:26:12 2993 1

原创 Add Two Numbers

Add Two Numbersleetcode mergeAdd Two Numbers题目链接题目大意:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of

2015-01-20 20:26:32 890

原创 Binary Tree Level Order Traversal

Binary Tree Level Order Traversalleetcode dfs bfsBinary Tree Level Order Traversal题目链接reference题目大意:Given a binary tree, return the bottom-up level order traversal of i

2015-01-20 17:54:56 774

转载 双线性插值

双线性插值,又称为双线性内插。(来源于维科百基)在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。红色的数据点与待插值得到的绿色点假如我们想得到未知函数  在点  的值,假设我们已知函数  在 , , , 及  四个点的值。首先在 x 方向进行线性插值,得到

2015-01-08 13:27:58 3554

空空如也

空空如也

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

TA关注的人

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