码迷,mamicode.com
首页 >  
搜索关键字:memory sensor    ( 29356个结果
ucore Lab2学习:Virtual Memory
我觉得这个lab最主要就是理解好Virtual memory是怎么map到physical memory的。在CSAPP里面了,通过MMU和TLB电路来实现转换。x86中是用的2级page table。 还要理解stack frame(譬如lab1的project 4.1.1):switch_to_...
分类:其他好文   时间:2014-07-01 21:44:49    阅读次数:539
Linux性能优化和监控系列(一)——top工具
解释服务器发生了什么——top工具在检查服务器的详细工作性能状态前,系统管理员需要对当前服务器状态有总体的了解. top是检查服务器总体状态的强有力工具, 通过top可以获取CPU, Memory, Process运行信息, 如下是运行top命令后的数据显示:top - 20:08:09 up 10...
分类:系统相关   时间:2014-07-01 20:47:11    阅读次数:272
Memory Limits for Windows and Windows Server Releases
his topic describes the memory limits for supported Windows and Windows Server releases.Memory and Address Space LimitsPhysical Memory Limits: Windows...
分类:Windows程序   时间:2014-07-01 19:11:49    阅读次数:534
hdu 1299 Diophantus of Alexandria (数论)
Diophantus of AlexandriaTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2269Accepted Submission(s)...
分类:其他好文   时间:2014-07-01 19:08:18    阅读次数:239
An A-Z Index of the Apple OS X command line
来源:http://ss64.com/osx/An A-Z Index of theApple OS Xcommand line alias Create an alias ? alloc List used and free memory apropos Search t...
分类:移动开发   时间:2014-07-01 17:46:48    阅读次数:384
Mysql 数据导入
今天试图用heidisql 导入一个150M的数据文件(.sql), 结果报out of memory 错误。在网上搜了很多案例,都没能解决问题。我甚至怀疑是mysql 的default的内存设置的太小了。于是跑到my.ini文件里修改了innodb_buffer_pool_size 为96M * ...
分类:数据库   时间:2014-07-01 16:59:24    阅读次数:395
[2011山东省第二届ACM大学生程序设计竞赛]——Identifiers
Identifiers Time Limit: 1000MS Memory limit: 65536K 题目:http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2163题目描写叙述Identifier is ...
分类:其他好文   时间:2014-07-01 13:45:08    阅读次数:211
Arduino live weather broadcasting 实时天气站
Live broadcasting with arduinoget a pc , make it run linux. make arduino catch the weather sensor and then transport the information to the PC side. P...
分类:其他好文   时间:2014-07-01 12:15:21    阅读次数:167
zoj 3790 Consecutive Blocks(链表重点是思想)
Consecutive Blocks Time Limit: 2 Seconds      Memory Limit: 65536 KB There are N (1 ≤ N ≤ 105) colored blocks (numbered 1 to N from left to right) which are lined up in a row. And the i-th b...
分类:其他好文   时间:2014-07-01 06:51:52    阅读次数:218
HDOJ 1715 大菲波数
JAVA大数.... 大菲波数 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 10812    Accepted Submission(s): 3653 Problem Description Fibo...
分类:其他好文   时间:2014-06-30 17:24:15    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!