Tag: Embedded system
-
Deductive debugging
This is not a story of a great debugging triumph – but it is one that points to a great debugging truth – study of the bug before you start to pore over your code is more likely to get you to a solution faster. My example is my code to simulate Belady’s “OPT” page…
Adrian McMenamin
-
Amazon getting their act together on Kindle quality?
Just received this email: Hello, We are happy to announce that an updated version of your past Kindle purchase of Making Embedded Systems: Design Patterns for Great Software by Elecia White is now available. The version you received had the following issues that have been corrected: Significant editorial issues were present. Before you update to…
-
From a real “product description” on Amazon
The invention of wheel was a major break throw of its scientific age. Like wise we can consider internet is the one of the most influential Scientifics break throw of current age, which was only possible because of advance ever growing communication technologies. Communication between any two sources protocols can be deemed as backbone of…
-
An NP-complete problem from the world of embedded computing
First of all – a quick explanation of P and NP. The class of problems known as ‘P’ – for polynomial (as in they can be solved in a time which is dependent on a polynomial of their complexity) – are those for which a known algorithm – a sequence of mathematical steps – to…
Adrian McMenamin