码迷,mamicode.com
首页 >  
搜索关键字:letter    ( 1667个结果
隐性反馈行为数据的协同过滤推荐算法
隐性反馈行为数据的协同过滤推荐算法 《Collaborative Filtering for Implicit Feedback Datasets》论文笔记 本文是我阅读《CollaborativeFiltering for Implicit Feedback Datasets》论文的笔记,介绍的是 ...
分类:编程语言   时间:2017-05-24 18:31:53    阅读次数:1033
424. Longest Repeating Character Replacement
Problem statement: Given a string that consists of only uppercase English letters, you can replace any letter in the string with another letter at mos ...
分类:其他好文   时间:2017-05-24 09:54:32    阅读次数:227
hdu 1686---KMP
题目链接 Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the ...
分类:其他好文   时间:2017-05-23 20:28:02    阅读次数:235
multi-tap
multi-tap又称 multi-press . 是在手机,或者电视遥控上的keypad定义,有如下2类标准: 1. ITU-T E.161 2.T9 使用举例如下: Consider a typical phone keypad: A standard ITU-T E.161 keypad us ...
分类:其他好文   时间:2017-05-23 15:46:05    阅读次数:173
python -- 字符串、列表、元组、字典操作
1. 字符串 字符串是不可变变量,不能通过下标来修改它的值,但可以通过以下方法取值: 字符串也可通过for循环来循环对象里的每一个元素。 常用的字符串方法 所有字符串的方法,都不会修改原字符串的值,都会产生一个新的字符串。 2. 列表 列表是可变变量,可以通过下标修改其值,常用的方法有: 切片功能 ...
分类:编程语言   时间:2017-05-22 23:14:10    阅读次数:272
greenplum-时间处理
工作中遇到,需要改变两周以前的数据状态,于是查了下资料,原来数据库直接就可以处理,所以分享给大家! 在PostgreSQL中可以直接对时间进行加减运算:、 SELECT now()::timestamp + '1 year'; --当前时间加1年 SELECT now()::timestamp + ...
分类:其他好文   时间:2017-05-22 11:03:43    阅读次数:208
Swift学习笔记(5):集合类型
目录: 数组:Array 集合:Set 字典:Dictionary Swift提供Array(有序集合数据)、Set(无序无重复集合)和Dictionary(无序键值对集合)三种基本集合类型来存储明确数据类型的集合数据。 使用var将集合声明为变量,可以在创建之后添加、移除、修改集合内数据项。如果使 ...
分类:编程语言   时间:2017-05-19 10:01:11    阅读次数:175
[leetcode-583-Delete Operation for Two Strings]
Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one cha ...
分类:其他好文   时间:2017-05-17 18:18:06    阅读次数:250
leetcode_017 Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:其他好文   时间:2017-05-17 11:50:13    阅读次数:188
display:inline-block; 去除间隙的方法 总结:
个人常用: 如: 1: 设置: ul { letter-spacing: -4px; } ul li { display: inline-block; } ul li a { letter-spacing:0px; } 参考:去除inline-block元素间间距的N种方法 ...
分类:其他好文   时间:2017-05-16 16:16:25    阅读次数:148
1667条   上一页 1 ... 89 90 91 92 93 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!