码迷,mamicode.com
首页 >  
搜索关键字:binary index tree    ( 56466个结果
关于WCF的一些知识点
首先,WCF和WebService一些区别1,WCF支持多中通信协议,http/https tcp/udp/msmq.命名管道,对等网,消息可达性,事物流等.2,WCF可以与ASP.NET集成,共享同一个上下文(HttpContext)3,WCF支持多种消息传输格式,如text,binary,mto...
分类:其他好文   时间:2014-06-09 00:37:03    阅读次数:255
Leetcode::JumpGame
Description:Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represents...
分类:其他好文   时间:2014-06-09 00:15:33    阅读次数:193
Sublime Text快捷键
1.看了网上的Sublime Text的快捷键。没感觉,太枯燥,没图。 下面以图为例,讲解先看标题栏1.点击文件 第一个创建一个文件,快捷键(Ctrl + N)2.点击转到 使用go to anything的快捷键是(Ctrl + P) 作用用于查找文件.例子(index.html),因支持模...
分类:其他好文   时间:2014-06-09 00:08:30    阅读次数:450
div中显示某个网页
原文:div中显示某个网页 1.方法 2.ajax方法ajax+流实现无框架限制块刷新:主框架index页面:js:$(function(){$("#dialog").dialog({ width:500, height:550});$("#dialog").openDialog();$("#dia...
分类:Web程序   时间:2014-06-08 20:35:47    阅读次数:329
[leetcode]Add Binary @ Python
原题地址:https://oj.leetcode.com/problems/add-binary/题意:Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"...
分类:编程语言   时间:2014-06-08 20:28:04    阅读次数:300
关于Struts2的Validator的配置找不到DTD
看教材的时候写的DTD是用浏览器访问URL直接404,在eclipse中也没有代码提示,说明这个DTD已经不可用然后去看Struts2的官方JAVADOC,找到http://struts.apache.org/release/2.3.x/xwork-core/apidocs/index.html看了...
分类:其他好文   时间:2014-06-08 19:53:51    阅读次数:212
LeetCode --- Minimum Depth of Binary Tree
题目链接求二叉树最小深度,最小深度指的是:从根节点走到最近的叶子结点的最短长度附上代码: 1 /** 2 * Definition for binary tree 3 * struct TreeNode { 4 * int val; 5 * TreeNode *left; 6...
分类:其他好文   时间:2014-06-08 18:43:48    阅读次数:220
Leetcode::Flatten Binary Tree to Linked List
Description:Given a binary tree, flatten it to a linked list in-place.For example,Given 1 / \ 2 5 / \ \ 3 4 6The...
分类:其他好文   时间:2014-06-08 18:34:52    阅读次数:214
Binary Tree Level Order Traversal
题目  Given a binary tree, return the level order traversal of its nodes' values. (ie, from left to right, level by level). For example: Given binary tree {3,9,20,#,#,15,7}, 3 / \...
分类:其他好文   时间:2014-06-08 16:38:02    阅读次数:194
LeetCode-Minimum Depth of Binary Tree
作者:disappearedgod 文章出处:http://blog.csdn.net/disappearedgod/article/details/23621903 时间:2014-6-7 题目 Minimum Depth of Binary Tree  Total Accepted: 14139 Total Submissions: 48728My S...
分类:其他好文   时间:2014-06-08 04:15:57    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!