静态时钟 实验项目功能描述 是一个跟家里钟表差不多的东西 三、项目结构介绍 实现界面显示 代码托管链接:https://gitee.com/mdp123/ma 实验总结 目前只能跟着书上的做,还不能很好的理解这些代码,需要好好学习; 感想:自己还有太多的东西不会 ...
分类:
其他好文 时间:
2019-06-17 00:46:36
阅读次数:
94
Write a program to find the node at which the intersection of two singly linked lists begins. For example, the following two linked lists: begin to in ...
分类:
其他好文 时间:
2019-06-07 21:00:31
阅读次数:
114
Andy's First Dictionary Description 不提英文了 直接上中文大意吧 XY学长刚刚立下了再不过CET就直播xx的flag,为了不真的开启直播模式,XY学长决定好好学习英语。于是他每天都读一篇只包含生词的英语文章,并以自己高达450的智商在一秒钟之内记忆下来。现在给你一 ...
分类:
其他好文 时间:
2019-06-07 19:06:30
阅读次数:
113
Sort a linked list using insertion sort. Example 1: Example 2: ...
分类:
编程语言 时间:
2019-06-04 12:34:43
阅读次数:
96
Given a binary tree, return the preorder traversal of its nodes' values. Example: Follow up: Recursive solution is trivial, could you do it iterativel ...
分类:
其他好文 时间:
2019-06-02 18:07:04
阅读次数:
148
Given a linked list, return the node where the cycle begins. If there is no cycle, return null. To represent a cycle in the given linked list, we use ...
分类:
其他好文 时间:
2019-05-31 19:23:13
阅读次数:
102
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 sequ ...
分类:
其他好文 时间:
2019-05-30 17:28:19
阅读次数:
103
Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runti ...
分类:
编程语言 时间:
2019-05-26 12:57:00
阅读次数:
132
There are N gas stations along a circular route, where the amount of gas at station i is gas[i].You have a car with an unlimited gas tank and it costs ...
分类:
其他好文 时间:
2019-05-26 12:48:18
阅读次数:
99
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:
其他好文 时间:
2019-05-22 20:46:14
阅读次数:
78