码迷,mamicode.com
首页 >  
搜索关键字:search    ( 12380个结果
linux 搜索软件包,查看软件包结构
根据关键字搜软件包 apt cache search package_name 根据关键字jo 来搜索软件包名 apt cache search "jo " 根据命令搜软件包 默认没有安装该工具,需手动安装 apt get install apt file 语法: apt file search [ ...
分类:系统相关   时间:2020-03-07 09:51:06    阅读次数:100
Unity的Editor的GUI的样式
public class GUIStyleViewer : EditorWindow { Vector2 scrollPosition = new Vector2(0, 0); string search = ""; GUIStyle textStyle; private static GUISty ...
分类:编程语言   时间:2020-03-07 09:47:52    阅读次数:88
程序员面试金典-面试题 04.05. 合法二叉搜索树
题目: https://leetcode-cn.com/problems/legal-binary-search-tree-lcci/ 实现一个函数,检查一棵二叉树是否为二叉搜索树。 示例 1:输入: 2 / \ 1 3输出: true示例 2:输入: 5 / \ 1 4 / \ 3 6输出: fa ...
分类:其他好文   时间:2020-03-06 17:22:32    阅读次数:62
mlambda算法
symmetric pivot 让交换的次数减少,排序Q对角线元素 reduction gauss transition --lazy 只降相关permutation需要的元素 permutation --greedy 交换最大差值的相邻对角线元素 search --shrink 随着搜索进行,减小 ...
分类:编程语言   时间:2020-03-06 15:44:39    阅读次数:96
cygwin下面装apt-cyg后,装软件就方便多了,及vscode中文乱码问题
参见:https://blog.gmem.cc/cygwin-faq 比如:apt-cyg install nano apt-cyg search 7z 这样安装apt-cyg: git clone https://github.com/transcode-open/apt-cyg.git chmo ...
分类:Windows程序   时间:2020-03-05 15:15:18    阅读次数:83
Angular 通过注入 $location 获取与修改当前页面URL【转】
[TOC] 以下获取与修改的 URL 以 ( http://172.16.0.88:8100/ /homePage?id=10&a=100 ) 为例 【一】获取 (不修改URL) 【二】修改 (改变URL相关内容) 【三】修改URL但不存入历史记录 在上面的修改url的方法的时候,每修改一次,url ...
分类:Web程序   时间:2020-03-05 13:31:48    阅读次数:89
leetcode96 Unique Binary Search Trees
1 """ 2 Given n, how many structurally unique BST's (binary search trees) that store values 1 ... n? 3 Example: 4 Input: 3 5 Output: 5 6 Explanation: ...
分类:其他好文   时间:2020-03-04 23:30:47    阅读次数:60
详解 Arrays类
请关注本人博文—— "《详解 普通数组 —— Arrays类 与 浅克隆》" Arrays类: 概述: 针对 数组进行操作 的工具类。它提供了对于数组的值的 排序、查找 等功能。 现在,本人来展示一下Arrays类的 常用API : public static List asList(T... a) ...
分类:其他好文   时间:2020-03-04 23:07:44    阅读次数:54
MySql索引底层原理
索引在生活中最常见的概念,无论是字典,还是图书馆藏书查找,根据索引能节约我们的时间。索引是一种为了高效获取数据的数据结构。要了解数据库索引的底层原理,我们就得先了解一种叫树的数据结构,而树中很经典的一种数据结构就是二叉树。 一、二叉树(Binary Search Trees) 二叉树是每个结点最多有 ...
分类:数据库   时间:2020-03-04 23:03:24    阅读次数:108
LeetCode 0079. Word Search单词搜索【Python】
LeetCode 0079. Word Search单词搜索【Medium】【Python】【DFS】 Problem "LeetCode" Given a 2D board and a word, find if the word exists in the grid. The word can ...
分类:编程语言   时间:2020-03-04 23:00:46    阅读次数:68
12380条   上一页 1 ... 91 92 93 94 95 ... 1238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!