原题链接在这里:https://leetcode.com/problems/search-suggestions-system/ 题目: Given an array of strings products and a string searchWord. We want to design a s ...
分类:
其他好文 时间:
2020-01-14 09:19:51
阅读次数:
73
/// <summary> /// 打印的按钮 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void btnPrint_Click(object sender, Event ...
网上的代码大部分是这样的: 1 auto matViewMatrix = camera->getViewMatrix(); 2 auto matProjectionMatrix = camera->getProjectionMatrix(); 3 auto wndMatrix = camera->g ...
分类:
其他好文 时间:
2020-01-13 01:07:10
阅读次数:
89
this.bgShape=newegret.Shape();this.bgShape.width=w;this.bgShape.height=h;let$max:egret.Matrix=this.bgShape.matrix;$max.a=$max.d=0;$max.c=$max.b=1;this.bgShape.graphics.beginGradientFill(egret.Gradient
分类:
其他好文 时间:
2020-01-11 22:32:32
阅读次数:
372
线性判别分析(Linear Discriminant Analysis),简称LDA,是一种经典的线性学习方法。在二分类问题上最早由Fisher提出,也称"Fisher判别分析"。 在主成分分析原理总结中,我们对降维算法PCA进行了总结。这里的LDA是另一种经典的的降维算法。使用PCA进行降维,我们 ...
分类:
其他好文 时间:
2020-01-11 00:06:20
阅读次数:
110
//读 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Form ...
分类:
其他好文 时间:
2020-01-07 16:29:02
阅读次数:
92
在SLAM中经常会用到李群李代数与四元数来表示旋转变换,这些数学公式往往需要推导来推导去,分分钟搞到头都大了。但在SLAM中往往用到其中那么几个固定的性质,所以是没有必要对这些数学基础作过多深入的研究,只需要记住其中一些常用的公式及性质即可。因此,本人在这里对这些数学基础作一个简单的总结,以便日后在 ...
分类:
其他好文 时间:
2020-01-04 10:56:40
阅读次数:
72
Python AOP transaction - 国际版 Binghttps://cn.bing.com/search?q=Python%20AOP%20transaction&qs=n&form=QBRE&sp=-1&pq=python%20aop%20transac&sc=0-18&sk=&cv ...
分类:
编程语言 时间:
2020-01-03 19:13:30
阅读次数:
99
暂时没什么证明辣。 1> $\sum_{d|n}{\phi(d)}=n$ 2> $\frac{\phi(n)}{n}=\sum_{d|n}{}{\frac{\mu(d)}{d}}$ ...
分类:
其他好文 时间:
2020-01-01 20:15:51
阅读次数:
53
%导言区 \documentclass{article} \usepackage{ctex} %引入中文宏包 %导言区:\usepackage{graphicx} %语法: \includegraphics[<选项>] {<文件名>} %格式: EPS,PDF,PNG,JPEG,BMP \usepa ...
分类:
其他好文 时间:
2019-12-31 21:39:30
阅读次数:
67