computer-architecture
Is wxPython good for a Hardware Simulator?
For a computer architecture assignment, I am trying to replace a C++ library called \"Sim\" with something in Python.[详细]
2023-02-11 14:45 分类:问答CPU Cache implementation in C or C++ or SystemC
I need a very basic C or C++ source code of CPU cache. Google didnt help me find a proper one. The implementation only needs to provide the most fundamental functionality of a cache.[详细]
2023-02-05 04:23 分类:问答Some doubts regarding diagram of Von Neumann Arcitechture
Well I cant understand the above diagram of Von Neumann architecture [Cited from wikipedia] and not even sure whether it is correct. Some obvious doubts that I have -[详细]
2023-01-24 00:27 分类:问答Analyse code for spatial and temporal locality
Hi have some question regarding spatial and temporal locality. I have read in the course theory that spatial locality[详细]
2023-01-23 04:10 分类:问答Pointer based array access in MIPS
开发者_C百科What do we mean by the pointer based array access in MIPS?There is an additional possible meaning or implication to \"pointer based array access\":[详细]
2023-01-13 07:46 分类:问答Meaning of: Array1 : .word 0:20
What is the mea开发者_如何学编程ning of : Array1 :.word 0:20 Array1 : is a label (the space is optional).[详细]
2023-01-12 16:56 分类:问答Free resources to learn computer (electrical?) engineering? [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-01-10 06:46 分类:问答Where can I start looking to better understand how computers work?
I\'ve been trying to figure out what computer field I want to go into later on in life. College is just around the corner for me and I\'ve considered looking into Computer Engineering, Software Engine[详细]
2023-01-08 16:41 分类:问答the comparation of the computing time of multiplication
Let a, b be two integers with n digits. I am wondering does the com开发者_Python百科puting time of the square of a is shorter than a*b.[详细]
2023-01-06 14:24 分类:问答Basic question regarding ROM based executable
I have basic doubt regarding executable stored in ROM. As I know the executable with text and RO attributes is stored in ROM. Question is as ROM is for Read Only Memory, what happens if there is sit[详细]
2023-01-05 14:36 分类:问答