码迷,mamicode.com
首页 >  
搜索关键字:aced    ( 217个结果
电子书 一种现代的方法(第3版).pdf
内容简介 《世界著名计算机教材精选·人工智能:一种现代的方法(第3版)》是经典的人工智能教材,已被全世界100多个国家的1200多所大学用作教材。 《世界著名计算机教材精选·人工智能:一种现代的方法(第3版)》的新版全面而系统地介绍了人工智能的理论和实践,阐述了人工智能领域的核心内容,并深入介绍了各 ...
分类:其他好文   时间:2017-05-29 17:21:39    阅读次数:234
Umbraco image中使用Crop URL
需要在Umbraco 的image中使用crop URL.首先你需要取出这个image作为IPublishedContent 有以下两种方法 第一种: 第二种,如果你已经使用了Core Property Value Converters package, 你可以直接取出 You then need ...
分类:Web程序   时间:2017-05-25 09:56:12    阅读次数:170
ABC061
D - Score Attack(最长路 + 判环) Problem Statement There is a directed graph with N vertices and M edges. The i-th edge (1≤i≤M) points from vertex a**i to v ...
分类:其他好文   时间:2017-05-15 23:44:33    阅读次数:313
Ehcache配置参数示例
从Ehcache的jar包里抽取的 ...
分类:系统相关   时间:2017-05-11 18:30:55    阅读次数:290
JDK1.8 HashMap源码分析
一、HashMap概述 在JDK1.8之前,HashMap采用数组+链表实现,即使用链表处理冲突,同一hash值的链表都存储在一个链表里。但是当位于一个桶中的元素较多,即hash值相等的元素较多时,通过key值依次查找的效率较低。而JDK1.8中,HashMap采用数组+链表+红黑树实现,当链表长度 ...
分类:其他好文   时间:2017-05-05 18:31:34    阅读次数:292
F - Many Moves
F - Many Moves Time limit : 2sec / Memory limit : 256MB Score : 900 points Problem Statement There are N squares in a row. The squares are numbered 1, ...
分类:其他好文   时间:2017-05-03 22:52:20    阅读次数:326
【打CF,学算法——二星级】Codeforces Round #313 (Div. 2) B. Gerald is into Art(水题)
【CF简单介绍】 提交链接:http://codeforces.com/contest/560/problem/B 题面: B. Gerald is into Art time limit per test 2 seconds memory limit per test 256 megabytes ...
分类:编程语言   时间:2017-04-25 13:28:32    阅读次数:226
Note for video Machine Learning and Data Mining——training vs Testing
Here is the note for lecture five. There will be several points 1. Training and Testing Both of these are about data. Training is using the data to ge ...
分类:系统相关   时间:2017-04-18 22:03:09    阅读次数:230
virtualbox下安装ubantu
引言 虚拟机是一种实现'虚拟化技术'的软件,可以在现有的操作系统构建'虚拟的计算机系统'。现如今虚拟机有两类,一类是virtualbox,另一类是vmware workstation,virtualbox是免费的,vmware workstation收费且不支持32位系统。我们在这里讲解的是virt ...
分类:其他好文   时间:2017-04-05 12:39:51    阅读次数:244
spring bean属性及子元素使用总结
spring bean属性及子元素使用总结2016-08-03 00:00 97人阅读 评论(0) 收藏 举报 分类:Spring&SpringMVC(17) 版权声明:本文为博主原创文章,未经博主允许不得转载。 spring框架中主要有四种标签bean、alias、import、beans,其中b... ...
分类:编程语言   时间:2017-04-04 19:33:55    阅读次数:298
217条   上一页 1 ... 16 17 18 19 20 ... 22 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!