码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
机器学习公开课笔记(8):k-means聚类和PCA降维
K-Means算法非监督式学习对一组无标签的数据试图发现其内在的结构,主要用途包括:市场划分(Market Segmentation)社交网络分析(Social Network Analysis)管理计算机集群(Organize Computer Clusters)天文学数据分析(Astronomi...
分类:其他好文   时间:2016-01-20 22:12:07    阅读次数:844
UVA 11077 Find the Permutations 递推置换
Find the PermutationsSorting is one of the most used operations in real life, where Computer Science comes into act. It iswell-known that...
分类:其他好文   时间:2016-01-19 19:25:28    阅读次数:170
What are Windows ACLs and why are they important?
An access control list (ACL), with respect to a computer file system, is a list of permissions attached to an object. An ACL specifies which users or ...
分类:Windows程序   时间:2016-01-19 15:44:07    阅读次数:222
stl(set+stack) LA 3634 The SetStack Computer
题目传送门题意:给一些对集合的操作,询问每一次操作后栈顶的集合元素个数分析:首先{}是空的,每一次add时候,{} -> { {} }变成了有一个元素的集合,利用set和stack,map容器能很方便解决这道题。 if (!mp[s1]) mp[s1] = ++cnt; ...
分类:其他好文   时间:2016-01-14 22:25:40    阅读次数:211
老李分享: 并行计算基础&编程模型与工具 1
老李分享: 并行计算基础&编程模型与工具在当前计算机应用中,对高速并行计算的需求是广泛的,归纳起来,主要有三种类型的应用需求:计算密集(Computer-Intensive)型应用,如大型科学工程计算与数值模拟;数据密集(Data-Intensive)型应用,如数字图书馆、数据仓库、数据挖掘和计算可...
分类:其他好文   时间:2016-01-13 19:40:08    阅读次数:113
解决修改计算机名后tfs连接不上的错误
1,用vs 自带的工具命令 tf workspaces 查看集合2,执行命令:>tf workspaces /collection:https://aaaa.visualstudio.com/defaultcollection /updateComputerName:old-computer-nam...
分类:Web程序   时间:2016-01-13 13:00:24    阅读次数:181
鸟哥私房菜--第0章 计算机概论
CPU种类精简指令集(Reduced Instructions Set Computer - RISC)指令较为精简,每个指令执行周期较短,完成的操作简单,执行性能较佳;Sun公司SPARC系列,IBM的Power Archite系列以及ARM(手机、PDA、导航系统、网络设备等)系列。复杂指令集(...
分类:其他好文   时间:2016-01-12 16:57:51    阅读次数:212
dongle --NFC
A dongle is a small piece of hardware that attaches to a computer, TV, or other electronic device in order to enable additional functions such as copy...
分类:其他好文   时间:2016-01-11 10:29:36    阅读次数:215
RAID基础
磁盘类型类型IDE Integrated Drive ElectronicsSATA Srial ATASCSI Small Computer System InterfaceFC Fiber Channe接口IDE接口,并行串行Scsi接口 并行FC接口传输率133Mbs150Mbs320Mbs1...
分类:其他好文   时间:2016-01-11 00:11:31    阅读次数:174
角点检测:Harris角点及Shi-Tomasi角点检测
角点特征检测与匹配是Computer Vision 应用总重要的一部分,这需要寻找图像之间的特征建立对应关系。点,也就是图像中的特殊位置,是很常用的一类特征,点的局部特征也可以叫做“关键特征点”(keypoint feature),或“兴趣点”(interest point),或“角点”(conrn...
分类:其他好文   时间:2016-01-09 15:22:47    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!