码迷,mamicode.com
首页 >  
搜索关键字:grouping sets    ( 1480个结果
凸优化【1 基本概念】
前言 本文主要记录在凸优化中几个比较基础的概念:凸集、仿射集、凸包、锥、锥包。 仿射集(affine sets) 回顾一下直线与线段的定义。 对于 $$x_1 \not = x_2 \in R^n, \theta \in R$$ 则直线可以表示为: $$y = \theta x_1 + (1 \th ...
分类:其他好文   时间:2019-08-26 21:10:19    阅读次数:123
数据集:Introduction to Econometrics by Stock&Watson
James H. Stock and Mark W. Watson, Introduction to Econometrics: data sets 詹姆斯·H·斯托克 马克·W·沃森. 计量经济学. 数据集 学生资源 https://wps.pearsoned.com/aw_stock_ie_3/ ...
分类:其他好文   时间:2019-08-25 10:23:10    阅读次数:428
Redis数据库基本操作
#redis 基本操作 进入redis ##redis五种数据类型、及操作 string 字符串 list 列表 hash 哈希 set 集合 sorted sets 有序集合 string set key value 设置给定 key 的值。如果 key 已经存储其他值, SET 就覆写旧值,且无 ...
分类:数据库   时间:2019-08-24 17:03:28    阅读次数:164
NGINX配置文件详解
worker_cpu_affinity auto;Binds worker processes to the sets of CPUs. worker_rlimit_nofile number;worker进程所能打开的最大文件描述符数量,一般与ulimit -n相同即可 error_log log ...
分类:其他好文   时间:2019-08-23 00:13:19    阅读次数:112
[GraphQL] Reuse GraphQL Selection Sets with Fragments
Fragments are selection sets that can be used across multiple queries. They allow you to refactor redundant selection sets, and they are essential whe ...
分类:其他好文   时间:2019-08-20 18:45:59    阅读次数:90
链表_A1052 Linked List Sorting (25 分)
https://pintia.cn/problem-sets/994805342720868352/problems/994805425780670464 ...
分类:其他好文   时间:2019-08-18 11:38:05    阅读次数:82
链表_A1032 Sharing (25 分)
https://pintia.cn/problem-sets/994805342720868352/problems/994805460652113920 ...
分类:其他好文   时间:2019-08-18 09:32:39    阅读次数:74
STL_A1056 Mice and Rice (25 分)
https://pintia.cn/problem-sets/994805342720868352/problems/994805419468242944 ...
分类:其他好文   时间:2019-08-18 09:27:26    阅读次数:70
STL_A1022 Digital Library (30 分)
https://pintia.cn/problem-sets/994805342720868352/problems/994805480801550336 ...
分类:其他好文   时间:2019-08-17 20:05:08    阅读次数:107
mysql数据库my.ini配置文件中文详解
mysql数据库my.ini配置文件中文详解 mysqld程序–目录和文件 basedir = path 使用给定目录作为根目录(安装目录)。 character sets dir = path 给出存放着字符集的目录。 datadir = path 从给定目录读取数据库文件。 pid file = ...
分类:数据库   时间:2019-08-17 17:42:47    阅读次数:243
1480条   上一页 1 ... 20 21 22 23 24 ... 148 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!