• Breaking News

    Monday, October 15, 2018

    C Programming Language or The Art of Computer Programming Computer Science

    C Programming Language or The Art of Computer Programming Computer Science


    C Programming Language or The Art of Computer Programming

    Posted: 14 Oct 2018 01:52 PM PDT

    (recent computer science bachelor's graduate)
    I have both these texts, and I am curious as to what opinion you all have for which I should dive into first. I didn't do much with C in my undergrad, but I hear Ritchie's book is a classic and an important read since many languages are built from C. I also have heard of the greatness that is The Art of Computer Programming. I have great interest in both books, so I would like to know which one has been more beneficial for you all.

    submitted by /u/drohhr
    [link] [comments]

    Data Storage

    Posted: 14 Oct 2018 06:13 AM PDT

    When I say var x=3 and let's say x is being associated with a memory location 0x00 where the value 3 is stored.

    My question is, where is the information that x is associated with the memory 0x00 is bring stored.

    This is probably a stupid question, but can someone please answer.

    Thank you.

    submitted by /u/Ruman1998
    [link] [comments]

    Silly questions about pipelining

    Posted: 14 Oct 2018 09:59 AM PDT

    Could more instructions be pipelined if each opcode targeted distinct registers? Any interest in having multiple ALU's per core, for maximal pipelining?

    Obviously the benefits fall off for most serial, dependent control flows, but I'm curious what the theoretical and practical limits of pipelining would be for a typical application.

    submitted by /u/mcandre
    [link] [comments]

    Why is the complexity of matrix addition O(n^2)?

    Posted: 14 Oct 2018 06:37 PM PDT

    No comments:

    Post a Comment