自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(84)
  • 资源 (7)
  • 收藏
  • 关注

原创 最短路径

F - 这个是签到题Time Limit:1000MS     Memory Limit:65536KB     64bit IO Format:%lld & %lluSubmit Status Practice Aizu 0189Description来春卒業するAさんは,就職を機に引越しをすることにしました。就職する会社は,オフィスがい くつかの

2016-07-31 17:06:22 230

原创 POJ-2377 Bad Cowtractors (并查集+sort排序)

Bad CowtractorsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 13466 Accepted: 5566DescriptionBessie has been hired to build a cheap internet network am

2016-07-30 17:24:03 324

原创 田忌赛马相似题

DescriptionYour karate club challenged another karate club in your town. Each club enters N players into the match, and each player plays one game against a player from the other team. Each game t

2016-07-30 17:21:49 1065

原创 Light-oj 1078 (除法模拟)

Time Limit:2000MS     Memory Limit:32768KB     64bit IO Format:%lld & %lluSubmit Status Practice LightOJ 1078 uDebugDescriptionIf an integer is not divisible by 2 or 5, some mult

2016-07-30 17:17:52 335

原创 杭电-2612 Find a way(广搜)

Find a wayTime Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10420    Accepted Submission(s): 3415Problem DescriptionPass a year

2016-07-30 09:46:00 554

原创 杭电-1241 Oil Deposits(广搜)

Oil DepositsTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24762    Accepted Submission(s): 14233Problem DescriptionThe GeoSu

2016-07-30 08:58:37 199

原创 杭电-2717 Catch That Cow (广搜)

Catch That CowTime Limit: 5000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12315    Accepted Submission(s): 3826Problem DescriptionFarmer

2016-07-29 21:44:41 191

原创 杭电-1242 Rescue(优先队列+广搜)

RescueTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 26502    Accepted Submission(s): 9381Problem DescriptionAngel was caught

2016-07-29 20:57:44 645

原创 杭电-2553 N皇后问题 (经典深搜)

N皇后问题Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 18331    Accepted Submission(s): 8291Problem Description在N*N的方格棋盘放置了N个皇

2016-07-29 16:52:29 331

原创 POJ-1321 棋盘问题(深搜)

棋盘问题Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 35579 Accepted: 17527Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求

2016-07-29 16:04:06 191

原创 杭电-1010 Tempter of the Bone(深搜)

Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 106936    Accepted Submission(s): 29087Problem DescriptionT

2016-07-29 15:48:11 413 3

原创 杭电-1181 变形课(深搜)

变形课Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/65536 K (Java/Others)Total Submission(s): 21556    Accepted Submission(s): 7785Problem Description呃......变形课上Harry碰到

2016-07-29 15:16:03 371

原创 POJ-3620 Avoid The Lakes(深搜)

Avoid The LakesTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7956 Accepted: 4183DescriptionFarmer John's farm was flooded in the most recent storm,

2016-07-29 11:51:57 215

原创 杭电-1312 Red and Black(DFS)

Red and BlackTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 17542    Accepted Submission(s): 10665Problem DescriptionThere is

2016-07-29 11:48:06 269

原创 HDU 1241 Oil Deposits(深搜基础模板)

Oil DepositsTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24345    Accepted Submission(s): 13996Problem DescriptionThe GeoSu

2016-07-27 21:26:37 218

原创 杭电-4004 The Frog's Games(二分)

The Frog's GamesTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 6172    Accepted Submission(s): 3006Problem DescriptionThe annua

2016-07-27 18:58:39 264

原创 CodeForces 448D Multiplication Table (二分 )

K - Multiplication TableTime Limit:1000MS     Memory Limit:262144KB     64bit IO Format:%I64d & %I64uSubmit StatusDescriptionBizon the Champion isn't just charming, he also is very

2016-07-27 17:06:15 211

原创 杭电-1969 Pie(二分)

PieTime Limit: 5000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9356    Accepted Submission(s): 3391Problem DescriptionMy birthday is comin

2016-07-27 14:33:44 218

原创 Noj Red packet -1651 (二分)

[1651] Red packet时间限制: 1000 ms 内存限制: 65535 K问题描述New Year is coming! Our big boss Wine93 will distribute some “Red Package”, just like Alipay and Wechat.Wine93 has m yuan, he decides to d

2016-07-27 14:18:12 338

原创 Lightoj 1137 Expanding Rods (二分,数学)

1137 - Expanding Rods   PDF (English)StatisticsForumTime Limit: 0.5 second(s)Memory Limit: 32 MBWhen a thin rod of length L is heated n degrees, it expands to a new length L‘ = (1+n*C)*L, where C is t

2016-07-27 13:54:05 485

原创 POJ-2057 Crossed Ladders (二分,数学)

Crossed LaddersTime Limit:2000MS     Memory Limit:32768KB     64bit IO Format:%lld & %lluSubmit StatusDescriptionA narrow street is lined with tall buildings. An x foot long ladd

2016-07-27 13:43:23 185

原创 杭电-2141 三个数组找定值(二分)

Can you find it?Time Limit: 10000/3000 MS (Java/Others)    Memory Limit: 32768/10000 K (Java/Others)Total Submission(s): 23696    Accepted Submission(s): 5986Problem DescriptionGive

2016-07-26 18:07:57 407

原创 杭电-1551 剪电缆(二分)

Cable masterTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3776    Accepted Submission(s): 1451Problem DescriptionInhabitants o

2016-07-26 17:55:52 291

原创 杭电-2199 Can you solve this equation? (简单二分)

Can you solve this equation?Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 16572    Accepted Submission(s): 7354Problem Descripti

2016-07-26 17:49:28 370

原创 杭电-4006 The kth great number(优先队列)

The kth great numberTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others)Total Submission(s): 9985    Accepted Submission(s): 3984Problem DescriptionXia

2016-07-26 14:05:53 270

原创 杭电-1896 Stones(优先队列)

StonesTime Limit: 5000/3000 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 2058    Accepted Submission(s): 1355Problem DescriptionBecause of the wron

2016-07-26 12:00:47 302

原创 POJ-1363 Rails (栈)

DescriptionThere is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was

2016-07-26 10:43:25 217

原创 优先队列的使用

优先队列的基本使用 1, #include #include using namespace std; //定义结构,使用运算符重载,自定义优先级1 struct cmp1{ bool operator ()(int &a,int &b){ return a>b;//最小值优先 } }; struct cmp2{

2016-07-26 10:06:04 203

原创 NYOJ-55 懒省事的小明(优先队列)

懒省事的小明时间限制:3000 ms  |  内存限制:65535 KB难度:3描述      小明很想吃果子,正好果园果子熟了。在果园里,小明已经将所有的果子打了下来,而且按果子的不同种类分成了不同的堆。小明决定把所有的果子合成一堆。 因为小明比较懒,为了省力气,小明开始想点子了:  每一次合并,小明可以把两堆果子合并到一起,消耗的体力等于两堆果子的重量之和。可以

2016-07-26 10:01:59 217

原创 杭电-1873 看病要排队(结构体优先队列)

看病要排队Time Limit: 3000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8111    Accepted Submission(s): 3371Problem Description看病要排队这个是地球人都知道的常识。

2016-07-26 09:58:05 351

原创 杭电-1702 ACboy needs your help again!(栈&队列)

ACboy needs your help again!Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 5670    Accepted Submission(s): 2963Problem Descript

2016-07-26 09:03:55 1084

原创 Light oj-1138 Trailing Zeroes (III) (二分&数学)

Trailing Zeroes (III)Time Limit:2000MS     Memory Limit:32768KB     64bit IO Format:%lld & %lluSubmit StatusDescriptionYou task is to find minimal natural number N, so that N!

2016-07-24 22:21:44 271

原创 BestCoder Round #84 Dertouzos

DertouzosAccepts: 205Submissions: 1040Time Limit: 7000/3500 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Problem DescriptionA positive proper divisor is a

2016-07-23 20:52:58 227

原创 POJ-3641 Pseudoprime numbers

Pseudoprime numbersTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 8638 Accepted: 3627DescriptionFermat's theorem states that for any prime number p and

2016-07-23 15:46:04 211

原创 杭电-2035 人见人爱A^B

人见人爱A^BTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 35281    Accepted Submission(s): 23962Problem Description求A^B的最后三位数表示的整

2016-07-23 15:35:35 299

原创 POJ -1995 Raising Modulo Numbers

Raising Modulo NumbersTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 6535 Accepted: 3866DescriptionPeople are different. Some secretly read magazines f

2016-07-23 15:33:09 175

原创 杭电-5363 Key Set

Key SetTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1781    Accepted Submission(s): 937Problem Descriptionsoda has a set

2016-07-23 15:25:25 224

原创 杭电-1052 Tian Ji -- The Horse Racing (贪心)

Tian Ji -- The Horse RacingTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 26273    Accepted Submission(s): 7741Problem Descript

2016-07-23 11:50:44 242

原创 快速幂 (模板)

#includeint quictpow(int n,int m,int mod){ int ans=1; int base=n; while(m>0) { if(m%2==1) { ans=(base*ans)%mod; } base=(base*base)%mod; m=m/2; } return ans;}int main(){ int n,

2016-07-23 09:44:00 165

原创 杭电-1061 Rightmost Digit

Rightmost DigitTime Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 47575    Accepted Submission(s): 17974Problem DescriptionGiven a

2016-07-23 09:42:20 256

SpringCloudAlibaba&springCloud及常用微服务组件.zip

里面是SpringCloudAlibaba&springCloud的常用微服务组件,GitHub下载速度太慢,下载完整理一下传上来分享,包括(zookeeper、consul、seate、nacos、sentinel、rabbitmq及运行环境erlang)

2020-06-02

基于android的个人生活管家项目

使用说明 把源程序的压塑包解压,把bin文件夹下的.apk文件复制到手机上进行安装,就可以直接使用。使用时需要先登录,可以使用已注册过的用户名密码直接登录,也可以自己先进行注册,再登录使用。登录过后,通过功能集合界面,进行选择要使用的功能,进入相应的功能模块。

2018-05-29

C++项目源码(本科C++课程设计)

C+ +程序没計与立用源碼rar日C+ +反射的例子.rarRSA算法.rar avc+ +彷向DAO数据庫.rar追万文件央并建成目彖樹rar表格打印源碼.rar合庠管理系統rar■打字小程序.rar打字源程序.rar■屯子便箋1.O.rar 俄歹斯方埃源代碼.rarニ叉柎排序rar 言个人考勤軟件幵爰実例配套代碼.rar書汳字沢別rar 基本功能没計.rar筒単計算器rar 迸銷存軟件beta.rar 酷界面一拠子解决方案rar■理財助手2.0.rar 砲的裸男程序源代碼.rar 漂亮菜単CHSMenu V3.8.rar■人事管理系統rar 実現XP図格的自絵按鈕.rar貪吃蛇源代碼.rar日坦克大哉rar 通訊彖管理程序源代碼.rar昆示系統肘鰰的小程序.rar書学生成績管理系統(VC+ t),rar ■用VC+ +創建自定乂向尋程序》rar在対活框中加入属性更》配套代碼.rar

2018-05-29

15级C语言课程设计通讯录管理系统

1, 功能描述 这个通讯录系统也初步实现了人员信息的显示、删除、查找、添加等必要的功能。 ① 显示通讯录内的人员的姓名、地址、邮编、电话号码,Email。 ② 显示所有输入人员的信息,并按姓名排序显示。 ③ 添加人员信息。 ④ 通过输入姓名查找人员信息。 ⑤ 通过输入电话号码查找人员信息 ⑥ 通过输入姓名查找到要删除的人员信息,然后可以进行删除。 ⑦ 通过输入电话号码查找到要删除的人员信息,然后可以进行删除。

2018-05-29

CAD课程实验报告(三维雨伞的绘制)

目录 一、引言 1 二、设计内容与要求 2 三、设计流程剖析图 2 四、详细设计 3 4.1绘制雨伞轮廓线 3 4.1.1 绘制一个正多八边形 3 4.1.2绘制正八边形内接圆半径 4 4.1.3改变用户坐标系 4 4.1.4修剪弧形 5 4.1.5绘制伞顶曲面 6 4.2绘制雨伞伞杆和伞把 8 4.2.2绘制伞把 9 4.2.3绘制伞把顶端 9 4.2.4生成实体 10 4.3赋予材质及渲染 10 五、总结 11 5.1图形的优点 11 5.2图形的缺点 11 5.3分析归纳 11 六、参考文献 12

2018-05-29

计算机网络课程设计-客户端FTP软件的设计与实现

课程设计报告+使用说明+源码 摘要 1 一、引言 2 1.1 FTP工作原理 2 1.2 C/S原理 3 二、系统需求分析 3 2.1功能需求 3 2.3系统工作流程设计 4 三、系统详细设计 5 3.1主要模块设计: 5 3.2界面设计: 7 四、系统测试 10 五、系统使用说明 11 5.1程序说明 11 5.2操作流程 11 六、心得体会 12

2018-05-29

数据库课程设计 仓库物资管理系统(JAVAweb源码+mysql+设计报告)

包含文档,各种源码 一、 课程设计目的和要求………………………………………………….…3 二、课程设计过程…………………………………………………………….4 数据库设计的基本步骤如下:……………………………………………….4 1.需求分析阶段……………………………………………………………..4 1.1 应用背景……………………………………………………………4 1.2系统需求分析……………………………………….........................5 1.3系统可行性分析。………………………………………………….6 1.4系统E-R图……………………………………………………........6 2.概要设计…………………………………………………........................7 2.1开发系统的目的…………………………………………………….7 2.2系统模块的划分…………………………………………………….7 2.2.1基础信息管理…………………………………………............7 2.2.2库存管理..……………………………………………………..7 2.2.3商品销售………………………………………………………8 2.2.4查询统计………………………………………………………8 2.2.5往来管理………………………………………………………8 2.2.6系统设置……..………………………………………………..8 2.3数据库实施………………………………………………………….8 2.3.1CreateDatabase创建数据库…………………………………...8 2.3.2 Create Table 创建表…………………………………………9 3.前端设计………………………………………………………………..18 3.1详细实现…………………………………………………………….18 3.2 数据库的连接与访问………………………………………………18 3.3用户登录模块设计………………………………………………….20 3.4系统首页设计……………………………………………………….23 3.5主要功能展示……………………………………………………….23 三、课程设计心得…………………………………………………………….26 参考文献:…………………………………………………………………….27

2018-05-29

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除