自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 资源 (20)
  • 收藏
  • 关注

原创 1076 Forwards on Weibo (30分)

1076Forwards on Weibo(30分)Weibo is known as the Chinese version of Twitter. One user on Weibo may have many followers, and may follow many other users as well. Hence a social network is formed wit...

2020-01-29 22:03:27 161

原创 1067 Sort with Swap(0, i) (25分)

1067Sort with Swap(0, i)(25分)Given any permutation of the numbers {0, 1, 2,...,N−1}, it is easy to sort them in increasing order. But what ifSwap(0, *)is the ONLY operation that is allowed to u...

2020-01-19 19:43:01 139

原创 1065 A+B and C (64bit) (20分)

Given three integersA,BandCin [−2​63​​,2​63​​], you are supposed to tell whetherA+B>C.Input Specification:The first line of the input gives the positive number of test cases,T(≤10). The...

2020-01-19 18:00:28 147

原创 1047 Student List for Course (25分)

Zhejiang University has 40,000 students and provides 2,500 courses. Now given the registered course list of each student, you are supposed to output the student name lists of all the courses.Inpu...

2020-01-15 09:31:05 139

原创 最长不下降子序列

最长不下降子序列解法第一种就是普通的dp方法for(int i=1;i<=n;i++){ cin>>a[i]; // dp[i]=1; } // dp[0]=-1; for(int i=1;i<=n;i++){d[i] = 1; for(int j=1;j<i;j++){ ...

2020-01-15 08:54:37 121

原创 1032 Sharing (25分)

To store English words, one method is to use linked lists and store a word letter by letter. To save some space, we may let the words share the same sublist if they share the same suffix. For example,...

2020-01-12 13:56:21 157

原创 1028 List Sorting (25分)

Excel can sort records according to any column. Now you are supposed to imitate this function.Input Specification:Each input file contains one test case. For each case, the first line contains two...

2020-01-11 12:21:03 87

原创 1016 Phone Bills (25分)

A long-distance telephone company charges its customers by the following rules:Making a long-distance call costs a certain amount per minute, depending on the time of day when the call is made. When...

2020-01-07 20:01:43 166

原创 1014 Waiting in Line (30分)

1014Waiting in Line(30分)Suppose a bank hasNwindows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. The rules for the customers to ...

2020-01-07 10:27:15 86

原创 Battle Over Cities(dfs)

1013Battle Over Cities(25分)It is vitally important to have all the cities connected by highways in a war. If a city is occupied by the enemy, all the highways from/toward that city are closed. We ...

2020-01-06 21:50:27 116

原创 centos安装源

centos安装源https://www.jianshu.com/p/fba41e28eef3https://www.cnblogs.com/imxiangbei/p/8872507.html

2020-01-06 20:04:14 136

原创 vector学习

#include<iostream>#include<vector>#include<algorithm>#include<cstdio>#include<cstring>#include<cstdlib>#include<map>#include<stack>#include<...

2020-01-06 19:02:13 105

原创 openstack 部分命令

## 查看当前的项目openstack project list## 查看当前的目录openstack catalog list## 查看agent服务openstack volume service list [o了](问题所在命令 ) cinder service-list## 查看当前 端点openstack endpoint list | grep cinder/...

2020-01-03 08:37:43 97

bank.rar,简单的ssm搭建使用。内部包含了相关的包.

简单的ssm搭建,里面有相关的包,但是版本不高,是3.2版本的。方便自己以后查找。没有使用maven。jdk1.8以上吧。tomcat是8.5版本。

2019-05-11

angulardemo1-8src代码

个人使用,用于记录angular的一部分学习,对应博客链接为https://blog.csdn.net/pan_xi_yi/article/details/89471264

2019-04-23

PHP代码,使用阿里云发送短信验证

阿里云上面有,就是一个简单的请求,工程实践作业上的要求,手机短信验证,通过php写接口进行发送。

2018-10-29

ssh框架整合代码样例

资源是个人学习ssh的代码,内部包括了相关的包,可以用于ssh整合快速入门,代码可运行

2018-07-09

ssh框架整合jar包

可以正常实现ssh整合,版本分别为spring4.3.9+hibernate5.0+struts2.3.4。另外有个人学习的ssh整合框架代码,另外上传。

2018-07-09

php导出excel数据函数封装

用例中只要获取到数据库数据并且传入对应的数组参数,对应列写相应的字段,即可进行导出excel。

2018-07-06

servlet+jsp添加管理员功能

压缩包中有数据库文件,是使用servlet+jsp技术实现,个人觉得用于课堂测验是可以的得,通过这个简单的实例进行java入门,并且可以进行毕设的编写。

2018-07-06

c3p0连接池相关包

包内包含有c3p0连接池建立时需要用到的相关包,适合于学习spring框架。

2018-06-27

videojs插件播放视频

之前写毕业设计中需要有播放视频功能,故找了一个插件进行测试。上传的文件中包含有该插件以及视频,直接点开index.html可以进行播放。

2018-06-23

hibernate框架基本包

打包的资源包括有hibernate框架学习的基本包,和博客相对应,方便学习使用。

2018-06-23

Stuts2学习基本jar包

包中含有struts2学习的基本jar包,想学习struts2框架可以直接下载使用。

2018-06-23

spring基本包

spring框架学习需要的包基本都有,版本的话需要自己下载之后查看。和个人的博客是相对应的。

2018-06-22

通用的后台管理前台模板

后台管理前台模板,包括管理员登录,首页是frame嵌套组成,有节点数构成管理目录

2018-04-29

单片机电子时钟

单片机课程设计,电子时钟表,含有秒表,C语言写的

2017-05-23

电子表设计

含有数码管显示时分秒,可调时间,另外有秒表功能

2017-05-23

计算机网络(第6版)谢希仁 ppt 1~7 复习宝典

计算机网络第六版谢希仁编著,ppt讲义含有习题

2016-12-19

wampserver

wampserver64位 wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b.exe

2016-11-03

mysql-connector-java-5.0.5-bin.jar

用于java加载mysql数据库驱动,版本为5.05

2016-11-03

学籍管理系统

java 写的学籍管理系统,可以连接mysql 数据库

2016-11-03

jquery的JQZoom效果

通过简单的一个html页面和引用插件,实现查看图片时,放大图片,是图片更加清晰.

2015-10-20

空空如也

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

TA关注的人

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