CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容

文件名称:TDD-for-Embedded-C

介绍说明--下载内容来自于网络,使用问题请自行百度

《测试驱动的嵌入式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/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com