码迷,mamicode.com
首页 >  
搜索关键字:example    ( 17798个结果
LeetCode3:Longest Substring Without Repeating Characters
题目: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-04-30 21:15:32    阅读次数:511
Google Combo Chart example with database in ASP.NET
Hide demoDownloadIn this article I’m going to explain how to create Google combo chart example with database in ASP.NET. Google charts allows you ...
分类:数据库   时间:2014-04-30 02:56:31    阅读次数:775
【leetcode刷题笔记】Spiral Matrix
Given a matrix ofmxnelements (mrows,ncolumns), return all elements of the matrix in spiral order.For example,Given the following matrix:[ [ 1, 2, 3 ],...
分类:其他好文   时间:2014-04-29 10:37:46    阅读次数:434
InPlace Transition of a matrix
Problem illustration:given a n*n matrix, print its transition, for example , 90 degree clockwise,using only constant additional spaceanalysis:using O(...
分类:其他好文   时间:2014-04-28 03:22:07    阅读次数:513
[leetcode] Add Binary
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".给定两个二进制的字符串,返回他们的和。对于a,b两个二进制字符串,首先通过交换使a的长度小于b...
分类:其他好文   时间:2014-04-28 02:05:20    阅读次数:502
38属性的种种,只读只写属性、自动属性、静态属性、抽象属性、接口属性
□ 只读属性public class Example { string name; public string Name { get {return name;} } }□ 只写属性public class Example { string ...
分类:其他好文   时间:2014-04-27 23:34:03    阅读次数:507
leetcode day4 -- Binary Tree Postorder(Preorder) Traversal && Edit Distance
?? 1、Binary Tree Postorder Traversal Given a binary tree, return the postorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3}, 1 2 / 3 retu...
分类:其他好文   时间:2014-04-27 18:58:59    阅读次数:481
使用ajax后提交事件后禁用按钮,事件执行完毕后,重新启用按钮
一直想做这样的效果,实现的方法虽然不是很好,但效果还是出来了 UpdateProgress Example ...
分类:其他好文   时间:2014-04-27 17:06:13    阅读次数:797
17798条   上一页 1 ... 1778 1779 1780
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!