22C4400 – Database Systems Project – Initial 1/28/2019Project ScopeRaman Aravamudhan RSA-22C4400-S19-PROJECT-SCOPEDepartment of Computer Science Page ...
分类:
数据库 时间:
2019-02-09 21:03:51
阅读次数:
160
将本地计算机添加到域或工作组,可通过Add-Computer命令操作,具体信息如下:语法:Add-Computer [-DomainName] [-ComputerName ] [-Confirm] -Credential [-Force] [-Loc alCredential ] [-NewNam... ...
1 #include "iostream" 2 #include "vector" 3 #include "set" 4 #include "map" 5 #include "stack" 6 #include "string" 7 #include "algorithm" 8 #include "... ...
分类:
其他好文 时间:
2019-02-07 19:09:10
阅读次数:
123
对Discrete Mathematics Using a Computer的第一章Introduction to Haskell进行总结。环境Windows 自定义数据类型 data type definitions 形式如: data Colour = Red | Orange | Yellow ...
分类:
其他好文 时间:
2019-02-04 12:44:06
阅读次数:
221
<题目链接> 题目大意: 输出树上每个点到其它点的最大距离。 解题分析: 下面的做法是将树看成有向图的做法,计算最长路需要考虑几种情况。 dp[i][0] : 表示以i为根的子树中的结点与i的最大距离 dp[i][1] : 表示以i为根的子树中的结点与u的次大距离 dp[i][2] : 表示i往父亲 ...
分类:
其他好文 时间:
2019-02-03 12:41:32
阅读次数:
141
什么是计算机图形学?计算机图形学(Computer Graphics,简称CG)的内容比较丰富,与很多学科都有交叉,因此笔者认为是无法严格定义的。 在“Wiki百科”和“百度百科”上,对“计算机图形学”的解释为:计算机图形学是一种使用数学算法将二维或三维图形转化为计算机显示器的栅格形式的科学。简单地 ...
分类:
其他好文 时间:
2019-02-01 12:17:29
阅读次数:
207
今天写了一道题,RE了两次,WA了两次,改了很多遍,最后一遍修改的时候找到了问题; 难度:CF B; 重点:DFS+剪枝 题目 Vasya plays a computer game with ninjas. At this stage Vasya's ninja should get out of ...
分类:
其他好文 时间:
2019-01-30 00:17:40
阅读次数:
233
题目: Programming Ability Test (PAT) is organized by the College of Computer Science and Technology of Zhejiang University. Each test is supposed to run ...
分类:
其他好文 时间:
2019-01-28 22:20:24
阅读次数:
154
https://pintia.cn/problem-sets/994805342720868352/problems/1071785408849047552 In computer science, a heap is a specialized tree-based data structure ...
分类:
其他好文 时间:
2019-01-28 12:15:11
阅读次数:
218
用fiddler监控移动端的通讯 1 依次打开Fiddler->Tools->Fiddler Options在【Connection】面板里将Allow remote computers to connect勾选,设置端口号【默认为8888,可修改其他端口号】;点击【OK】按钮,关闭Fiddler并 ...
分类:
移动开发 时间:
2019-01-28 01:03:28
阅读次数:
200