自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (12)
  • 收藏
  • 关注

原创 Balanced Binary Tree

Description:Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node ne

2017-01-25 21:22:47 176

原创 Maximum Depth of Binary Tree

Description:Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.问题描述求二叉树的深度,二叉树的深度定义为从根结点到叶子结

2017-01-25 21:11:19 150

原创 Binary Tree Level Order Traversal

Description:Given a binary tree, return the level order traversal of its nodes’ values. (ie, from left to right, level by level)问题描述:按层序遍历二叉树,将每层的元素按List的形式存储。Ex:3 / \ 9 20 / \ 15 7

2017-01-25 21:04:08 139

原创 Symmetric Tree

Description:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center)Ex: 1 / \ 2 2 / \ / \3 4 4 3 ----symmetric 1 / \ 2 2 \ \ 3

2017-01-25 20:52:14 200

原创 Same Tree

Description:Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value.问题描述:

2017-01-25 20:39:43 174

原创 Coin Change

Description:You are given coins of different denominations and a total amount of money amount. Write a function to compute the fewest number of coins that you need to make up that amount. If that amoun

2017-01-08 21:42:49 176

原创 Word Break

Description:Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separated sequence of one or more dictionary words. Y

2017-01-06 22:00:53 206

原创 Maximal Square

Description:Given a 2D binary matrix filled with 0’s and 1’s, find the largest square containing only 1’s and return its area.问题描述:给一个2-D数组,数组中的元素全为1或者0,在找这个矩阵中找到最大额一块正方形区域,这块正方形区域所满足的条件是里面的元素全为1,然后返回这

2017-01-05 20:32:19 190

原创 Decode Ways

Description:A message containing letters from A-Z is being encoded to numbers using the following mapping:‘A—>1 ‘B’—>2 ….. ‘Z’—->26 Given an encoded message containing digits, determine the total n

2017-01-04 21:02:48 530 2

原创 Minimum Path Sum

Description:Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or

2017-01-02 21:49:39 188

《算法导论》高清中文版

这是《算法导论》高清中文版,并且配有详细目录,下载之后绝不后悔,记得好评哦~

2015-04-27

AWGN信道中BPSK调制系统的BER 仿真计算

本文档中含有AWGN信道中BPSK调制系统的BER 仿真计算的程序源代码,并且附有详细注释,另外附有实验分析结果图,愿者自取~

2015-04-25

通用卷积函数

上传代码为通用卷积函数,适用于matlab,开源精神,实现共享

2015-04-10

武汉理工大学通信工程考研试题

武汉理工大学通信工程考研试题,需要者可以自行下载,希望能给广大考生以帮助

2015-03-19

信号与系统重点综述与习题详解

信号与系统重点综述与习题详解,刘泉版,适合考武汉理工大学通信工程专业研究生

2015-03-19

打字母小游戏

在一个300*400的窗体上,有10个随机产生的字母向下落,在键盘上敲字母,如果对了就消掉, 初始成绩为1000分,每敲对一个字母加10分,如果字母落到屏幕下方,或者敲错扣100分。

2015-02-06

键盘控制小球源程序

本程序的作用是用键盘控制小球,为作者学习java时所写,实现开源精神,免费共享

2015-02-05

漫天大雪的程序代码

实现漫天大雪的代码,需要参考者自行下载,无需积分哟

2015-02-03

Java有趣代码

这个代码是用来实现五颜六色的星星,有兴趣的读者可以下载,希望多多给于支持

2015-02-02

楼宇呼叫系统

用proteus做的楼宇呼叫系统,建立的仿真模型,含程序代码和工程文件。

2015-01-20

楼宇呼叫系统仿真

用proteus做的楼宇呼叫系统,建立的仿真模型,含程序代码和工程文件。

2015-01-20

单片机相关文档

单片机资源很好的哦,你值得拥有

2013-09-28

空空如也

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

TA关注的人

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