06 2017 档案

摘要:leetcode 逆波兰式求解 Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are+,-,*,/. Each operand may be an integer 阅读全文
posted @ 2017-06-25 23:20 银河末班车 阅读(273) 评论(0) 推荐(0)
摘要:第一题 Given a binary tree, find its minimum depth.The minimum depth is the number of nodes along the shortest path from the root node down to the neares 阅读全文
posted @ 2017-06-25 23:14 银河末班车 阅读(539) 评论(0) 推荐(0)
摘要:毕业课题中需要使用加解密算法,要求加解密前后的数据长度不会变化,查了一些资料,发现可以采用AES加密的CFB跟OFB模式是无填充的模式,可以保持加解密前后数据的长度相等。下面上代码: 阅读全文
posted @ 2017-06-01 16:33 银河末班车 阅读(609) 评论(0) 推荐(0)