码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
uva 11636 Hello World!(找规律)
uva 11636 Hello World! When you first madethe computer to print the sentence “Hello World!”, you felt so happy, not knowinghow complex and interesting the world of programming and algorithmwil...
分类:其他好文   时间:2015-01-31 12:38:34    阅读次数:154
JAVA学习--接口的应用
1 public class TestUSB { 2 public static void main(String[] args) { 3 Computer com = new Computer(); 4 com.doWork(new Printer());...
分类:编程语言   时间:2015-01-31 00:14:45    阅读次数:183
关于支持向量机(SVM)一些不得不说的话
做为一种监督学习模型,支持向量机(Supprot Vector Machine)在机器学习领域内很重要。首先,SVM用来干什么?一句话将,就是分类(Classification)。比较简单的分类,比如线性分类、Logistic 回归等等,得到的分类结果未必是最优的。而SVM则旨在找到一个最优的分类器。从这个目的出发,SVM提出了Soft Margin,Support Vector等等看似很直观的概...
分类:其他好文   时间:2015-01-30 16:12:41    阅读次数:160
建议程序员都读一读的31篇论文系列笔记(1~2)
1. An Axiomatic Basis for Computer Programming. 1969年的一篇论文,主要讲用公理基础证明计算机编程的正确性,包括赋值/递推/组合/循环等。不是那么容易读懂,特别是一些数理符号,想要完全看懂估计得查不少书。扫过重要的部分,关键就是 P{Q}R, 即前置条件满足assert(P) 为true,Q是一段程序(可以是多个子程序的组合),后置条件R是人们...
分类:其他好文   时间:2015-01-30 15:54:24    阅读次数:201
UVa 101 - The Blocks Problem
The Blocks ProblemBackgroundMany areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an ear...
分类:其他好文   时间:2015-01-29 17:14:00    阅读次数:245
uva 10795 A Different Task(递归模拟)
uva 10795 A Different Task The (Three peg) Tower of Hanoi problem is a popular one in computer science. Briefly the problem is to transfer all the disks from peg-A to peg-C using peg-B as i...
分类:其他好文   时间:2015-01-28 14:45:37    阅读次数:194
uva 216 Getting in Line (暴力枚举)
uva 216  Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the computers are chained together so...
分类:其他好文   时间:2015-01-27 13:19:04    阅读次数:168
POJ 1236 Network of School(强联通缩点)
Description A number of schools are connected to a computer network. Agreements have been developed among those schools: each school maintains a list of schools to which it distributes software (th...
分类:移动开发   时间:2015-01-26 19:22:23    阅读次数:214
12096 - The SetStack Computer UVA
Background from Wikipedia: \Set theory is abranch of mathematics created principally by theGerman mathematician Georg Cantor at the end ofthe 19th cen...
分类:其他好文   时间:2015-01-24 22:36:39    阅读次数:240
组策略中一些与用户登录和设备安装相关的设置
一些和用户登入窗口相关的设置项(包括开机时和解锁屏幕时的登录窗口):位置:computer configuration -> windows settings -> local policies -> security options设置项:一些和安装与禁用设备(例如USB)相关的设置项:位置:computer configuration -> windows settings -> admini...
分类:其他好文   时间:2015-01-24 18:48:51    阅读次数:148
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!