码迷,mamicode.com
首页 >  
搜索关键字:memory architecture    ( 30477个结果
.NET Debugging Demos Lab 7: Memory Leak
https://www.tessferrandez.com/blog/2008/03/25/net-debugging-demos-lab-7.html This is the last debugging lab in the .NET Debugging Labs series. By now ...
分类:Web程序   时间:2021-06-02 14:43:49    阅读次数:0
FreeRTOS Heap Memory Management (5) - heap5源码分析
FreeRTOS Heap Memory Management (5) - heap5源码分析 /* FreeRTOS Kernel V10.4.1 */ heap5的实现与heap4除了内存初始化有所不同,其余部分几乎一致。 因此本文只分析初始化函数,其余部分详见FreeRTOS Heap Mem ...
分类:其他好文   时间:2021-06-02 14:41:36    阅读次数:0
FreeRTOS Heap Memory Management (4) - heap4源码分析
FreeRTOS Heap Memory Management (4) - heap4源码分析 /* FreeRTOS Kernel V10.4.1 */ ? heap4的实现与heap2非常相似,不同之处在于heap4需要合并相邻的 free block。请参考 FreeRTOS Heap Mem ...
分类:其他好文   时间:2021-06-02 14:23:01    阅读次数:0
CodeForces 279B - Books
A good problem that helps understanding sliding window algorithm :3 ...
分类:其他好文   时间:2021-06-02 14:14:21    阅读次数:0
ZSTUOJ刷题⑥:Problem 3535.--模拟简单计算器
3535: 模拟简单计算器 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 4634 Solved: 1652 Description 程序模拟简单运算器的工作:输入一个算式(没有空格),遇到‘=’号说明输入结束,输出结果。假设计算器只能进行加、减、乘、除运 ...
分类:其他好文   时间:2021-05-24 17:12:25    阅读次数:0
自然语言处理(NLP)入门
什么是NLP? NLP 自然语言处理 CNN 卷积神经网络 RNN - Recurrent Neural Network 循环神经网络 LSTM - Long Short-Term Memory 长短期记忆 word2vec doc2vec ...
分类:编程语言   时间:2021-05-24 15:06:13    阅读次数:0
内核如何获取内存
一、第一阶段从底层bios获取数据 首先是由最底层的bios扫描到硬件信息,然后上传给上层的kernel使用的。这里bios定义了一系列的中断调用函数供上层使用。对于内存在x86下则是定义了INT 0x15,eax = 0xE820来获取万恒的内存映射。INT 0x15,AX = 0xE801则是用 ...
分类:其他好文   时间:2021-05-24 14:03:27    阅读次数:0
云原生-vitess数据库
云原生数据库vitess Vitess 是一个通过分片实现MySQL水平自动扩展的集群数据库系统。 The Vitess Docs | Architecture ...
分类:数据库   时间:2021-05-24 10:01:34    阅读次数:0
redis info详解
官方文档:https://redis.io/commands/info info主要有一下几项,因版本不同可能略有差别 server clients memory persistence stats replication cpu keyspace 172.21.194.205:6381> info ...
分类:其他好文   时间:2021-05-24 07:56:28    阅读次数:0
mysql8 更改root密码(windows)
1.停止服务 net stop mysql; 2.控制台输入 mysqld --console --shared-memory --skip-grant-tables 3.重新打开一个窗口,进入bin目录下,执行mysql,回车 4.密码置空 update user set authenticati ...
分类:数据库   时间:2021-05-24 07:35:02    阅读次数:0
30477条   上一页 1 2 3 4 5 6 ... 3048 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!