码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
我是笨人——读Rob Pike的《Notes on C Programming 》
1. 你无法断定程序会在什么地方耗费运行时间。瓶颈经常出现在想不到的地方,所以别急于胡乱找个地方改代码,除非你已经证实那儿就是瓶颈所在。 2. 估量。在你没对代码进行估量,特别是没找到最耗时的那部分之前,别去优化速度。 3. 花哨的算法在 n 很小时通常很慢,而 n 通常很小。花哨算法的常数复杂度很 ...
分类:其他好文   时间:2019-03-21 11:46:03    阅读次数:142
fjutacm 2492 宠物收养所 Splay 模板 O(nlogn)
1 /** 2 problem: http://www.fjutacm.com/Problem.jsp?pid=2492 3 Splay blog: https://tiger0132.blog.luogu.org/slay-notes 4 函数介绍: 5 内部函数: 6 root为指针, x为数值... ...
分类:其他好文   时间:2019-03-13 23:05:19    阅读次数:246
leetcode149
参考:https://leetcode.com/problems/max-points-on-a-line/discuss/47113/A-java-solution-with-notes ...
分类:其他好文   时间:2019-03-08 16:53:05    阅读次数:200
Redis notes
一、 Redis简单介绍 REmote DIctionary Server(Redis) 是一个由Salvatore Sanfilippo写的key-value存储系统。Redis是一个开源的使用ANSI C语言编写、遵守BSD协议、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库, ...
分类:其他好文   时间:2019-03-05 15:26:19    阅读次数:206
STAT 440 - Spring 2019 - Midterm Project
STAT 440 - Spring 2019 - Midterm ProjectRecall that you may use your notes, books, or even the internet to help answer these questions, but all of the ...
分类:编程语言   时间:2019-03-02 19:59:48    阅读次数:215
Java Study notes
public class Demo { public static void main(String[] args) { //这是输出语句同于将括号内的数据打印到控制台 System.out.println("hello world"); } /** * class:关键字 定义类 * Demo: ... ...
分类:编程语言   时间:2019-02-22 12:00:51    阅读次数:197
ODAC 下载
官网地址: 官方说说明: ODAC 18c Release 1 (18.3.0.0.0) Installation Instructions, Setup, and Notes November 2018 Download includes the following products: a) Or ...
分类:其他好文   时间:2019-02-20 09:34:31    阅读次数:199
MySQL.8.0.11安装
1、参考:MySQL-mysql 8.0.11安装教程 - Laumians - 博客园.html(http://www.cnblogs.com/laumians-notes/p/9069498.html) 2、 3、 4、 5、 ...
分类:数据库   时间:2019-02-19 16:24:38    阅读次数:198
UnicodeMath编码教程
> 参考UnicodeMath官方文档,[原文看这](http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.1.pdf "UTN28-PlainTextMath-v3.1")。 > [word插入公式不自动斜体的解决办法](https://... ...
分类:其他好文   时间:2019-02-17 23:44:31    阅读次数:1891
UnicodeMath数学公式编码_翻译(Unicode Nearly Plain - Text Encoding of Mathematics Version 3).md
> 本文为UnicodeMath官方文档的翻译,[原文看这](http://www.unicode.org/notes/tn28/UTN28-PlainTextMath-v3.1.pdf "UTN28-PlainTextMath-v3.1")。翻译如有不准还请谅解! > 由于我个人只想学习在wor... ...
分类:其他好文   时间:2019-02-13 22:40:37    阅读次数:1073
1141条   上一页 1 ... 19 20 21 22 23 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!