码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
计算机视觉中的边缘检测Edge Detection in Computer Vision
计算机视觉中的边缘检测 边缘检测是计算机视觉中最重要的概念之一。这是一个很直观的概念,在一个图像上运行图像检测应该只输出边缘,与素描比较相似。我的目标不仅是清晰地解释边缘检测是怎样工作的,同时也提供一个新而又容易的方法只需要最小工作来明显地提高边缘检测。 通过获得这些边缘,许多计算机算法才得以有可能 ...
分类:其他好文   时间:2017-10-20 20:01:00    阅读次数:149
计算机基础
01.什么是计算机?计算机在生活中的应用举例 计算机(Computer)全称:电子计算机,俗称电脑。是一种能够按照程序运行,自动、高速处理海量数据的现代化智能电子设备。由硬件和软件所组成,没有安装任何软件的计算机称为裸机。常见的形式有台式计算机、笔记本计算机、大型计算机等。 应用举例: * 1:科学 ...
分类:其他好文   时间:2017-10-20 10:07:04    阅读次数:133
一些powershell指令
一、批量移动computer$computer=get-adcomputer-filter*-searchabase"computerou"|selectnameforeach($iin$computer.name){dsquerycomputer-name$i|dsmove-newparent"newou"}二、批量禁用账号import-csvc:\xx.csv|foreach{disable-adacount-identity$_.name}三、使用MOVE-ADobj..
分类:系统相关   时间:2017-10-19 19:58:58    阅读次数:254
english note
Scott Young (Scott Young) completed a surprising feat: he learned all the 33 lessons of the MIT computer science course within a year. Most importantl ...
分类:其他好文   时间:2017-10-18 16:46:34    阅读次数:160
Unable to locate value meta plugin of type (id)
用什么都会有坑啊,金遇到kettle的一个坑,错误提示如下 解决方法: To fix the issue, you need to delete the db.cache file. On my Windows computer, it’s located under C:\Users\patlaf ...
分类:Web程序   时间:2017-10-17 18:44:13    阅读次数:401
August 04th 2017 Week 31st Friday
Love is a vine that grows into our hearts. 爱是长在我们心里的藤蔓。 What is love? Maybe no one can explain it clearly or give a precise definition. It is a compre ...
分类:其他好文   时间:2017-10-17 17:28:15    阅读次数:213
UVA796 Critical Links —— 割边(桥)
题目链接:https://vjudge.net/problem/UVA-796 In a computer network a link L, which interconnects two servers, is considered critical if there are at least ...
分类:其他好文   时间:2017-10-17 09:54:52    阅读次数:184
[SGU 199] Beautiful People
[SGU 199] Beautiful People The most prestigious sports club in one city has exactly N members. Each of its members is strong and beautiful. More preci ...
分类:其他好文   时间:2017-10-16 19:27:12    阅读次数:216
红帽7之hostnamectl 实用小命令用法
rhel7很多命令和rhel6都不一样了,大家需要学习喽。先从hostnamectl开始哈[root@roidb02~]#hostnamectlStatichostname:roidb02Iconname:computer-vmChassis:vmMachineID:c3e6a26e2e00481f928f0c38b97cf5abBootID:f7d681692d96485ea81b3524c7743647Virtualization:kvmOperatingS..
分类:其他好文   时间:2017-10-15 18:02:27    阅读次数:270
智能客服 对话实现--python aiml包
利用了python的aiml包进行应答 什么是AIML? AIML是Richard Wallace开发的。 他开发了一个叫A.L.I.C.E(Artificial Linguistics Internet Computer Entity)的机器人并且赢了几个人工智能的奖项。 有趣的是, 其中一个图灵 ...
分类:编程语言   时间:2017-10-14 18:23:32    阅读次数:430
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!