http://eagain.net/articles/git-for-computer-scientists/git object storage仅仅是一个DAG of objects, 有几种类型的对象。他们都被压缩保存并以SHA-1 hash来标示。blob:最简单的对象,仅仅是一堆字节的堆.....
分类:
其他好文 时间:
2015-09-11 01:28:11
阅读次数:
248
使用Schema约束xml文件:以computer.xml文件为例。1.创建一个computer.xml文件。1G2G1.2.创建一个computer.xsd文件。 ...
分类:
编程语言 时间:
2015-09-09 11:17:11
阅读次数:
176
4 (Build 0140)Copyright (c) 2002-2014 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.Xshell:\> Connecting ...
分类:
其他好文 时间:
2015-09-07 11:05:47
阅读次数:
398
1350 - Trie时间限制:1秒内存限制:128兆104 次提交 35 次通过题目描述In computer science, a trie, is an ordered tree data structure that is used to store an associative array...
分类:
其他好文 时间:
2015-09-06 17:35:10
阅读次数:
235
?Stable Problems Get High-Quality SolutionsSam GardinerREAl-WoRld pRogRAMMing is not about solving the problem that someone gives to you. In the computer science classroom, you must solve the binary- s...
分类:
其他好文 时间:
2015-09-04 08:45:39
阅读次数:
145
——读Computer Graphics Principles and Practice 3rd Edition第七章时遇见课文正文和代码中的错误,作记。本文旨在阐释一种算法,用于在三维空间中寻找某一线(ray)与某一三角形的交点。此算法是计算机图形学中的基础算法之一。1.预设概念为了阐释此算法,必...
分类:
其他好文 时间:
2015-09-04 07:26:18
阅读次数:
199
题意:给一个母串和多个模式串,求模式串在母串后翻转后的母串出现次数的的总和。分析:模板题/*#include #include #include #include #include using namespace std;const int maxnode = 250*1000+10000;cons...
分类:
Web程序 时间:
2015-09-03 23:13:39
阅读次数:
193
J. Computer NetworkTime Limit: 1 SecMemory Limit: 256 MB题目连接http://codeforces.com/gym/100114DescriptionThe computer network of “Plunder & Flee Inc.” c...
分类:
Web程序 时间:
2015-09-03 20:26:00
阅读次数:
213
题意:求一条边使得加入这条边以后的消除的桥尽量多。在同一个边双连通分量内加边肯定不会消除桥的,求边双连通分量以后缩点,把桥当成边,实际上是要选一条最长的链。缩点以后会形成一颗树,一定不存在环否则和桥的定义矛盾,求树上的最远点对。树上的最远点对用dpT了,实际上两次dfs就行了,第一次随便选一个点df...
分类:
Web程序 时间:
2015-09-03 19:13:54
阅读次数:
207
华为s3900初始化基础配置以及远程telnet管理配置Xshell 4 (Build 0138)Copyright (c) 2002-2014 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.Xshell:\> Connecting to COM3...Conne...
分类:
其他好文 时间:
2015-09-03 14:05:51
阅读次数:
169