程序员人生 网站导航

[LeetCode] 021. Merge Two Sorted Lists (Easy) (C++/Python)

[LeetCode] 021. Merge Two Sorted Lists (Easy) (C++/Python) 索引:[LeetCode] Leetcode 题解索引 (C/Java/Python/Sql)Github: https://github.com/illuz/leetcode021.Merge_Two_Sorted_Lists (Easy)链接:题目:https...

BZOJ 1455 罗马游戏 可并堆

BZOJ 1455 罗马游戏 可并堆 题目大意给出n个人的权值,每次要求将两队人合成一堆,或者杀掉一堆人中的权值最小的那个人。问每次删除的人的权值是多少。思路就是可并堆,没了。我挑最简单的...

【LeetCode从零单排】No104 Maximum Depth of Binary Tree

【LeetCode从零单排】No104 Maximum Depth of Binary Tree 题目Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root no...

VELT-0.1.5开发:使用kgdb调试Linux内核

VELT-0.1.5开发:使用kgdb调试Linux内核 VELT的全称是Visual EmbedLinuxTools,它是一个与visual gdb类似的visual studio插件,用以辅助完成Linux开发。利用这个插件,将可以在visual studio的IDE中...

java 反射 根据属性 动态设置值

java 反射 根据属性 动态设置值 package com.jhl.jvm.lesson8;import java.lang.reflect.Field; /** * * @author jhl * java 反射 根据属性 动态设置值 demo * */...

[LeetCode] 020. Valid Parentheses (Easy) (C++/Java/Python)

[LeetCode] 020. Valid Parentheses (Easy) (C++/Java/Python) 索引:[LeetCode] Leetcode 题解索引 (C/Java/Python/Sql)Github: https://github.com/illuz/leetcode020.Valid_Parentheses (Easy)链接:题目:https://oj...

任意两点最短路 Floyd-Warshall算法 传递闭包

任意两点最短路 Floyd-Warshall算法 传递闭包 Floyd-Warshall算法是求解任意两点最短路的有力武器。其也适用于存在负边的情况。DP思路,假设只使用前K个点时i到j的最短距离为d[k][i][j] 那么,使用前K+1个点...

探讨erlang消息选择性接收和改进

探讨erlang消息选择性接收和改进

C++ Primer学习总结 第1-2章 变量和基本类型

C++ Primer学习总结 第1-2章 变量和基本类型 第1-2章 变量和基本类型1.下面这个语句在C98和C11中的输出结果不同.C98结果:(如果想要更高的精度,可以用%.9lf,输出9位有效数字)C11结果:结论:printf的%lf在C11...

HTTP Status 500 - javax.servlet.ServletException: java.lang.OutOfMemoryError: Pe

HTTP Status 500 - javax.servlet.ServletException: java.lang.OutOfMemoryError: Pe 详细错误信息HTTP Status 500 - javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen spacetype Exception reportmessage javax.se...