码迷,mamicode.com
首页 >  
搜索关键字:university    ( 1239个结果
TOJ4101.Guess Game(TOJ means Tianjin University Online Judge)(dp的思想,但这道题目是假dp)
题意:你要从[1,n]这个n个数中猜出来规定的某个数,现在这个数未知,问你在最糟糕的情况下(但是你采用了最优的策略),你要猜多少次才能猜出这个数。现在有两种条件: 第一种:当你猜的数比指定的那个数小的时候,系统会提示你small; 第二种:当你猜的数比指定的那个数大的时候,系统会提示你wrong,但 ...
分类:其他好文   时间:2017-05-27 20:44:34    阅读次数:276
HDU 2795 Billboard 贴广告(线段树)
Problem Description At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The boa ...
分类:其他好文   时间:2017-05-27 12:19:32    阅读次数:246
UVA 10042 Smith Numbers(数论)
Smith Numbers Background While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephon ...
分类:其他好文   时间:2017-05-27 10:40:34    阅读次数:184
linux 系统管理之磁盘阵列RAID和压缩命令
什么是RAIDRAID:RedundantArraysofInexpensiveDisks即:廉价磁盘冗余阵列RedundantArraysofIndependentDisks独立磁盘冗余阵列1988年由加利福尼亚大学伯克利分校(UniversityofCalifornia-Berkeley)提出的“ACaseforRedundantArraysofInexpensiveDisks”。旨在将多个相对廉价的ID..
分类:系统相关   时间:2017-05-26 14:26:50    阅读次数:266
机器学习笔记(Washington University)- Clustering Specialization-week one & week two
,1.One nearest neighbor Input: Query article: Xq Corpus of documents (N docs): (X1, X2, X3,... ,XN) output : XNN = min disance(Xq, Xi) 2. K-NN Algorit ...
分类:其他好文   时间:2017-05-24 22:23:40    阅读次数:197
读书笔记:计算机网路6章:传输层
这是我在Coursera上的学习笔记。课程名称为《Computer Networks》,出自University of Washington。 因为计算机网络才诞生不久,眼下正在以快速在发展,所以有些旧的教材可能都已经跟不上时代了。这门课程在2013年左右录制,知识相对还是比較新的。覆盖了计算机网络 ...
分类:其他好文   时间:2017-05-24 12:45:50    阅读次数:204
机器学习笔记(Washington University)- Classification Specialization-week six & week 7
1. Precisoin and recall precision is how precise i am at showing good stuff on my website recall is how good i am at find all the postive reviews prec ...
分类:其他好文   时间:2017-05-18 23:54:35    阅读次数:298
机器学习笔记(Washington University)- Classification Specialization-week five
1. Ensemble classifier Each classifier votes on prediction Ensemble model = sign(w1f1(xi) + w2f2(xi) + w3f3(xi)) w1 w2 w3 is the learning coefficients ...
分类:其他好文   时间:2017-05-17 23:28:21    阅读次数:173
poj 2531 Network Saboteur (dfs)
Network Saboteur Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 9364 Accepted: 4417 Description A university network is composed of N comp ...
分类:Web程序   时间:2017-05-13 14:52:10    阅读次数:160
数据库基础(1):数据定义
1.实验内容 1) 用Management Studio创建数据库University_Mis 2) 使用SQL语句创建关系数据库基本表: 学生表Students(Sno,Sname, Semail,Scredit,Sroom); 教师表Teachers(Tno,Tname,Temail,Tsala ...
分类:数据库   时间:2017-05-13 14:51:34    阅读次数:387
1239条   上一页 1 ... 69 70 71 72 73 ... 124 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!