Test Driven Development for Embedded C docx
... then checking for buffer overflows. I found that very cool. Test- Driven Development for Embedded C is an active-voice work packed with practical advice and useful aphorisms, such as “refactor ... book’s code. CppUTest.org http://www.cpputest.org Find documentation and discussions about CppUTest. CppUTest at SourceForge.org http://www.cpputest.org Get the latest version of CppUTes...
Ngày tải lên: 29/03/2014, 19:20
... platform dependency. Main line C code written for one specific 8-bit microcontroller can therefore be compiled for and run on a different microcontroller with very minor changes to the code. ... lack the particular character of a physical electrical device. A simulator can be written according to the microprocessor documentation, and therefore will omit any hardware quirks introduce...
Ngày tải lên: 22/12/2013, 02:17
Test-Driven Development and Impostors
... run the test again, it succeeds: test_ many_urls_should_print_first_results ➥ (test. acceptance_tests.AcceptanceTests) ok test_ no_urls_should_print_nothing ➥ (test. acceptance_tests.AcceptanceTests) ... ok test_ no_urls_should_print_nothing ➥ (test. acceptance_tests.AcceptanceTests) ok test_ should_get_one_URL_and_print_output ➥ (test. acceptance_tests.AcceptanceTests) ok test. te...
Ngày tải lên: 05/10/2013, 09:20
... semantics. A class can be abstract, meaning that it cannot have direct instances at run-time. Such a class is aimed as a generalization of other, concrete classes that can have direct instances. ... Text receptionHours : Text (b) (a) John Smith : Person Object Space/Runtime Cooking for Dummies : Course Car Mechanics for Ladies : Course Computers for Everybody : Course Arthur Burnstorm...
Ngày tải lên: 17/02/2014, 23:20
Beginning iPad Development for iPhone Developers docx
... addObject:touch]; CGPoint location = [touch locationInView:touchedView]; [startPoints addObject:[NSValue valueWithCGPoint:location]]; } } - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent ... i++) { UITouch *touch = [trackingTouches objectAtIndex:i]; CGPoint startPoint = [[startPoints objectAtIndex:i] CGPointValue]; CGPoint endPoint = [touch locationInView:touchedView...
Ngày tải lên: 23/03/2014, 00:20
Tài liệu Computing for Numerical Methods Using Visual C++ docx
... draws the circles at their corresponding locations. Code 3C has a single class called CCode 3C. The project consists of the source files Code 3C. cpp and Code 3C. h and a resource file called Code 3C. rc. Nine ... <afxdlgs.h> #include "resource.h" CCode 3C contains an array called pt for storing the coordinates of the centers of the circles. The class also specifies member fu...
Ngày tải lên: 10/12/2013, 14:15
Tài liệu .NET Domain Driven Design with C# docx
... DateTime? contractDate; private DateTime? noticeToProceedDate; private decimal contractAmount; public Contract() : this(null) { } public Contract(object key) : base(key) { this.contractor ... public class ProjectInformationViewModel : ViewModel { private static class Constants { public const string CurrentProjectPropertyName = “CurrentProject”; public const string ProjectAd...
Ngày tải lên: 17/01/2014, 06:20
Tài liệu Test-Driven iOS Development ppt
... QuestionCreationTests fixture): - (void)testAskingForQuestionsMeansRequestingData { MockStackOverflowCommunicator *communicator = [[MockStackOverflowCommunicator alloc] init]; mgr.communicator = communicator; Topic ... define the StackOverflowCommunicator class in both the app and the test target, and at the same time create a mock—a subclass called MockStackOverflow Communicator—just in th...
Ngày tải lên: 17/02/2014, 23:20
Tài liệu Báo cáo khoa học: "Generating Impact-Based Summaries for Scientific Literature" docx
... paper and extracted the citation context from these citing papers. Each ci- tation context contains 5 sentences with 2 sentences before and after the citing sentence. Since a low-impact paper would ... impact language model, which is key to impact summarization. No exist- ing test collection is available for evaluating impact summarization. We construct a test collection us- ing 28 year...
Ngày tải lên: 20/02/2014, 09:20