Discrete Gaussian Distribution $D_{\Lambda,r}$: Condition: 1. Lattic $\Lambda$ 2. Scaling factor $r$ 3. Central Point ${\bf c}={\bf 0}$ Matlab impleme ...
分类:
其他好文 时间:
2020-01-09 13:05:36
阅读次数:
82
线索分配_百度百科https://baike.baidu.com/item/%E7%BA%BF%E7%B4%A2%E5%88%86%E9%85%8D allocate和assign的区别_百度知道https://zhidao.baidu.com/question/36849454.html allo ...
分类:
其他好文 时间:
2020-01-08 21:15:28
阅读次数:
117
title: SqlLite数据库帮助类和基本DEMO categories: Codeing date: 2019 10 16 15:05:13 tags: [C ,编程开发,实用教程,DEMO] thumbnail: http://hemrj.cn/%E5%BE%AE%E4%BF%A1%E5%9 ...
分类:
数据库 时间:
2020-01-07 16:01:32
阅读次数:
98
1、table函数频数统计 注意路径是双斜线 \\ #读入csv文件 read.csv(file = "E:\\files\\DT\\BF\\R语言\\R第8天\\drink.csv", header = T) #读入.data文件 dr<-scan("E:\\files\\DT\\BF\\R语言\ ...
分类:
其他好文 时间:
2020-01-05 20:49:01
阅读次数:
128
https://paulswith.github.io/2018/02/24/%E8%BF%81%E7%A7%BB%E5%AD%A6%E4%B9%A0InceptionV3/ 上文记录了如何从一个别人训练好的模型, 切入我们自己的图片, 改为我们自己的模型.本来以为移植到手机很简单, 但是不简单的是... ...
分类:
移动开发 时间:
2020-01-04 01:28:11
阅读次数:
158
CRM 线索资源共享 - 国内版 Binghttps://cn.bing.com/search?q=CRM+%E7%BA%BF%E7%B4%A2%E8%B5%84%E6%BA%90%E5%85%B1%E4%BA%AB&qs=n&form=QBRE&sp=-1&pq=crm+%E7%BA%BF%E7% ...
分类:
其他好文 时间:
2019-12-31 21:19:36
阅读次数:
84
安装扩展 https://blog.csdn.net/maoyuanming0806/article/details/102798976 在laravel 中的简单使用 Lua 脚本用起来 $sh=<<<LUA return redis.call('bf.add',KEYS[1],KEYS[2]) ...
分类:
其他好文 时间:
2019-12-24 11:34:57
阅读次数:
117
class AVLNode{ public $data; // 节点数据 public $left = null; // 左子结点 public $right = null; // 右子节点 public $bf = 0; // 平衡因子BF public $parent = null; // 存储 ...
分类:
其他好文 时间:
2019-12-24 10:19:12
阅读次数:
74
typedef struct { char str[MAX]; int length; }SString; BF算法 int Index(SString *S, SString *T) { int i, j; i = 1; j = 1; while (i<=S->length&&j<=T->leng ...
分类:
编程语言 时间:
2019-12-23 22:46:23
阅读次数:
133
已知直线$y=kx$与双曲线$C:\; \frac{x^2}{a^2} \frac{y^2}{b^2}=1(a 0,b 0)$相交于不同的两点$A,B,\;\;F$为双曲线$C$的左焦点$,\;$且满足$|AF|=3|BF|,|OA|=b(O$为坐标原点$),\;$则双曲线$C$的离心率为$\und ...
分类:
其他好文 时间:
2019-12-23 19:02:56
阅读次数:
147