• C++计算器课程设计报告

    C++计算器课程设计报告,含有部分代码,真实,调试成功的!

    5
    631
    78KB
    2013-05-24
    45
  • 用Booklist编写图书管理系统

    Welcome to the book list program for book names.What would you like to do ?1.  add an element to end of lis t2.  add an element at a location 3.  find an element by book name (linear search) 4.  find an element by book name (binary search) 5.  delete an element at position 6.  delete an element by book name 7.  sort the list (using selection sort) 8.  sort the list (using bubble sort) 9.  print the list 0.  exit1 以上功能绝对完全实现,物有所值!!

    0
    135
    3KB
    2013-05-24
    13
  • C++计算多项式的四则运算

    2x^2 + 3x^3 计算诸如此类的多项式加减乘除运算。 代码完好,绝对能用!!

    0
    214
    2.32MB
    2013-05-24
    50
  • C++递归数组排列及查询

    Please use recursion(递归)to get fibonacci numbers(一种整数数列). The user will specify(指定,详细说明) how many of the numbers he or she wants to print. You can use the main function to print the numbers, but make sure that the recursive function is being called recursively to get the numbers. Store the fibonacci numbers in an array(数组). Assume that the largest array size necessary will be 20.

    5
    181
    3KB
    2013-05-24
    12
  • c++图书管理系统

    void Binary_Search() while(1) { Welcome(); int n; cin >> n; switch(n) { case 1:Add_End();break; case 2:Add_Location();break; case 3:Linear_Search();break; case 4:Binary_Search();break; case 5:Delete_Position();break; case 6:Delete_Name();break; case 7:Selection_Sort();break; case 8:Bubble_Sort();break; case 9:Print_List();break; case 0:Exit();break; default: { cout << "Sorry,wrong number,please input again." <<endl; cout << "what do you want to do?"<< endl; cin>>n; } } 顺序查询,链式查询,添加,删除,功能齐全,代码完全可以直接使用。

    0
    37
    5KB
    2013-05-24
    10
  • c++邮寄包裹

    有两种邮寄方式,不同的计价标准,可以实现,完好的代码~~

    5
    825
    9KB
    2013-05-24
    50
  • 学号分组代码

    C++的程序,学号分组的全部代码,绝对正确,可以直接使用!

    4
    172
    586B
    2012-12-07
    33
  • 跨交换机的vlan配置

    跨交换机的vlan的有效代码,有这方面作业的学生可以借鉴参考~

    0
    105
    765B
    2012-12-07
    10
  • 唯美的话语

    做网页的素材,在你制作网页时可以从中选择有用的话语和图片哟~

    0
    86
    1.41MB
    2012-12-07
    0
上传资源赚积分or赚钱