最新 最热

内存虚拟化技术介绍之---内存去重

前言虚拟化的目的是为了提升硬件的资源利用率,包括CPU,内存、IO等。在各种虚拟化中,都有内存压缩、内存去重等技术。本文通过介绍PowerVM的内存去重技术,有助于读者了解其他虚拟化技术内存区中底层原理。vSphere中的透明...

2018-03-22
1

du熊学斐波那契I

du熊学斐波那契ITime Limit : 2000/1000ms (C/Other)   Memory Limit : 65535/32768K (C/Other)本次组委会推荐使用C、C++Problem Descriptiondu熊对数学一直都非常感兴趣。最近在学习斐波那契数列的它,向你展示了...

2018-01-17
0

事件(Event),绝大多数内存泄漏(Memory Leak)的元凶[上篇]

最近这两天一直在忙着为一个项目检查内存泄漏(Memory Leak)的问题,对相关的知识进行了一下简单的学习和探索,其间也有了一些粗浅的经验积累,今天特意写一篇相关的文章与大家分享。那些对内存泄漏稍微...

2018-01-16
1

Leetcode 31 Next Permutation

Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not possible, it m...

2018-01-12
1

Leetcode 27 Remove Element

Given an array and a value, remove all instances of that value in place and return the new length. Do not allocate extra space for another array, you must do ...

2018-01-12
0

Leetcode 26 Remove Duplicates from Sorted Array

Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for anothe...

2018-01-12
1

Leetcode 137 Single Number II

Given an array of integers, every element appears three times except for one. Find that single one.

2018-01-12
1

Leetcode 136 Single Number

Given an array of integers, every element appears twice except for one. Find that single one. Note:

2018-01-12
1

《Drools7.0.0.Final规则引擎教程》第4章 Query查询之基础

本文介绍了Drools规则引擎的基础知识,包括其使用场景、语法、规则文件等内容,并通过实例讲解了如何在实际项目中使用Drools规则引擎。

2018-01-08
1

一段代码搞懂 gpu memory

腾讯云开发者社区是腾讯云官方开发者社区,致力于打造开发者的技术分享型社区。提供专栏,问答,沙龙等产品和服务,汇聚海量精品云计算使用和开发经验,致力于帮助开发者快速成长与发展,营造开放的云计算技术生态圈。...

2018-01-02
0