自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 【CodeForces】501B - Misha and Changing Handles(STL - string & vector & pair)

点击打开题目B. Misha and Changing Handlestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputMisha hacked the

2016-09-21 17:47:43 374

原创 【CodeForces】500C - New Year Book Reading(贪心)

点击打开题目C. New Year Book Readingtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputNew Year is coming,

2016-09-21 17:11:02 861

原创 【CodeForces】500B - New Year Permutation(思维)

点击打开题目B. New Year Permutationtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputUser ainta has a perm

2016-09-20 17:07:52 495

原创 【CodeForces】716B - Complete the Word(暴力)

点击打开题目B. Complete the Wordtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputZS the Coder loves to re

2016-09-18 11:57:08 1601

原创 【CodeForces】716A - Crazy Computer(水)

点击打开题目A. Crazy Computertime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputZS the Coder is coding on a

2016-09-18 11:53:28 701

原创 第2章——线性表习题

(1)依次取两个链表的节点,把小的接过去,依次往后,直到一个链到尾部。把另一个链接上去就行了。typedef struct Lnode{ double num; Lnode *next;}Lnode,*LinkList;void ListMerge(LinkList a,LinkList b) //合并a、b有序链表并存到 a { LinkList p,q; LinkLis

2016-09-17 16:54:23 700

原创 学生信息统计(顺序表)

实验目的 :1 、掌握线性表的定义;2 、掌握线性表的基本操作,如建立、查找、插入和删除等。实验内容:定义一个包含学生信息(学号,姓名,成绩)的的 顺序表和链表,使其具有如下功能:(1) 根据指定学生个数,逐个输入学生信息;(2) 逐个显示学生表中所有学生的相关信息;(3) 根据姓名进行查找,返回此学生的学号和成绩;(4) 根据指定的

2016-09-17 15:05:26 14630 5

原创 学生信息统计(链表)

实验目的 :1 、掌握线性表的定义;2 、掌握线性表的基本操作,如建立、查找、插入和删除等。实验内容:定义一个包含学生信息(学号,姓名,成绩)的的 顺序表和链表,使其具有如下功能:(1) 根据指定学生个数,逐个输入学生信息;(2) 逐个显示学生表中所有学生的相关信息;(3) 根据姓名进行查找,返回此学生的学号和成绩;(4) 根据指定的位置

2016-09-17 12:05:39 8792 1

原创 【LightOJ】1064 - Throwing Dice(dp打表)

点击打开题目1064 - Throwing Dice   PDF (English)StatisticsForumTime Limit: 2 second(s)Memory Limit: 32 MBn common cubic dice are thrown. What is the pro

2016-09-05 16:46:47 465

原创 【LightOJ】1122 - Digit Count(bfs)

点击打开题目1122 - Digit Count   PDF (English)StatisticsForumTime Limit: 2 second(s)Memory Limit: 32 MBGiven a set of digits S, and an integer n, you ha

2016-09-05 16:13:02 866

原创 【LightOJ】1047 - Neighbor House(dp)

点击打开题目1047 - Neighbor House   PDF (English)StatisticsForumTime Limit: 0.5 second(s)Memory Limit: 32 MBThe people of Mohammadpur have decided to pa

2016-09-05 16:08:41 408

原创 【LightOJ】1307 - Counting Triangles(二分)

点击打开题目1307 - Counting Triangles   PDF (English)StatisticsForumTime Limit: 2 second(s)Memory Limit: 32 MBYou are given N sticks having distinct len

2016-09-05 16:06:45 370

原创 【LightOJ】1189 - Sum of Factorials(思维)

点击打开题目1189 - Sum of Factorials   PDF (English)StatisticsForumTime Limit: 0.5 second(s)Memory Limit: 32 MBGiven an integer n, you have to find whet

2016-09-05 16:04:45 492

原创 【LightOJ】1109 - False Ordering(打表)

点击打开题目1109 - False Ordering   PDF (English)StatisticsForumTime Limit: 1 second(s)Memory Limit: 32 MBWe define b is a Divisor of a number a if a is

2016-09-05 15:56:50 360

原创 【LightOJ】1006 - Hex-a-bonacci(矩阵快速幂)

点击打开题目1006 - Hex-a-bonacci   PDF (English)StatisticsForumTime Limit: 0.5 second(s)Memory Limit: 32 MBGiven a code (not optimized), and necessary i

2016-09-05 15:53:46 613

原创 【LightOJ】1331 - Agent J(数论)

点击打开题目1331 - Agent J   PDF (English)StatisticsForumTime Limit: 1 second(s)Memory Limit: 32 MBAgent J is preparing to steal an antique diamond piec

2016-09-05 15:50:11 576

原创 【LightOJ】1136 - Division by 3(规律)

点击打开题目1136 - Division by 3   PDF (English)StatisticsForumTime Limit: 2 second(s)Memory Limit: 32 MBThere is sequence 1, 12, 123, 1234, ..., 123456

2016-09-05 15:48:26 831

原创 【LightOJ】1305 - Area of a Parallelogram(求平行四边形面积)

点击打开题目1305 - Area of a Parallelogram   PDF (English)StatisticsForumTime Limit: 1 second(s)Memory Limit: 32 MBA parallelogram is a quadrilateral wi

2016-09-05 15:44:38 493

在CIELab颜色空间下使用八方向Sobel算子实现边缘检测

在CIELab颜色空间下使用八方向Sobel算子实现边缘检测,借鉴了论文,效果还不错。就是计算时间很长。之前设置不要积分的,csdn自动设置的这么多积分,如果需要可以联系我。wyg19970408@gmail.com。

2018-04-01

java随机组卷程序

java写的随机组卷程序,用TCP从服务器中获取卷子信息,本地处理后输出到文件。 有需要的直接邮件问我要,wyg19970408@gmail.com,一般情况会很快回复的。

2018-01-28

java多人聊天室(服务器端和客户端)

java实现的多人聊天室,可运行到网络服务器上,也可以本地运行。注意修改账号文件保存的位置。计算机网络课程设计。

2018-01-28

java贪吃蛇

java写的贪吃蛇小游戏,键盘上下左右移动,空格加速。

2018-01-28

MFC+OpenGL直线剪裁

基于MFC+OpenGL的直线剪裁小软件,在VS2013上编辑,使用编码剪裁算法,按'+'生成随机直线,然后用鼠标拖动画矩形框可以对直线进行剪裁。是我学习MFC做的第一个东西,可以参考之前博客学习MFC框架的使用以及菜单界面的设置。

2017-11-08

置换群与Pólya定理

置换群与Pólya定理

2016-07-19

平面分割空间

一篇网上找到的分析平面分割空间的很好的文档,分享给个位acmer们看看。

2016-07-18

空空如也

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

TA关注的人

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