码迷,mamicode.com
首页 >  
搜索关键字:search help    ( 21064个结果
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-05-17 11:30:21    阅读次数:247
vmware 命令行启动虚拟机
在redhat enterprise 5.3安装了vmware workstation,如何用vmware 命令行启动指定虚拟机?/usr/bin/vmware[root@node0 ~]# /usr/bin/vmware --help-all用法: vmware [选项...] [--] [con...
分类:其他好文   时间:2014-05-16 21:33:11    阅读次数:286
Oracle的decode、sign、trunc函数
原文http://knowyouknowme.iteye.com/blog/574974一、decode在Oracle/PLSQL中,decode具有和 IF-THEN-ELSE 一样的功能。decode函数语法如下:decode( expression , search , result [, s...
分类:数据库   时间:2014-05-16 20:41:51    阅读次数:540
Grunt之项目脚手架
在网上搜了下,grunt这方面的教程挺少的,来去都是一些被频繁转载的文章。唉,首先我们在全局环境中安装grunt-init。npm install -g grunt-init来看看官方的文档,举几个例子,看看grunt-init是如何使用的:1、使用grunt-init--help来获取程序帮助以及...
分类:其他好文   时间:2014-05-16 19:27:51    阅读次数:334
Uubntu scrot 的简单使用
scrot 是一个使用 imlib2 库截取屏幕和保存图像的的工具。1:安装#apt-get install scrot2:查看帮助#scrot -help-v, --version显示版本信息并且退出-b, --border当选择一个窗口时,同时包含窗口边框。-c, --count延时时的显示倒计...
分类:其他好文   时间:2014-05-16 06:20:31    阅读次数:221
BFS/DFS算法介绍与实现(转)
广度优先搜索(Breadth-First-Search)和深度优先搜索(Deep-First-Search)是搜索策略中最经常用到的两种方法,特别常用于图的搜索.其中有很多的算法都用到了这两种思想,比如:Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想。BFS...
分类:其他好文   时间:2014-05-14 12:29:53    阅读次数:544
linux -- tree 命令
tree --help以树型结构显示文件及文件夹usage: tree [-acdfghilnpqrstuvxACDFQNSUX] [-H baseHREF] [-T title ] [-L level [-R]][-P pattern] [-I pattern] [-o filename] [--...
分类:系统相关   时间:2014-05-14 11:15:56    阅读次数:506
学习mysql存储过程,并且用到游标
定义一个存储过程,用到游标,从一个表中取值,插入到另外一个表中。drop procedure if exists search_test;create procedure search_test(in id int,out out_min_id varchar(200))begindeclare f...
分类:数据库   时间:2014-05-14 07:41:31    阅读次数:361
Create PropertyManager Page Example (VB.NET)
1 SolidWorks API Help 2 Create PropertyManager Page Example (VB.NET) 3 This example shows how to create a PropertyManager page that contains two s...
分类:Web程序   时间:2014-05-13 20:59:57    阅读次数:463
Leetcode 树 Unique Binary Search Trees
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie Unique Binary Search Trees  Total Accepted: 13478 Total Submissions: 37858 Given n, how many structurally unique BST's (bin...
分类:其他好文   时间:2014-05-13 15:21:22    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!