自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (8)
  • 收藏
  • 关注

原创 整数拼接(记忆化更新)

给定一个长度为 n 的数组 A1,A2,⋅⋅⋅,An。你可以从中选出两个数 Ai 和 Aj(i 不等于 j),然后将 Ai 和 Aj 一前一后拼成一个新的整数。例如 12 和 345 可以拼成 12345 或 34512。注意交换 Ai 和 Aj 的顺序总是被视为 2 种拼法,即便是 Ai=Aj 时。请你计算有多少种拼法满足拼出的整数是 K 的倍数。输入格式第一行包含 2 个整数 n 和 K。第二行包含 n 个整数 A1,A2,⋅⋅⋅,An。输出格式一个整数代表答案。数据范围1≤n≤1

2020-08-19 12:36:47 1975 3

原创 1046 Shortest Distance (思维题)

1046 Shortest Distance (20分)The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of exits.Sample Input:5 1 2 4 14 931 32 54 1Sample Output:3107题意:找到环形

2020-08-15 10:44:58 140

原创 IOE和阿里云工作原理图示

内容不一定准确,纯属个人见解,敬请斧正。IOE阿里云百度百科-飞天其实就像是生活中大型计算机一样,需要有操作系统控制和管理cpu(x86),程序(MYSQL)和内存(云存储)来进行工作

2020-08-14 15:42:17 681

原创 1097 Deduplication on a Linked List (Map构建链表)

Given a singly linked list L with integer keys, you are supposed to remove the nodes with duplicated absolute values of the keys. That is, for each value K, only the first node of which the value or absolute value of its key equals K will be kept. At the m

2020-08-13 18:46:41 145

原创 1064 Complete Binary Search Tree (中序遍历构建完整搜索二叉树)

A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties:The left subtree of a node contains only nodes with keys less than the node’s key.The right subtree of a node contains only nodes with keys greater than

2020-08-12 23:07:03 154

原创 1093 Count PAT‘s (思维题)

The string APPAPT contains two PAT’s as substrings. The first one is formed by the 2nd, the 4th, and the 6th characters, and the second one is formed by the 3rd, the 4th, and the 6th characters.Now given any string, you are supposed to tell the number of

2020-08-11 21:31:35 168

原创 Prim最小生成树

#include<iostream>#include<string.h>#include<algorithm>using namespace std;const long long Max=9223372036854775807;long long cost[1000][1000];long long mincost[1000000];bool used[1000000];int v;int prim(){ long long res=0; for(

2020-08-10 23:36:46 141

原创 1053 Path of Equal Weight (vector内元素排序)

1053 Path of Equal Weight (30分)Given a non-empty tree with root R, and with weight Wi assigned to each tree node Ti​​ . The weight of a path from R to L is defined to be the sum of the weights of all the nodes along the path from R to any leaf node L.Now

2020-08-09 20:03:07 112

原创 1091 Acute Stroke (广搜队列代替深搜递归)

One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions are identified in each MRI slice, your job is to calculate the volume of the stroke core.Input Specificat

2020-08-06 19:11:19 188

原创 1099 Build A Binary Search Tree (搜索二叉树赋值并标记左右)

A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties:The left subtree of a node contains only nodes with keys less than the node’s key.The right subtree of a node contains only nodes with keys greater than

2020-08-05 23:26:29 384

原创 1094 The Largest Generation (vector数组的妙用)

1094 The Largest Generation (25分)A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level belong to the same generation. Your task is to find the generation with the largest population.Input Specification:Each inp

2020-08-03 18:02:05 161

富文本编辑器组件.zip

用于前端实现富文本编辑的组件,可以实现加粗,删除线和上传图片等等功能

2022-03-06

宾馆预订系统-课设作业

消费者功能模块主要分为主页浏览、用户登陆、用户注册、客房预订、用户反馈等几部分组成。 商家管理这一模块主要是针对于管理员角色对于宾馆客房预约系统的管理与维护。 后台管理分为系统管理管理、房客管理、客房管理等几部分组成。

2021-01-11

ASP.NET学生管理系统.zip

数据库文件没有上传,但是可以根据代码得到数据库的操作,根据视频也可以重现,文件只是减少了敲代码的工作量,学习还是要根据视频进行操作

2020-06-04

ASP.NET学生管理系统.zip

数据库文件没有上传,但是可以根据代码得到数据库的操作,根据视频也可以重现,文件只是减少了敲代码的工作量,学习还是要根据视频进行操作

2020-06-03

My97DatePicker.zip

这是适用于ASP.NET的第三方日期控件可选功能的文件包,使用较为简单只要导入该文件然后即可直接使用WdatePicker.js的样式控制

2020-05-30

ASP.NET的验证码功能实现

ASP.NET实现验证码功能的aspx文件,里面包含了三个文件,CreateImage.aspx.cs包含了验证码功能的实现,前端和设计和新建的窗口文件一样没有任何改动,因为功能的实现就是通过一次又一次的加载page_load函数实现功能。

2020-05-30

ROS自动导航的运行命令.txt

因为大多数机器人必须要移动才能发挥该有功能,那么问题来了怎么移动,移动到哪里?遇到障碍物怎么办,如何选择离目标最近的路径?使用自动导航,最优路径规划可以解决相应问题 操作环境linux ROS环境下的对应命令

2020-04-04

ROS自主导航.docx

本文档包括安装ros的地址和使用虚拟机配置环境的注意事项,最后使用rviz实现的简单建图,自主导航,我们小组的参赛作品

2020-04-04

空空如也

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

TA关注的人

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