谭浩强

0关注 | 33内容

关注
热门排序
  • 谭浩强教材C++例题解析1-1

    例题:#include <iostream>using namespace std;int main(){cout<<"This is a C++ program\n";return 0;}解析:使用

    分享
    22
    5
  • 谭浩强教材C++例题解析2-3

    例题:#include <iostream>using namespace std;#define PRICE 30int main(){ int num, total; num=10; total=

    分享
    16
    8
  • 谭浩强教材C++例题解析3-14

    例题:#include <iostream>#include <iomanip>#include <cmath>using namespace std;int main(){int m,n,i,k=0

    分享
    11
    10
  • 谭浩强教材C++例题解析1-3

    例题:#include <iostream>using namespace std;int max(int x,int y){int z;if(x>y) z=x;else z=y;return z;}

    分享
    12
    投蕉
  • 谭浩强教材C++例题解析3-10

    例题: #include using namespace std; int main() cout return 0;} 查看更多高清图片 解析: 使用命名空间:using namespace 输出流

    分享
    8
    5
  • 谭浩强教材C++例题解析1-5

    例题:#include <iostream>using namespace std;class Student{ private : int num; int score; public: void

    分享
    3
    5
  • 谭浩强教材C++例题解析1-2

    例题:# include <iostream>using namespace std;int main(){int a,b,sum;cin>>a>>b;sum=a+b;cout<<"a+b="<<su

    分享
    4
    投蕉
  • C++动感编程(谭浩强经典教材版)例题1_2_4

    94次播放 | 01:12
    分享
    评论
    5
  • C++动感编程(谭浩强经典教材版)例题3_12

    126次播放 | 02:47
    分享
    评论
    5
  • C++动感编程(谭浩强经典教材版)例题3_8

    217次播放 | 03:20
    分享
    评论
    5
  • C++动感编程(谭浩强经典教材版)例题3_13

    384次播放 | 01:24
    分享
    评论
    5
  • C++动感编程(谭浩强经典教材版)例题3_7

    173次播放 | 01:54
    分享
    评论
    5
  • 谭浩强教材C++例题解析3-9

    例题: #include using namespace std; int main()f=p*w*s*(1-d/1100.0); cout return 0;} 解析: 使用命名空间:using n

    分享
    评论
    5
  • 谭浩强教材C++例题解析2-2

    例题:#include <iostream>using namespace std;int main(){ char c1,c2; c1='a'; c2='b'; c1=c1-32; c2=c2-32

    分享
    2
    投蕉
  • C++动感编程(谭浩强经典教材版)例题2_1

    270次播放 | 02:28
    分享
    2
    投蕉
  • 正在加载

    APP内打开

    取消
    继续
    立即领取