代码搜索:cpp
找到约 10,000 项符合「cpp」的源代码
代码结果 10,000
www.eeworm.com/read/238106/13906642
cpp ch1_1.cpp
//*********************
//** ch1_1.cpp **
//*********************
#include
void main()
{
cout
www.eeworm.com/read/238106/13906672
cpp ch19_12.cpp
//***********************
//** ch19_12.cpp **
//***********************
#include
void main()
{
char letter;
for(letter ='A'; letter
www.eeworm.com/read/238106/13906706
cpp ch19_8.cpp
//**********************
//** ch19_8.cpp **
//**********************
#include
void main()
{
for(int k =1; k
www.eeworm.com/read/300492/13909890
cpp stype.cpp
//: C04:Stype.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 file 'Li
www.eeworm.com/read/300492/13909926
cpp sbufget.cpp
//: C04:Sbufget.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 file '
www.eeworm.com/read/300492/13910507
cpp streamit.cpp
//: C07:StreamIt.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 file
www.eeworm.com/read/300492/13910606
cpp reversible.cpp
//: C07:Reversible.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/237638/13940111
txt 2_6.txt
1)
please input 3 sides of one triangle:
6,6,8
a= 6.00,b= 6.00,c= 8.00
area of triangle is 17.88854
2)
该程序计算三角形的面积
前后分为三部分:输入,处理,输出。
3)
见2_6.cpp
4)
见2_6f.cpp
www.eeworm.com/read/237637/13940458
cpp ch8_16.cpp
//**********************
//** ch8_16.cpp **
//**********************
#include
void main()
{
if("join"=="join")
cout
www.eeworm.com/read/237637/13940568
cpp ch1_1.cpp
//*********************
//** ch1_1.cpp **
//*********************
#include
void main()
{
cout