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
A good problem that helps understanding sliding window algorithm :3 ...
分类:
其他好文 时间:
2021-06-02 14:14:21
阅读次数:
0
3535: 模拟简单计算器 Time Limit: 1 Sec Memory Limit: 64 MBSubmit: 4634 Solved: 1652 Description 程序模拟简单运算器的工作:输入一个算式(没有空格),遇到‘=’号说明输入结束,输出结果。假设计算器只能进行加、减、乘、除运 ...
分类:
其他好文 时间:
2021-05-24 17:12:25
阅读次数:
0
更新软件包 sudo apt update sudo apt install nginx 查看状态 sudo systemctl status nginx 状态显示绿色active表示正常运行 防火墙开放相关端口 sudo ufw allow 'Nginx Full' 重新加载规则 sudo ufw ...
分类:
系统相关 时间:
2021-05-24 15:33:12
阅读次数:
0
什么是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
1、全备 [root@test3 ~]# innobackupex --user=root --password=123456 --no-timestamp /data/backup/full_backup[root@test3 backup]# ls #全部备份的文件full_backup 2、对 ...
分类:
数据库 时间:
2021-05-24 13:04:29
阅读次数:
0
valgrind使用 valgrind --tool=memcheck --leak-check=full --log-file=valgrind-log.txt ./build/executable --args gdb使用带参数 gdb --args ./build/executable --a ...
分类:
其他好文 时间:
2021-05-24 12:21:49
阅读次数:
0
官方文档: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
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