码迷,mamicode.com
首页 >  
搜索关键字:crazy circuits    ( 312个结果
《西安交大电路》(Principles of Electrical Circuits) 学习笔记
内容简介:电路分析是电子类专业的第一门基础课。电路理论包括电路分析和电路综合两大方面内容。电路分析的主要内容是指在给定电路结构、元件参数的条件下,求取由输入(激励)所产生的输出(响应);电路综合则主要研究在给定输入(激励)和输出(响应)即电路传输特性的条件下,寻求可实现的电路的结构和元件的参数。西交...
分类:其他好文   时间:2015-10-25 01:00:06    阅读次数:253
hdu 4336 Card Collector(期望 dp 状态压缩)
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
HDU 4445 数学-抛物运动
D -Crazy Tank Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionCrazy Tan...
分类:其他好文   时间:2015-09-06 01:09:19    阅读次数:195
UVA 1291 十四 Dance Dance Revolution
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
uvalive 2756 环形排列颠倒的次数
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 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
Crazy Circuits (hdu 3157 流量有上下限的最小流)
题意:有两个正负极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
ioc开发学习 --简易计时器 (基于iPhone5屏幕尺寸开发)
超简单的秒表:包含:开始、暂停(不清零)、清零 方法核心代码//// 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
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
hdu 4445 Crazy Tank (暴力枚举)
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
312条   上一页 1 ... 17 18 19 20 21 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!