内容简介:电路分析是电子类专业的第一门基础课。电路理论包括电路分析和电路综合两大方面内容。电路分析的主要内容是指在给定电路结构、元件参数的条件下,求取由输入(激励)所产生的输出(响应);电路综合则主要研究在给定输入(激励)和输出(响应)即电路传输特性的条件下,寻求可实现的电路的结构和元件的参数。西交...
分类:
其他好文 时间:
2015-10-25 01:00:06
阅读次数:
253
Problem DescriptionIn your childhood, do you crazy for collecting the beautiful cards in the snacks? They said that, for example, if you collect all t...
分类:
其他好文 时间:
2015-09-08 18:26:12
阅读次数:
134
D -Crazy Tank Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionCrazy Tan...
分类:
其他好文 时间:
2015-09-06 01:09:19
阅读次数:
195
Dance Dance RevolutionTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusPracticeUVA 1291Mr. White, a fat man, now is crazy about...
分类:
其他好文 时间:
2015-08-30 21:15:04
阅读次数:
159
n participants of «crazy tea party» sit around the table. Each minute one pair of neighbors can change their places. Find the minimum time (in minutes...
分类:
其他好文 时间:
2015-08-27 22:27:36
阅读次数:
239
解题报告 之 HDU5325 Crazy Bobo 深搜,图论,HDU5325
Description
Bobo has a tree,whose vertices are conveniently labeled by 1,2,...,n.Each node has a weight . All the weights are distrinct.
A set with m nodes is a Bobo Set if:
- The subgraph of his tree induced by ...
分类:
其他好文 时间:
2015-08-27 15:25:28
阅读次数:
174
题意:有两个正负极n个节点和m个元件,每个元件告诉端点是接在哪个节点上的,并且每个元件有工作的最小电流限制,问使所有元件工作的满足条件的最小电流是多少。
思路:题目中已经有了源点S和汇点T,再添加附加源点SS和汇点TT,原图中的边的容量为INF(因为没有上限),若in[i]>0则SS向i连边容量为in[i],若in[i]<0则i向TT连边容量为-in[i],跑一次最大流,然后T向S连容量为INF的边,再跑一次最大流,判断SS的出边是否满流,若不满流则无解,否则有解输出边(T,S)的流量。
另外这类题看这里详...
分类:
其他好文 时间:
2015-08-26 17:56:30
阅读次数:
200
超简单的秒表:包含:开始、暂停(不清零)、清零 方法核心代码//// ViewController.m// MiaoBiao//// Created by Ibokan on 15/8/18.// Copyright (c) 2015年 Crazy凡. All rights reserved...
分类:
其他好文 时间:
2015-08-19 23:03:34
阅读次数:
194
Elevator Stopping Plan
Description
ZSoft Corp. is asoftware company in GaoKe Hall. And the workers in the hall are veryhard-working. But the elevator in that hall always drives them crazy. Why?Becau...
分类:
编程语言 时间:
2015-08-16 10:45:33
阅读次数:
214
Crazy TankTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4562Accepted Submission(s): 902Problem D...
分类:
其他好文 时间:
2015-08-13 17:32:53
阅读次数:
122