Zhenly

Blog Time


  • 首页

  • 归档

  • 分类

  • 标签

  • 关于

  • 搜索

📝 Code | X.509 证书解析

发表于 2018-12-14 | 更新于 2020-05-16 | 分类于 Code

这次写一个小程序来解析 X.509 证书的内容,主要涉及到 Base64 解码、ANS.1 结构的 DER 解码和 Object ID

🚀 代码: Github

阅读全文 »

📝 Code | MD5算法设计与实现

发表于 2018-12-04 | 更新于 2020-05-16 | 分类于 Code

上个月用Golang和Cpp实现了 DES 算法,这次用Cpp来实现一个 MD5 算法,与 DES 相比,MD5 还是算比较简单的。

🚀 代码: Github

阅读全文 »

⚔ LeetCode | 218. the Skyline Problem

发表于 2018-12-03 | 更新于 2020-05-16 | 分类于 LeetCode

Problem

LeetCode 218. The Skyline Problem

Difficulty : Hard

A city’s skyline is the outer contour of the silhouette formed by all the buildings in that city when viewed from a distance. Now suppose you are given the locations and height of all the buildings as shown on a cityscape photo (Figure A), write a program to output the skyline formed by these buildings collectively (Figure B).

阅读全文 »

⚔ LeetCode | 128. Longest Consecutive Sequence

发表于 2018-11-27 | 更新于 2020-05-16 | 分类于 LeetCode

Problem

LeetCode 128. Longest Consecutive Sequence

Difficulty : Hard

Given an unsorted array of integers, find the length of the longest consecutive elements sequence.

Your algorithm should run in O(n) complexity.

阅读全文 »

🎨 CV | 使用 Golang 实现 JPEG 解码器

发表于 2018-11-26 | 更新于 2020-05-16 | 分类于 CV

这里使用 Golang 来实现一个 JPEG 编码器,并且将其结果与 GIF 格式做一个比较

🚀 代码: Github

阅读全文 »

📱 Android | 小项目 —— 王者荣耀助手(UI设计和交互逻辑)

发表于 2018-11-24 | 更新于 2020-05-16 | 分类于 Android

这是一个参考Android Architecture Components中的架构设计方案,UI 上尽可能符合Material Design的小项目。

阅读全文 »

📱 Android | 简单播放器的实现

发表于 2018-11-24 | 更新于 2020-05-16 | 分类于 Android

这次在 Android 上实现一个可以选歌以及后台播放的音乐播放器,主要涉及到的技术有 Android 中的 Service 以及RxJava。

阅读全文 »

⚔ LeetCode | 174. Dungeon Game

发表于 2018-11-20 | 更新于 2020-05-16 | 分类于 LeetCode

Problem

LeetCode 174. Dungeon Game

Difficulty : Hard

The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K) was initially positioned in the top-left room and must fight his way through the dungeon to rescue the princess.

阅读全文 »
上一页1…345…11下一页
ZhenlyChen

ZhenlyChen

梦里看风起了,静听候鸟歌谣

81 日志
18 分类
69 标签
RSS
GitHub E-Mail
Links
  • XMatrix Studio
  • 冰镇
© 2016 – 2020 ZhenlyChen
由 Hexo 强力驱动
|
主题 – NexT.Mist
粤ICP备16109955号-1
0%