上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页
摘要: 阅读全文
posted @ 2020-03-13 14:54 东坡肉肉君 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 题目: 设CPU共有16根地址线,8根数据线,并用(低电平有效)作访存控制信号,作读写命令信号(高电平为读,低电平为写)。现有下列存储芯片:ROM(2K×8位,4K×4位,8K×8位),RAM(1K×4位,2K×8位,4K×8位),及74138译码器和其他门电路(门电路自定)。试从上述规格中选用合适 阅读全文
posted @ 2020-03-12 14:52 东坡肉肉君 阅读(30010) 评论(3) 推荐(2) 编辑
摘要: A - 今年暑假不AC #include<iostream> #include<string.h> #include<algorithm> #include<map> #include<stdio.h> #define MAXN 3000 using namespace std; struct no 阅读全文
posted @ 2020-03-09 20:36 东坡肉肉君 阅读(167) 评论(0) 推荐(0) 编辑
摘要: A - Max Sum Plus Plus[排列组合] 这个真的很难搞,排列组合也太难了 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const 阅读全文
posted @ 2020-03-09 15:43 东坡肉肉君 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 回退n步[GBN] 累计ACK 阅读全文
posted @ 2020-03-09 08:08 东坡肉肉君 阅读(911) 评论(2) 推荐(0) 编辑
摘要: 结论: 第一个节区头的RVA = Size of Optional Header+IMAGE_OPTIONAL_HEADER的RVA 检验: Size of Optional Header = 0xE0 IMAGE_OPTIONAL_HEADER的RVA = 0xF8 0xE0 + 0xF8 = 0 阅读全文
posted @ 2020-03-08 19:11 东坡肉肉君 阅读(241) 评论(0) 推荐(0) 编辑
摘要: ReadMe: 工具:PEview,hexWorkshop,chrome.exe 删除.reloc节区头 范围:0x308 - 0x32c,用0x00填充 删除.reloc节区 从0xcd800开始到结束,delete掉 修改IMAGE_FILE_HEADER 删掉reloc后,section要减一 阅读全文
posted @ 2020-03-08 15:53 东坡肉肉君 阅读(262) 评论(0) 推荐(0) 编辑
摘要: A - Coin Change[多重背包] #include<stdio.h> #include<string.h> #include<iostream> #include<algorithm> const int MONEY= 251; const int COIN = 101; using na 阅读全文
posted @ 2020-03-03 22:11 东坡肉肉君 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 安装教程:Ubuntu-安装SQL Server 出现错误“sqlcmd:未找到命令”的解决方案:https://sqlserveronlinuxbackup.com/sqlcmd-command-not-found-ubuntu/ 使用教程:SQL Server的数据库创建、修改、查询、删除 阅读全文
posted @ 2020-03-03 19:00 东坡肉肉君 阅读(560) 评论(0) 推荐(0) 编辑
摘要: 配置文件: sudo gedit /etc/network/interfaces 重启网络: 1.sudo /etc/init.d/networking restart 2.sudo service network-manager restart 阅读全文
posted @ 2020-02-27 17:35 东坡肉肉君 阅读(583) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 21 下一页