码迷,mamicode.com
首页 >  
搜索关键字:allocation tracker    ( 677个结果
Visual Tracker Benchmark
我使用的是Benchmark V1.0来显示tracking的结果,在下载完代码之后,里面已经存在了关于各种tracker在不同数据集上的结果了。 如果要验证自己的算法在这个数据集上的效果,其实特别简单: 直接的方法: 首先将代码先拷到OTB_ROOT_PATH/tackers/这个文件夹下,你会发 ...
分类:其他好文   时间:2016-05-22 20:13:19    阅读次数:819
tracker-store and tracker-miner-fs eating up my CPU on every startup
Simply change this values using the gsettings witch will disable the constant indexing of Tracker: gsettings set org.freedesktop.Tracker.Miner.Files c ...
分类:其他好文   时间:2016-05-22 06:12:31    阅读次数:389
[转]Under the covers: IAM chains and allocation units in SQL Server 2005
(I'm sitting here in Seattle airport at 7am on Sunday waiting to catch the same flight to Boston that I caught two weeks ago. Instead of TechEd, this ...
分类:数据库   时间:2016-05-18 23:31:18    阅读次数:241
android 性能分析案例
本章以实际案例分析在android开发中,性能方面的优化和处理。设计到知识点有弱引用,memory monitor,Allocation Tracker和leakcanary插件。 1.测试demo 下载bug项目:https://github.com/lzyzsd/MemoryBugs,请注意配合 ...
分类:移动开发   时间:2016-05-18 01:40:10    阅读次数:357
[C++]内存管理器--谈论如何自定义内存分配机制
内存管理器–谈论如何自定义内存分配机制 Memory pools, also called fixed-size blocks allocation, is the use of pools for memory management that allows dynamic memory allocation comparable to malloc or C++’s operator new....
分类:编程语言   时间:2016-05-14 12:49:17    阅读次数:273
Linux C 编程内存泄露检测工具(一):mtrace
前言 所有使用动态内存分配(dynamic memory allocation)的程序都有机会遇上内存泄露(memory leakage)问题,在Linux里有三种常用工具来检测内存泄露的情況,包括: 1. mtrace mtrace是三款工具之中是最简单易用的,mtrace是一个C函數,在<mch ...
分类:系统相关   时间:2016-05-13 07:36:50    阅读次数:268
fastDFS 入门
fdfs_client.confconnect_timeout = 2 network_timeout = 30 charset = UTF-8 http.tracker_http_port = 8090 http.anti_steal_token = yes http.secret_key = FastDFS1234567890tracker_server = xx.xx.xx.xx:22122...
分类:其他好文   时间:2016-05-13 01:52:21    阅读次数:272
Try 5.05 fastdfs
1 版本信息 服务器使用的系统为centos7.1, fastdfs版本为5.05稳定版 服务器ip分别是: 172.27.12.65,作为tracker机器 172.27.12.61,作为group1的storage 172.27.12.67,作为group2的storage 2 FastDFS安... ...
分类:其他好文   时间:2016-05-11 09:30:36    阅读次数:176
请求分页中的内存分配之续
上文提到了为什么没有"固定分配全局置换"(Fixed Allocation,Global Replacement),我在网上查了多次,终于发现有两位作者类似地介绍了固定分配全局置换策略, 原文链接:http://blog.sina.com.cn/s/blog_821c73630100w1at.htm ...
分类:其他好文   时间:2016-05-07 18:19:39    阅读次数:294
本文建模系列值三:LDA感悟
LDA:Latent Dirichlet Allocation 是一个很著名的文本模型,最初是在2003年被一群大牛提出的,包括David M.Blei 、Andrew Y.Ng等。和之前的pLSA文本模型相比,LDA算是贝叶斯观点的pLSA,所谓贝叶斯观点,就是什么都是不确定的,不像pLSA中的p(z|d),虽然是个隐变量,但是还是确定的值,然而对于贝叶斯学派观点,其概率是不确定的,该概率符合某...
分类:其他好文   时间:2016-05-07 10:12:14    阅读次数:190
677条   上一页 1 ... 38 39 40 41 42 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!