码迷,mamicode.com
首页 >  
搜索关键字:big o notation    ( 4090个结果
内存大小端对齐
不同的 CPU 有不同的字节序类型 这些字节序是指整数在内存中保存的顺序 这个叫做主机序 最常见的有两种 1 . Little endian :将低序字节存储在起始地址 2 . Big endian: 将高序字节存储在起始地址 LE little-endian 最符合人的思维的字节序 地址低位存储值 ...
分类:其他好文   时间:2020-08-26 17:09:20    阅读次数:43
h3c错误提示信息
错误提示信息 % Unrecognized command found at '^’ position. 命令无法解析,符号“^”指示位置出错 % Incomplete command found at '^’ position. 符号“^”指示位置的参数输入不完整 % Ambiguous comm ...
分类:其他好文   时间:2020-08-20 18:09:02    阅读次数:230
实现拼团业务逻辑
老大:时下拼多多活的不行,老大看着有搞头,咱家商城也要加个拼团功能,开团拼团搞起来~~~~~~~~~ 小弟:搞!!!!!!!!!!!! 一、废话不多说,先上表结构 -- 拼团商品配置表 create table sms_group_product ( id bigint auto_increment ...
分类:其他好文   时间:2020-08-13 11:48:57    阅读次数:97
Linux安装vscode
[TOC]## 1. 安装> [官网](https://code.visualstudio.com/docs/setup/linux)### 1.1. 基于Debian和Ubuntu的发行版网页下载: https://code.visualstudio.com/Download```shsudo a... ...
分类:系统相关   时间:2020-08-03 19:58:18    阅读次数:96
DDL语言--数据类型
一、数值型: 整型: 小数; 定点数; 浮点数; 字符型: 较短的文本:char、varchar 较长的文本:text、blob(较长的二进制数据) 日期型: #一、整型 分类: tinyint、smallint、mediumint、int/integer、bigint 1 2 3 4 8 特点: ...
分类:编程语言   时间:2020-07-30 22:04:34    阅读次数:99
【一文整理:Google Big table 序列化组件 Protocol Buffers 的使用 】
石头儿的博客有更多干货,推荐大家学习。 https://www.toutiao.com/i6853615876156064259/ ...
分类:其他好文   时间:2020-07-29 15:03:52    阅读次数:51
初级美语 L067:Getting Married 解析
一、Reading My girlfriend and I are going to get married this year. We are going to have a big wedding party. All our friends and relatives are going to ...
分类:其他好文   时间:2020-07-29 10:36:23    阅读次数:74
转:locality sensitive hashing
Motivation The task of finding nearest neighbours is very common. You can think of applications like finding duplicate or similar documents, audio/vid ...
分类:其他好文   时间:2020-07-29 10:07:50    阅读次数:68
JAVA BigDecimal的相加(累加)
之前很少使用这样的一个对象BigDecimal,今天在改需求的时候遇到了,结果坑爹的怎么相加最后都为零。 代码如下: BigDecimal totalAmount = new BigDecimal(0); totalAmount.add(new BigDecimal(5000)); System.o ...
分类:编程语言   时间:2020-07-28 22:28:18    阅读次数:174
初识RK3399以及相关资料汇总
初识RK3399 RK3399是一款低功耗、高性能的处理器,适用于计算、个人移动互联网设备和其他智能设备应用。基于big.little架构,它集成了双核Cortex-A72和四核Cortex-A53与单独的NEON协处理器。 许多嵌入式强大的硬件引擎为高端应用程序提供了优化的性能。RK3399支持多 ...
分类:其他好文   时间:2020-07-27 13:54:12    阅读次数:81
4090条   上一页 1 ... 9 10 11 12 13 ... 409 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!