http://acm.hdu.edu.cn/ 杭电 2051到2099 acm的AC解题报告
2022-12-07 20:36:21 26KB acm
1
自己写的USACO的解题答案 里面都是代码。。讲解比较少 但是都ac过了
2022-12-04 13:40:50 3.72MB USACO C++ CODE
1
数据冒险2(load-use) Clock Cycle 1 Cycle 2 Cycle 3 Cycle 4 Cycle 5 Cycle 6 Cycle 7 Cycle 8 I0: Load Plus 1 Plus 2 R-Type (采用寄存器前半写后半读,不转发) 如果第1条指令为load,且目标是写入寄存器R 则随后的第2、3条指令使用R时都会发生数据冒险 再后的第4条及之后的指令都不会发生冒险 Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr Ifetch Reg/Dec Exec Mem Wr * Similarly, although the load instruction is fetched during cycle 1, the data is not written into the register file until the end of Cycle 5. Consequently, the earliest time we can read this value from the register file is in Cycle 6. In other words, there is a 3-instruction delay between the load instruction and the instruction that can use the result of the load. This is referred to as Data Hazard in the text book. We will show in the next lecture that by clever design techniques, we can reduce this delay to ONE instruction. That is if the load instruction is issued in Cycle 1, the instruction comes right next to it (Plus 1) cannot use the result of this load but the next-next instruction (Plus 2) can. +2 = 73 min. (Y:53)
2022-11-24 17:59:59 662KB 题目
1
经典问题——八皇后解题方法 八皇后问题是1850年大数学家高斯提出来的,该问题在8*8的国际象棋棋盘上放置8个皇后,条件是做到没有一个皇后能“吃掉”任何其他皇后,即没有任何两个皇后被放置在棋盘的同一行或者同一列,或者同一对角线上。 该案例利用回溯算法穷举出该问题的所有解。
2022-11-22 22:56:20 9KB c++ 经典问题 八皇后
1
高频电子线路学习与解题指导(阳昌汉) 配套课本习题解答
1
模拟电子线路解题指南,关于模拟电子的一些知识,希望对需要这方面资料的有所帮助,里面包括模拟电子的相关介绍和解题思路。
2022-11-07 01:57:48 4.59MB 模拟电子线路解题指南
1
一些常见的算法的解题报告.zip
2022-11-02 19:05:20 932KB 算法
ctf特训营 技术详解、解题方法与竞赛技巧 ctf特训营 技术详解、解题方法与竞赛技巧 ctf特训营 技术详解、解题方法与竞赛技巧 ctf特训营 技术详解、解题方法与竞赛技巧
2022-11-01 18:00:08 37.43MB ctf特训营技术详解、解题方法
1
ctf解题脚本-polybius棋盘密码.py
2022-10-26 09:00:12 597B CTF polybius 棋盘密码
1