码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
git常用命令之log
查看提交日志记录 基础命令: git log 默认不用任何参数的话,git log 会按提交时间列出所有的更新,最近的更新排在最上面。 常用参数: -p: 展开显示每次提交的内容差异 -n: 显示最近的提交数量 例如:-3 最近3条 --stat: 仅显示简要的增改行数的统计 同时还有一个gitk图 ...
分类:其他好文   时间:2019-05-25 19:51:34    阅读次数:131
00 | Two Sum
Question Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul ...
分类:其他好文   时间:2019-05-23 19:38:44    阅读次数:114
《DSP using MATLAB》Problem 7.36
代码: 运行结果: 窗函数法,使用了矩形窗、三角窗、Hann窗、Hamming窗、Blackman窗、Kaiser窗, 1、Rectangular窗 2、Bartlett三角窗 3、Hann、Hamming窗、Blackman窗的图这里不放了,直接放Kaiser窗的结果 4、频率采样方法 5、PM法 ...
分类:其他好文   时间:2019-05-21 17:23:30    阅读次数:104
基于Windows平台的Python多线程及多进程学习小结
python多线程及多进程对于不同平台有不同的工具(platform-specific tools),如os.fork仅在Unix上可用,而windows不可用,该文仅针对windows平台可用的工具进行总结。 1.多线程 单线程中,如果某一任务(代码块)是long-time running的,则必 ...
分类:编程语言   时间:2019-05-19 14:39:07    阅读次数:438
business from English bisynes
Etymology business From English bisynes Hyphenation: business Noun business (countable and uncountable) 1.(countable) A specific commercial enterprise ...
分类:其他好文   时间:2019-05-19 12:04:22    阅读次数:91
1. Two Sum - Easy - Leetcode
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2019-05-18 23:44:24    阅读次数:159
1. Two Sum[E]
题目 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ...
分类:其他好文   时间:2019-05-11 10:59:23    阅读次数:128
性能调优方法论
一、谁来调优数据库管理员应用架构师应用设计师应用开发人员OS系统管理员存储系统管理员二、DBA在调优中做什么1)应用调优(DBA和开发人员合作)SQLstatementperformanceChangemanagement2)实例调优(DBA负责)MemoryDatabasestructureInstanceconfiguration3)操作系统(DBA与系统管理员合作)I/OSwapParame
分类:其他好文   时间:2019-05-08 14:42:21    阅读次数:171
centos7 在线安装 mysql8.0
访问https://dev.mysql.com/downloads/repo/yum/上的MySQL Yum存储库下载页面 。 选择并下载适用于您的平台的发行包。 使用以下命令安装下载的发行包,替换 platform-and-version-specific-package-name 为下载的包的名 ...
分类:数据库   时间:2019-05-04 12:03:49    阅读次数:400
常用的评价指标:accuracy、precision、recall、f1-score、ROC-AUC、PR-AUC
原文地址:https://www.jianshu.com/p/dbbfffd6a5e9 |预测(横)实际(纵)|+| | | | | | |+|tp|fn| | |fp|tn| + 准确率(Accuracy) $$accuracy=\frac{tp+tn}{tp+fp+tn+fn}$$ accura ...
分类:其他好文   时间:2019-05-03 18:04:59    阅读次数:1610
1538条   上一页 1 ... 22 23 24 25 26 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!