题目描述: Ciel the Commander time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Now Fox Ciel bec ...
分类:
其他好文 时间:
2019-08-07 14:41:09
阅读次数:
90
The DSurfTomo is short for 'Direct surface wave tomography method', intiailly developed in and can be found on github (https://github.com/HongjianFang ...
分类:
其他好文 时间:
2019-08-06 19:54:35
阅读次数:
96
63. Unique Paths II Medium 938145FavoriteShare 63. Unique Paths II Medium 938145FavoriteShare Medium A robot is located at the top-left corner of a m ...
分类:
其他好文 时间:
2019-08-06 13:41:46
阅读次数:
115
原文地址:https://ken.io/note/csharp-asp.net-jsonhelper ...
原文地址:https://ken.io/note/csharp-aesencrypt ...
今日知识 关联查询 1.一对一 resultType实现 2.一对多 resultType实现 3.多对多 resultType实现 延时加载 查询缓存 ...
分类:
其他好文 时间:
2019-08-06 01:16:52
阅读次数:
177
【问题】把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。输入一个非减排序的数组的一个旋转,输出旋转数组的最小元素。例如数组{3,4,5,1,2}为{1,2,3,4,5}的一个旋转,该数组的最小值为1。NOTE:给出的所有元素都大于0,若数组大小为0,请返回0。 【思路】既然题目都说 ...
分类:
编程语言 时间:
2019-08-03 21:59:20
阅读次数:
119
Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4hhGE 2984akDfkkkkggEdsb s&hgsfdk d&Hyscvnm. It took him only a minut ...
分类:
其他好文 时间:
2019-08-03 14:22:55
阅读次数:
71
I - O'My! Gym - 101350I Note: this is a harder version of Mirrored string I. The gorillas have recently discovered that the image on the surface of th ...
分类:
其他好文 时间:
2019-08-02 22:43:39
阅读次数:
117
题目链接 : https://leetcode cn.com/problems/intersection of two linked lists/ 题目描述: 编写一个程序,找到两个单链表相交的起始节点。 如下面的两个链表 : 在节点 c1 开始相交。 示例: 示例 1: 思路: 思路一:记录一个链 ...
分类:
其他好文 时间:
2019-08-02 20:14:23
阅读次数:
106