自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (5)
  • 收藏
  • 关注

原创 【leetcode】9. Palindrome Number

问题描述:Determine whether an integer is a palindrome. Do this without extra space.翻译:判断一个整数是否为回文序列,要求不要使用额外的存储空间。【c++版】class Solution {public: bool isPalindrome(int x) { }};解题答案,步骤

2017-06-07 10:07:11 303

原创 【leetcode】557. Reverse Words in a String III

【问题】Given a string, you need to reverse the order of characters in each word within a sentence while still preserving whitespace and initial word order.Example 1:Input: "Let's take LeetCode co

2017-06-27 10:50:44 293

原创 【leetcode】561. Array Partition I

【问题描述】Given an array of 2n integers, your task is to group these integers into n pairs of integer, say (a1, b1), (a2, b2), ..., (an, bn) which makes sum of min(ai, bi) for all i from 1 to

2017-06-25 20:32:47 315

PPT制作之南

是不是还不懂PPT如何制作,那么工具来了,教你如何制作PPT,有例子~

2018-10-30

数字图像处理与机器视觉:Visual.C.与Matlab实现

数字图像处理与机器视觉领域的基础教材,感觉很经典,有实例

2016-03-24

Python精要参考第二版

比较基础的Python教程,帮助你打好基础

2016-03-24

C语言课程设计报告

本人制作一个通讯录程序,该程序具有查找、添加、修改、删除功能,帮助对通讯录系统进行管理。

2015-09-22

空空如也

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

TA关注的人

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