找特殊情况,分类讨论:三种情况 1)两个字符串的长度之差 大于1 直接返回false; 2)长度之差等于1, 判断长的字符串删掉不一样的字符,剩余的字符串是否相同; 3)长度之差等于0,判断不相同的字符个数,若超过一个返回false。 题意:API :int read4(char *buf) 每次读 ...
分类:
其他好文 时间:
2019-09-01 21:53:14
阅读次数:
119
"深入理解wmd算法" WMD(Word Mover’s Distance) "1" 是2015年提出的一种衡量文本相似度的方法。它具有以下几个优点: 效果出色:充分利用了 "word2vec" 的领域迁移能力 无监督:不依赖标注数据,没有冷启动问题 模型简单:仅需要词向量的结果作为输入,没有任何超 ...
分类:
编程语言 时间:
2019-08-31 21:26:54
阅读次数:
148
Given an array and a value, remove all instances of that value in place and return the new length. The order of elements can be changed. It doesn't ma ...
分类:
其他好文 时间:
2019-08-27 00:57:37
阅读次数:
71
标题 : 4.Redis客户端的使用 目录 : Redis 序号 : 4 Console.WriteLine($"北京和天津之间的距离是:{distance}公里"); csharp Console.WriteLine(Environment.NewLine); Console.WriteLine( ...
分类:
其他好文 时间:
2019-08-24 22:57:45
阅读次数:
122
The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Given two integers x and y, calcul ...
分类:
其他好文 时间:
2019-08-24 09:50:42
阅读次数:
94
The Hamming distance between two integers is the number of positions at which the corresponding bits are different. Now your job is to find the total ...
分类:
其他好文 时间:
2019-08-24 09:16:24
阅读次数:
73
边权转点权,每次遍历到下一个点,把走个这条边的权值加入主席树中即可。 ...
分类:
其他好文 时间:
2019-08-23 00:20:02
阅读次数:
86
Description: Given a string S and a character C, return an array of integers representing the shortest distance from the character C in the string. Ex ...
分类:
其他好文 时间:
2019-08-22 19:13:00
阅读次数:
117
路由重分布可以实现多种路由协议之间共享路由信息并进行路由信息交换,使得同一个互联网络中高效地支持多种路由协议提供了可能。重分发总是向外的,执行重分发的路由器不会修改其路由表。路由必须位于路由表中才能被重分发。优先顺序依次为子网掩码最长匹配、管理距离distance、路由度量值metric。1)管理距离是指一种路由协议的路由可信度,在正常情况下,管理距离越小,它的优先级就越高,也就是可信度越高!路由
分类:
其他好文 时间:
2019-08-21 16:30:06
阅读次数:
160
1.功能:模拟工艺偏差对芯片性能的影响 2. 40nm之前 flat derate模型可以基本覆盖大部分情况 3.AOCV (Adance OCV) 考虑distance 和depth的影响。 AOCV table背后已经有统计学的支撑,即SSTA(statistical static timing ...
分类:
其他好文 时间:
2019-08-21 13:33:50
阅读次数:
114