自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

destiny的专栏

业精于勤,荒于嬉 ;行成于思,毁于随

  • 博客(13)
  • 资源 (18)
  • 收藏
  • 关注

原创 150. Evaluate Reverse Polish Notation

Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are +,-,*,/ 。Each operand may be an integer or another expression.Note:Division between two integers sh...

2019-07-30 23:10:24 125

原创 98. Validate Binary Search Tree

Given a binary tree, determine if it is a valid binary search tree (BST).Assume a BST is defined as follows:The left subtree of a node contains only nodes with keysless thanthe node's key. The ...

2019-07-28 16:31:19 94

原创 90. Subsets II

Given a collection of integers that might contain duplicates,nums, return all possible subsets (the power set).Note:The solution set must not contain duplicate subsets.Example:Input: [1,2,2]...

2019-07-22 21:52:14 77

原创 62. Unique Paths

A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any point in time. The robot is trying to reach the bo...

2019-07-21 17:11:38 121

原创 49. Group Anagrams

Given an array of strings, group anagrams together.Example:Input: ["eat", "tea", "tan", "ate", "nat", "bat"],Output:[ ["ate","eat","tea"], ["nat","tan"], ["bat"]]Note:All inputs will...

2019-07-18 21:42:46 129

原创 48. Rotate Image

You are given annxn2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Note:You have to rotate the imagein-place, which means you have to modify the input 2D matrix d...

2019-07-17 23:19:33 93

原创 46. Permutations

Given a collection ofdistinctintegers, return all possible permutations.Example:Input: [1,2,3]Output:[ [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], [3,2,1]]解题思路:思路1:可以想象到c++库...

2019-07-17 22:03:26 100

原创 39. Combination Sum

Given asetof candidate numbers (candidates)(without duplicates)and a target number (target), find all unique combinations incandidateswhere the candidate numbers sums totarget.Thesamerepeat...

2019-07-16 22:29:55 107

原创 15. 3Sum

Given an arraynumsofnintegers, are there elementsa,b,cinnumssuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:The solution set must not cont...

2019-07-10 23:03:34 79

原创 342. Power of Four

Given an integer (signed 32 bits), write a function to check whether it is a power of 4.Example 1:Input: 16Output: trueExample 2:Input: 5Output: falseFollow up: Could you solve it witho...

2019-07-08 22:27:18 120

原创 232. Implement Queue using Stacks

Implement the following operations of a queue using stacks.push(x) -- Push element x to the back of queue. pop() -- Removes the element from in front of queue. peek() -- Get the front element. em...

2019-07-08 21:02:36 184

原创 226. Invert Binary Tree

Invert a binary tree.Example:Input: 4 / \ 2 7 / \ / \1 3 6 9Output: 4 / \ 7 2 / \ / \9 6 3 1解题思路:1、递归算法:很自然就可以联想到递归算法,每递归一层,就交换一次子节点2、非递...

2019-07-07 19:50:11 108

原创 219. Contains Duplicate II

Given an array of integers and an integerk, find out whether there are two distinct indicesiandjin the array such thatnums[i] = nums[j]and theabsolutedifference betweeniandjis at mostk....

2019-07-07 17:22:29 111

配置文件读取demo.zip

c/c++读取配置文件,格式如下: listenip=0.0.0.0 listenport=20001 filecachedir=./filecache/ logfiledir=logs/ logfilename=fileserver

2019-09-16

银行业务系统C++

该系统采用c++实现,具有注册、登录、存钱、取钱、查询、修改密码等基本功能。

2018-10-01

模式识别 第三版(高清版)

模式识别:清华大学出版社张学工(第三版) 《模式识别(第3版)》可以作为高等院校自动化、计算机等相关专业高年级本科生和研究生学习模式识别的教材,也可以供计算机信息处理、生物信息学、数据挖掘、统计等各领域中从事模式识别相关工作的广大科技人员和高校师生参考。

2018-03-06

stm32f4 标准库 flash模拟eeprom

将官方固件库的flash模拟eeprom。移植到标准库上,并改正官方transfer的错误,优化了部分细节,并增加了多自己写入和多字节读取接口。

2017-07-26

stm32 DMA硬件输出正弦波

stm32硬件输出正弦波

2017-07-08

stm32 DAC硬件输出三角波

stm32 硬件输出三角波

2017-07-06

hex转bin工具

bin工具

2017-06-03

mips交叉编译器 win平台

win平台的mips交叉编译器

2017-06-02

ad7606+stm32f103

8路ad采集

2016-11-22

stm32f407和adc7606采集

采用stm32f407,spi总线采集8路16位精度的adc

2016-11-22

qt5之学生管理系统

采用qt5的学生成绩管理系统,包含学生成绩管理和老师成绩管理两个主要部分,

2016-10-27

qt5之摄像头调用

采用qt调用电脑的摄像头

2016-10-20

智能家居系统设计

本程序包括以stm32为核心的网关程序,网络模块采用enc28j60,协议采用lwip,家电终端采用cc2530,通信采用zigbee,包含所需的所有程序

2016-07-25

stm32矩阵键盘程序

最简单的矩阵键盘程序代码,扫描只有九行代码,通俗易懂,方便移植,

2016-07-25

智能家居网关程序

本软件采用stm32f407.网络模块采用enc28j60.服务器采用开源测试平台-未来之家,通过网关实现对终端控制。

2016-06-11

ember-stack-z5.4.02-em35x

ember最新协议栈,更少的bug,为你提高开发效率

2015-03-31

飞思卡尔电磁组决赛程序

本程序经历了华南赛区决赛的检验,通过此程序助我们顺利冲进国赛。

2014-11-05

空空如也

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

TA关注的人

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