文件名称:TDD-for-Embedded-C
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.48mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
《测试驱动的嵌入式C语言开发》的源代码,对于搞嵌入式C开发的兄弟很有指导意义,我从中获益良多。-" Test-driven embedded C language development source code, useful to engage in the development of embedded C brothers guiding significance, from which I learned a lot.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code/
code/.cdtproject
code/.cproject
code/.gdb_history
code/.project
code/.settings/
code/.settings/org.eclipse.cdt.core.prefs
code/BookCode.dsw
code/CppUTest/
code/CppUTest/.cdtproject
code/CppUTest/.cproject
code/CppUTest/.project
code/CppUTest/.settings/
code/CppUTest/.settings/org.eclipse.cdt.core.prefs
code/CppUTest/.settings/org.eclipse.cdt.ui.prefs
code/CppUTest/build/
code/CppUTest/build/alltests.mmp
code/CppUTest/build/bld.inf
code/CppUTest/build/ComponentMakefile
code/CppUTest/build/ComponentMakefileExampleParameters
code/CppUTest/build/cpputest.mmp
code/CppUTest/build/MakefileWorker.mk
code/CppUTest/build/StaticLibMakefile
code/CppUTest/cleanAll.sh
code/CppUTest/cpputest-hist.txt
code/CppUTest/CppUTest.dsp
code/CppUTest/CppUTest.dsw
code/CppUTest/CppUTest.mak
code/CppUTest/CppUTest.sln
code/CppUTest/CppUTest.vcproj
code/CppUTest/examples/
code/CppUTest/examples/.cdtproject
code/CppUTest/examples/.project
code/CppUTest/examples/.settings/
code/CppUTest/examples/.settings/org.eclipse.cdt.core.prefs
code/CppUTest/examples/AllTests/
code/CppUTest/examples/AllTests/AllTests.cpp
code/CppUTest/examples/AllTests/AllTests.dsp
code/CppUTest/examples/AllTests/RunAllTests.sh
code/CppUTest/examples/ApplicationLib/
code/CppUTest/examples/ApplicationLib/AllTests.h
code/CppUTest/examples/ApplicationLib/ApplicationLib.dsp
code/CppUTest/examples/ApplicationLib/CircularBuffer.cpp
code/CppUTest/examples/ApplicationLib/CircularBuffer.h
code/CppUTest/examples/ApplicationLib/CircularBufferTest.cpp
code/CppUTest/examples/ApplicationLib/EventDispatcher.cpp
code/CppUTest/examples/ApplicationLib/EventDispatcher.h
code/CppUTest/examples/ApplicationLib/EventDispatcherTest.cpp
code/CppUTest/examples/ApplicationLib/ExamplesNewOverrides.h
code/CppUTest/examples/ApplicationLib/hello.c
code/CppUTest/examples/ApplicationLib/hello.h
code/CppUTest/examples/ApplicationLib/HelloTest.cpp
code/CppUTest/examples/ApplicationLib/MockDocumentationTest.cpp
code/CppUTest/examples/ApplicationLib/MockPrinter.h
code/CppUTest/examples/ApplicationLib/Printer.cpp
code/CppUTest/examples/ApplicationLib/Printer.h
code/CppUTest/examples/ApplicationLib/PrinterTest.cpp
code/CppUTest/examples/CppUTestExample.dsw
code/CppUTest/examples/lib/
code/CppUTest/examples/Makefile
code/CppUTest/examples/objs/
code/CppUTest/examples/README.txt
code/CppUTest/include/
code/CppUTest/include/CppUTest/
code/CppUTest/include/CppUTest/CommandLineArguments.h
code/CppUTest/include/CppUTest/CommandLineTestRunner.h
code/CppUTest/include/CppUTest/JUnitTestOutput.h
code/CppUTest/include/CppUTest/MemoryLeakAllocator.h
code/CppUTest/include/CppUTest/MemoryLeakDetector.h
code/CppUTest/include/CppUTest/MemoryLeakDetectorMallocMacros.h
code/CppUTest/include/CppUTest/MemoryLeakDetectorNewMacros.h
code/CppUTest/include/CppUTest/MemoryLeakWarningPlugin.h
code/CppUTest/include/CppUTest/PlatformSpecificFunctions.h
code/CppUTest/include/CppUTest/SimpleString.h
code/CppUTest/include/CppUTest/TestFailure.h
code/CppUTest/include/CppUTest/TestHarness.h
code/CppUTest/include/CppUTest/TestHarness_c.h
code/CppUTest/include/CppUTest/TestOutput.h
code/CppUTest/include/CppUTest/TestPlugin.h
code/CppUTest/include/CppUTest/TestRegistry.h
code/CppUTest/include/CppUTest/TestResult.h
code/CppUTest/include/CppUTest/TestTestingFixture.h
code/CppUTest/include/CppUTest/Utest.h
code/CppUTest/include/CppUTest/UtestMacros.h
code/CppUTest/include/CppUTest/VirtualCall.h
code/CppUTest/include/CppUTestExt/
code/CppUTest/include/CppUTestExt/CodeMemoryReportFormatter.h
code/CppUTest/include/CppUTestExt/MemoryReportAllocator.h
code/CppUTest/include/CppUTestExt/MemoryReporterPlugin.h
code/CppUTest/include/CppUTestExt/MemoryReportFormatter.h
code/CppUTest/include/CppUTestExt/MockActualFunctionCall.h
code/CppUTest/include/CppUTestExt/MockExpectedFunctionCall.h
code/CppUTest/include/CppUTestExt/MockExpectedFunctionsList.h
code/CppUTest/include/CppUTestExt/MockFailure.h
code/CppUTest/include/CppUTestExt/MockFunctionCall.h
code/CppUTest/include/CppUTestExt/MockNamedValue.h
code/CppUTest/include/CppUTestExt/MockSupport.h
code/CppUTest/include/CppUTestExt/MockSupport_c.h
code/CppUTest/include/CppUTestExt/MockSupportPlugin.h
code/CppUTest/include/CppUTestExt/OrderedTest.h
code/CppUTest/include/Platforms/
code/CppUTest/include/Platforms/Gcc/
code/CppUTest/include/Platforms/Gcc/Platform.h
code/CppUTest/include/Platforms/StarterKit/
code/CppUTest/include/Platforms/StarterKit/Platform.h
code/CppUTest/include/Platforms/Symbian/
code/CppUTest/include/Platforms/Symbian/Platform.h
code/CppUTest/include/Platforms/VisualCpp/
code/CppUTest/include/Platforms/VisualCpp/Platform.h
code/CppUTest/include/Platforms/VisualCpp/stdint.h
code/CppUTest/lib/
code/CppUTest/makeAll.sh
code/CppUTest/Makefile
code/CppUTest/Makefile_CppUTestExt
code/CppUTest/Makefile_CppUTestExt-old
code/CppUTest/Makefile_for_old_make
code/CppUTest/makeVc6.bat
code/CppUTest/README_CppUTest.txt
code/CppUTest/README_CppUTest_for_C.txt
code/CppUTest/README_InstallCppUTest.txt
code/CppUTest/README_Symbian.txt
code/CppUTest/README_UsersOfPriorVersions.txt
code/CppUTest/scripts/
code/CppUTest/
code/.cdtproject
code/.cproject
code/.gdb_history
code/.project
code/.settings/
code/.settings/org.eclipse.cdt.core.prefs
code/BookCode.dsw
code/CppUTest/
code/CppUTest/.cdtproject
code/CppUTest/.cproject
code/CppUTest/.project
code/CppUTest/.settings/
code/CppUTest/.settings/org.eclipse.cdt.core.prefs
code/CppUTest/.settings/org.eclipse.cdt.ui.prefs
code/CppUTest/build/
code/CppUTest/build/alltests.mmp
code/CppUTest/build/bld.inf
code/CppUTest/build/ComponentMakefile
code/CppUTest/build/ComponentMakefileExampleParameters
code/CppUTest/build/cpputest.mmp
code/CppUTest/build/MakefileWorker.mk
code/CppUTest/build/StaticLibMakefile
code/CppUTest/cleanAll.sh
code/CppUTest/cpputest-hist.txt
code/CppUTest/CppUTest.dsp
code/CppUTest/CppUTest.dsw
code/CppUTest/CppUTest.mak
code/CppUTest/CppUTest.sln
code/CppUTest/CppUTest.vcproj
code/CppUTest/examples/
code/CppUTest/examples/.cdtproject
code/CppUTest/examples/.project
code/CppUTest/examples/.settings/
code/CppUTest/examples/.settings/org.eclipse.cdt.core.prefs
code/CppUTest/examples/AllTests/
code/CppUTest/examples/AllTests/AllTests.cpp
code/CppUTest/examples/AllTests/AllTests.dsp
code/CppUTest/examples/AllTests/RunAllTests.sh
code/CppUTest/examples/ApplicationLib/
code/CppUTest/examples/ApplicationLib/AllTests.h
code/CppUTest/examples/ApplicationLib/ApplicationLib.dsp
code/CppUTest/examples/ApplicationLib/CircularBuffer.cpp
code/CppUTest/examples/ApplicationLib/CircularBuffer.h
code/CppUTest/examples/ApplicationLib/CircularBufferTest.cpp
code/CppUTest/examples/ApplicationLib/EventDispatcher.cpp
code/CppUTest/examples/ApplicationLib/EventDispatcher.h
code/CppUTest/examples/ApplicationLib/EventDispatcherTest.cpp
code/CppUTest/examples/ApplicationLib/ExamplesNewOverrides.h
code/CppUTest/examples/ApplicationLib/hello.c
code/CppUTest/examples/ApplicationLib/hello.h
code/CppUTest/examples/ApplicationLib/HelloTest.cpp
code/CppUTest/examples/ApplicationLib/MockDocumentationTest.cpp
code/CppUTest/examples/ApplicationLib/MockPrinter.h
code/CppUTest/examples/ApplicationLib/Printer.cpp
code/CppUTest/examples/ApplicationLib/Printer.h
code/CppUTest/examples/ApplicationLib/PrinterTest.cpp
code/CppUTest/examples/CppUTestExample.dsw
code/CppUTest/examples/lib/
code/CppUTest/examples/Makefile
code/CppUTest/examples/objs/
code/CppUTest/examples/README.txt
code/CppUTest/include/
code/CppUTest/include/CppUTest/
code/CppUTest/include/CppUTest/CommandLineArguments.h
code/CppUTest/include/CppUTest/CommandLineTestRunner.h
code/CppUTest/include/CppUTest/JUnitTestOutput.h
code/CppUTest/include/CppUTest/MemoryLeakAllocator.h
code/CppUTest/include/CppUTest/MemoryLeakDetector.h
code/CppUTest/include/CppUTest/MemoryLeakDetectorMallocMacros.h
code/CppUTest/include/CppUTest/MemoryLeakDetectorNewMacros.h
code/CppUTest/include/CppUTest/MemoryLeakWarningPlugin.h
code/CppUTest/include/CppUTest/PlatformSpecificFunctions.h
code/CppUTest/include/CppUTest/SimpleString.h
code/CppUTest/include/CppUTest/TestFailure.h
code/CppUTest/include/CppUTest/TestHarness.h
code/CppUTest/include/CppUTest/TestHarness_c.h
code/CppUTest/include/CppUTest/TestOutput.h
code/CppUTest/include/CppUTest/TestPlugin.h
code/CppUTest/include/CppUTest/TestRegistry.h
code/CppUTest/include/CppUTest/TestResult.h
code/CppUTest/include/CppUTest/TestTestingFixture.h
code/CppUTest/include/CppUTest/Utest.h
code/CppUTest/include/CppUTest/UtestMacros.h
code/CppUTest/include/CppUTest/VirtualCall.h
code/CppUTest/include/CppUTestExt/
code/CppUTest/include/CppUTestExt/CodeMemoryReportFormatter.h
code/CppUTest/include/CppUTestExt/MemoryReportAllocator.h
code/CppUTest/include/CppUTestExt/MemoryReporterPlugin.h
code/CppUTest/include/CppUTestExt/MemoryReportFormatter.h
code/CppUTest/include/CppUTestExt/MockActualFunctionCall.h
code/CppUTest/include/CppUTestExt/MockExpectedFunctionCall.h
code/CppUTest/include/CppUTestExt/MockExpectedFunctionsList.h
code/CppUTest/include/CppUTestExt/MockFailure.h
code/CppUTest/include/CppUTestExt/MockFunctionCall.h
code/CppUTest/include/CppUTestExt/MockNamedValue.h
code/CppUTest/include/CppUTestExt/MockSupport.h
code/CppUTest/include/CppUTestExt/MockSupport_c.h
code/CppUTest/include/CppUTestExt/MockSupportPlugin.h
code/CppUTest/include/CppUTestExt/OrderedTest.h
code/CppUTest/include/Platforms/
code/CppUTest/include/Platforms/Gcc/
code/CppUTest/include/Platforms/Gcc/Platform.h
code/CppUTest/include/Platforms/StarterKit/
code/CppUTest/include/Platforms/StarterKit/Platform.h
code/CppUTest/include/Platforms/Symbian/
code/CppUTest/include/Platforms/Symbian/Platform.h
code/CppUTest/include/Platforms/VisualCpp/
code/CppUTest/include/Platforms/VisualCpp/Platform.h
code/CppUTest/include/Platforms/VisualCpp/stdint.h
code/CppUTest/lib/
code/CppUTest/makeAll.sh
code/CppUTest/Makefile
code/CppUTest/Makefile_CppUTestExt
code/CppUTest/Makefile_CppUTestExt-old
code/CppUTest/Makefile_for_old_make
code/CppUTest/makeVc6.bat
code/CppUTest/README_CppUTest.txt
code/CppUTest/README_CppUTest_for_C.txt
code/CppUTest/README_InstallCppUTest.txt
code/CppUTest/README_Symbian.txt
code/CppUTest/README_UsersOfPriorVersions.txt
code/CppUTest/scripts/
code/CppUTest/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.