码迷,mamicode.com
首页 >  
搜索关键字:constant pool    ( 4909个结果
mysql内存占用计算
##MySQL 最大可使用内存( M ): SELECT ( @@key_buffer_size + @@innodb_buffer_pool_size + @@query_cache_size + @@tmp_table_size + @@max_connections * ( @@read_bu ...
分类:数据库   时间:2019-03-27 10:59:46    阅读次数:177
Lake Counting --POJ 2386
Due to recent rains, water has pooled in various places in Farmer John's field, which is represented by a rectangle of N x M (1 <= N <= 100; 1 <= M <= ...
分类:其他好文   时间:2019-03-27 00:20:59    阅读次数:291
C++ 常量指针与指针常量
一、常量指针(constant pointers):指针自身是常量,const关键字出现在星号右边。如: 二、指针常量(pointers to constants):指针所指物是常量,const关键字出现在星号左边。如: 我对这两个概念的理解来自于《Effective C++》(第三版,侯捷译)。 ...
分类:编程语言   时间:2019-03-26 22:26:22    阅读次数:180
Ubuntu 18.04 基于NVIDIA 2080安装TensorFlow-GPU 1.13.1
Ubuntu18.04基于NVIDIA2080安装TensorFlow-GPU1.13.1官方文档:注意版本兼容性https://tensorflow.google.cn/install/source其他请参考:Ubuntu16.04基于NVIDIA1080Ti安装TensorFlow-GPU安装环境系统:Ubuntu18.04.02desktop显卡:NVIDIAGeForceGTX2080显卡
分类:系统相关   时间:2019-03-26 09:22:16    阅读次数:2691
/etc/default/useradd配置文件详解
/etc/default/useradd文件内容如下: 说明: GROUP=100 如果useradd没有指定组,并且/etc/login.defs中的USERGROUPS_ENAB为no或者useradd使用了-N选项时,此时该参数生效。创建用户时使用此组ID。HOME=/home 主目录放在什么 ...
分类:其他好文   时间:2019-03-26 01:36:38    阅读次数:338
redis使用Jackson2JsonRedisSerializer序列化问题
一、spring boot 集成Redis方法 依赖 <!--redis--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactI ...
分类:Web程序   时间:2019-03-25 16:10:50    阅读次数:2617
CF1139D Steps to One 题解【莫比乌斯反演】【枚举】【DP】
反演套 DP 的好题(不用反演貌似也能做 Description Vivek initially has an empty array $a$ and some integer constant $m$. He performs the following algorithm: 1. Select ...
分类:其他好文   时间:2019-03-25 12:15:37    阅读次数:221
Ants POJ - 1852
Ants An army of ants walk on a horizontal pole of length l cm, each with a constant speed of 1 cm/s. When a walking ant reaches an end of the pole, it ...
分类:其他好文   时间:2019-03-25 00:53:56    阅读次数:152
CNN网络中的不变性理解
神经网络中的不变性 原文:https://blog.csdn.net/voxel_grid/article/details/79275637 神经网络中的不变性 原文:https://blog.csdn.net/voxel_grid/article/details/79275637 神经网络中的不变 ...
分类:其他好文   时间:2019-03-23 11:49:11    阅读次数:205
TensorFlow tf.gradients的用法详细解析以及具体例子
tf.gradients 官方定义: Constructs symbolic derivatives of sum of ys w.r.t. x in xs. ys and xs are each a Tensor or a list of tensors. grad_ys is a list of ...
分类:其他好文   时间:2019-03-21 13:18:11    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!