皇室成员的名字 题目链接:https://hihocoder.com/problemset/problem/1566 Description 小Ho正在学习世界历史。他发现历史上很多西方国家的皇室成员的名字都是由英文名字加罗马数字组成的,例如George IV(乔治四世)、William IV(威廉 ...
分类:
其他好文 时间:
2017-09-03 19:29:26
阅读次数:
174
Ignatius and the Princess IV Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32767 K (Java/Others)Total Submission(s): 34530 Accepted Submi ...
分类:
其他好文 时间:
2017-08-29 15:08:15
阅读次数:
226
任务安排:基于Cyclone IV的基本代码编写及硬件实现; 1:Verilog hdl的运算符 2.简单程序编写;(输入利用接口key,ckey,输出利用led可以直接观测到输出结果) 2.1与门 2.2与非门 2.3二选一 2.4解码器 ...
分类:
其他好文 时间:
2017-08-28 00:42:08
阅读次数:
218
If the depth of a tree is smaller than 5, then this tree can be represented by a list of three-digits integers. For each integer in this list: Given a ...
分类:
其他好文 时间:
2017-08-27 13:30:43
阅读次数:
176
Given a Binary Search Tree and a target number, return true if there exist two elements in the BST such that their sum is equal to the given target. E ...
分类:
其他好文 时间:
2017-08-26 12:38:35
阅读次数:
148
1.服务器端代码 #region 加密 /// <summary> /// 加密 /// </summary> /// <param name="Text"></param> /// <returns></returns> public static string Encrypt(string Te ...
Battlefield 2 - 游戏《战地2》 Civilization IV - 游戏《文明4》 Google - 谷歌在很多项目中用python作为网络应用的后端,如Google Groups、Gmail、Google Maps等,Google App Engine支持python作为开发语言 ...
分类:
编程语言 时间:
2017-08-19 22:18:29
阅读次数:
144
算法导论(CLRS)答案 Chapter Section I 1 2 p II 1 2 3 p III 1 2 p IV 1 2 3 4 p V 1 2 3 4 p VI 1 2 3 4 5 p VII 1 2 3 4 p VIII 1 2 3 4 p IX 1 2 3 p XII 1 2 3 XI ...
分类:
编程语言 时间:
2017-08-11 19:30:44
阅读次数:
154
Ignatius and the Princess IV ...
分类:
其他好文 时间:
2017-08-08 23:14:59
阅读次数:
365
错误的做法: 因为dp[j][i] != dp[j -1] + dp[j], 因为nums[j -1] 可能用多次, 不是只用一次, 这样就少写了情况, 看来不是维度越多越好, 只要找到一维, 按着这一个状态来递推就行, 一般是文中的题意变量作为状态, 不要老是想着遍历到第几个变量作为状态 Foll ...
分类:
其他好文 时间:
2017-08-08 13:55:30
阅读次数:
154