码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
直方相似性,协方差以及巴士距离
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp ...
分类:其他好文   时间:2020-03-13 13:04:27    阅读次数:62
颜色查找表
https://github.com/cyssmile/openCV_learning_notes/blob/master/opencv_test/opencv_012_hist_compare/opencv_012_hist_compare.cpp 包含 applyColorMap() LUT() ...
分类:其他好文   时间:2020-03-13 12:58:06    阅读次数:76
Base64 格式图片上传至服务器
恢复内容开始 /** * Notes: Base64 图片 上传 * Created byxxg@seabig.cn * Date: 2019-12-12 * Time: 13:40 */ public function fileUploads($image) { $this->_globals() ...
分类:Web程序   时间:2020-03-12 14:40:42    阅读次数:75
Kubenete study notes (Service)
Service:Waystocreateservice:KubectlexposecreatedaServiceresourcewiththesamepodselectorastheoneusedbytheReplicationControllerKubectlcreatewithservicespecsapiVersion:v1kind:Servicemetadata:name:kubiaspe
分类:Web程序   时间:2020-03-08 23:27:38    阅读次数:119
Kubenete study notes (Replication Controller)
Replicationcontroller:ReplicationControllerschedulespodtooneworknode,kubeletapplicationinnodepullsimageandcreatecontainers.Podstartedby“kubectlrun”isnotcreateddirectly.ReplicationControlleriscreatedby
分类:Web程序   时间:2020-03-08 23:25:43    阅读次数:87
Kubenete study notes (POD)
PodDefinition:Createpodbydefinition:kubectlcreate-f[filename]Displaypoddefinition:kubectlgetpo[podname]-oyaml/jsonGettinglog:kubectllogs[podname]-c[containername]Portforwarding:kubectlport-forward[pod
分类:Web程序   时间:2020-03-08 23:22:12    阅读次数:89
Stats 102A HW4
Stats 102A HW4 Due March 3, 2020General Notes? You will submit a minimum of three files, the core files must conform to the followingnaming convention ...
分类:其他好文   时间:2020-03-08 20:10:33    阅读次数:68
操作系统之进程管理
进程管理 进程和线程 参考博客https://github.com/CyC2018/CS-Notes 进程 进程是资源分配的基本单位。 进程控制块 (Process Control Block, PCB) 描述进程的基本信息和运行状态,所谓的创建进程和撤销进程,都是指对 PCB 的操作。 下图显示了 ...
分类:系统相关   时间:2020-03-07 12:36:22    阅读次数:81
Convex Optimization
本文主要参考卡耐基梅隆大学(CMU)的Ryan Tibshirani教授在 "Convex Optimization" 课上的Lecture Notes 在统计学习和机器学习领域,基本上你想做的绝大部分事情都是一种优化问题。所以,面对具体的问题,你要做的事情可以概括为下图所示 即:如何把头脑中的id ...
分类:其他好文   时间:2020-03-04 23:23:29    阅读次数:62
LeetCode-921 Minimum Add to Make Parentheses Valid Solution (with Java)
1. Description: Notes: 2. Examples: 3.Solutions: 1 /** 2 * Created by sheepcore on 2019-05-07 3 */ 4 class Solution { 5 public int minAddToMakeValid(S ...
分类:编程语言   时间:2020-03-02 15:08:12    阅读次数:76
1141条   上一页 1 ... 6 7 8 9 10 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!