forked from QSCTech/zju-icicles
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 高级数据结构与算法分析, 计算机体系结构, 计算机网络基础, 计算机组成,
计算理论, 离散数学及其应用.
- Loading branch information
Showing
89 changed files
with
3,762 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+36.2 MB
离散数学及其应用/教材/Discrete Mathematics and Its Applications (Seventh Edition) 版本2.pdf
Binary file not shown.
Binary file added
BIN
+9.66 MB
离散数学及其应用/教材/Discrete Mathematics and Its Applications (Seventh Edition).pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.9 MB
计算机体系结构/教材/Computer Architecture - A Quantitative Approach (Fifth Edition).pdf
Binary file not shown.
Binary file added
BIN
+5.57 MB
计算机体系结构/教材/Computer Architecture - A Quantitative Approach (Fourth Edition).pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
2005����ϵ���� | ||
|
||
����� 4��X6�� | ||
1, ��LL��SCʵ��EXCH R2, 0(R1) | ||
|
||
2, Trace Scheduling��Ŀ�꣬��Ҫ˼��Ͳ��� | ||
|
||
3,������ˮ����Ҫ˼�룬��һ������˵�� | ||
|
||
4��Ӳ��Ͷ����ԭ����ROB������ | ||
|
||
�������� 46�� | ||
|
||
1������Է���������أ������ػ���أ���ָ���Ƿ�loop-carried | ||
|
||
for(i=0;i<=100;i=i+1) | ||
{ | ||
A[i]=B[i]+C[i]; | ||
B[i]=A[i]+D[i]; | ||
A[i+1]=A[i]+E[i]; | ||
} | ||
|
||
2���α��ϵ�Example��Ӣ����343ҳ | ||
|
||
3����䣫Ͷ���� Ӣ����235ҳ��Example������������Щ�ı� | ||
����ָ�����У�����˫�������̬Ͷ��������£�ָ���ִ��������������ͼ3.34������ͼ�� | ||
|
||
4��Ŀ¼Э�飬��ǰ״̬���£� | ||
p1 TAG Value State | ||
A Invalid | ||
p2 TAG Value State | ||
A Invalid | ||
p3 TAG Value State | ||
A 2 Exclusive | ||
Ŀ¼�� | ||
TAG State Sharers | ||
A Invalid {P3} | ||
|
||
����P1ִ��x=3�ľ�����̣�ָ���շ�����Ϣ��Sharers�ı仯���ڵ���Value�ı仯 |
Oops, something went wrong.