- 博客(8)
- 收藏
- 关注
原创 2007年开关稳压电源设计报告!!!
一、前段时间就搞这个去了!二、项目背景 21世纪是信息化的时代,信息化的快速发展使得人们对于电子设备、产品的依赖性越来越大,而这些电子设备、产品都离不开电源。开关电源相对于线性电源具有效率、体积、重量等方面的优势,尤其是高频开关电源正变得更轻,更小,效率更高,也更可靠,这使得高频开关电源成为了应用最广泛的电源。从开关电源的组成来看,它主要由两部分组成:功率级和控制级。功率级的主要任
2017-04-09 21:30:03
2856
1
原创 最大子列和的问题
运用动态规划解决!!!!给定K个整数组成的序列{ N1, N2, ..., NK },“连续子列”被定义为{ Ni, Ni+1, ..., Nj },其中 1 输入格式:输入第1行给出正整数 K (输出格式:在一行中输出最大子列和。如果序列中所有整数皆为负数,则输出0。输入样例:6-2 11 -4 13 -5 -2输出样例:20/我简单的说下做法:(今天找了几道数据结构的题目来做)//在这一遍
2017-04-01 20:17:59
629
原创 迷宫的最短路径(局限版)
//书上的例题,算法竞赛入门经典!!敲了一晚上终于AC了!!!还是水题。。#include#include#include#include#include#include#include#include#includeusing namespace std;const int MAX_N=10;const int MAX_M=10;const int INF = 100000000;typedef
2017-03-31 23:26:58
324
原创 poj2386结题报告
DescriptionDue to recent rains, water has pooled in various places in Farmer John’s field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= M <= 100) squares. Each square contains
2017-03-30 23:52:57
280
原创 DFS入门问题1(水题)
//第一次做DFS的题感觉自己是真的菜啊!!!!//明天开始DFS专项训练!!!//说下题目要求,就是给你数组从中找出几个数是否使他和为K。。#include#include#include#include#include#include#include#include#include#includeusing namespace std;int flag,n,p,a[101],c[1001]
2017-03-30 12:47:06
1134
原创 poj1852蚂蚁题。
AntsTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 17376 Accepted: 7407DescriptionAn army of ants walk on a horizontal pole of length l cm, each with a
2017-03-29 13:02:18
334
原创 uva10474
Where is the Marble? DescriptionRaju and Meena love to play with Marbles. They have got a lot of marbles with numbers written on them. At the beginning, Raju would place the marbles one after a
2017-03-28 23:14:47
271
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人