代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/209853/15213068
cpp exercise14.cpp
//: C04:Exercise14.cpp
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in the fil
www.eeworm.com/read/209853/15213150
cpp exercise4.cpp
//: C05:Exercise4.cpp {-xo}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in th
www.eeworm.com/read/209853/15213165
cpp exercise7.cpp
//: C05:Exercise7.cpp {-xo}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in th
www.eeworm.com/read/209853/15213206
cpp exercise8.cpp
//: C05:Exercise8.cpp {-xo}
// From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison.
// (c) 1995-2004 MindView, Inc. All Rights Reserved.
// See source code use permissions stated in th
www.eeworm.com/read/208175/15251646
c exercise-11.c
/* Exercise 10
A simple ohm-meter demonstration.
*/
#include
#include
//defines
#define PB_2_0 (1
www.eeworm.com/read/208175/15251650
c exercise-10.c
/* Exercise 10
A simple voltmeter demonstration.
*/
#include
#include
//defines
#define PB_2_0 (1
www.eeworm.com/read/208175/15251652
c exercise-6.c
/* Exercise 6
A simple voice recorder. It records samples from the ADC12 into all the spare flash memory.
It then repeatedly replays this, using the DAC12. Constructed from elements of exa