自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (9)
  • 收藏
  • 关注

空空如也

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

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

2013-05-24

用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 以上功能绝对完全实现,物有所值!!

2013-05-24

C++计算多项式的四则运算

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

2013-05-24

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.

2013-05-24

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; } } 顺序查询,链式查询,添加,删除,功能齐全,代码完全可以直接使用。

2013-05-24

c++邮寄包裹

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

2013-05-24

学号分组代码

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

2012-12-07

跨交换机的vlan配置

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

2012-12-07

唯美的话语

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

2012-12-07

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除