码迷,mamicode.com
首页 >  
搜索关键字:seve    ( 361个结果
Is It A Tree? (并查集)
题目: A tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edges betw ...
分类:其他好文   时间:2018-08-22 17:02:38    阅读次数:132
PAT 1134 Vertex Cover
A vertex cover of a graph is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. Now given a graph with ...
分类:其他好文   时间:2018-08-20 17:53:26    阅读次数:219
Windows Community Toolkit 4.0 - DataGrid - Overview
原文:Windows Community Toolkit 4.0 - DataGrid - Overview概述 Windows Community Toolkit 4.0 于 2018 月 8 月初发布:Windows Community Toolkit 4.0 Release Note. 4.0... ...
分类:编程语言   时间:2018-08-20 01:11:43    阅读次数:220
CSS:元素类型
元素分类 在CSS中,html中的标签元素大体分为三种不同的类型:块状元素、内联元素(又叫行内元素)和内联块状元素。 块状元素 <div>、<p>、<h1>...<h6>、<ol>、<ul>、<dl>、<table>、<address>、<blockquote> 、<form> 特点 每个块级元素都 ...
分类:Web程序   时间:2018-08-19 12:54:43    阅读次数:523
POJ 1741 Tree 树分治
Tree Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://poj.org/problem?id=1741 Description Give a tree with n vertices,each edge has a length(positi ...
分类:其他好文   时间:2018-08-18 19:50:14    阅读次数:132
Node.js搭建WEB服务器
前言 这几天为了熟悉vue.js框架,还有webpack的使用,就准备搭建一个发布和浏览markdwon的简单WEB应用。原本是想着用bash脚本和busybox的httpd来作为后台服务,但是bash脚本解析和生成JSON非常不方便,而用Java语言写又觉得部署不方便,所以就想到了正在用到的Nod ...
分类:Web程序   时间:2018-08-14 20:03:54    阅读次数:230
English trip -- MC(情景课)3 D
xu言: have a nice weekend... sentences How many people are there in you family? they are 3 people in my family ... a member of ... I am a member of Men ...
分类:其他好文   时间:2018-08-11 01:38:11    阅读次数:151
Laravel - Opening Multiple Projects
On this page:BasicsOpening multiple projectsDeleting a project from viewImportant notesBasicsPhpStorm allows you to work with several projects simulta... ...
分类:其他好文   时间:2018-08-10 11:00:26    阅读次数:208
POJ 3411 Mondriaan's Dream 【状压Dp】 By cellur925
Squares and rectangles fascinated the famous Dutch painter Piet Mondriaan. One night, after producing the drawings in his 'toilet series' (where he ha ...
分类:其他好文   时间:2018-08-08 21:26:41    阅读次数:185
题解报告:hdu 1698 Just a Hook(线段树lazy标记的运用)
Problem Description In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of several ...
分类:其他好文   时间:2018-08-08 10:43:18    阅读次数:190
361条   上一页 1 ... 19 20 21 22 23 ... 37 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!