自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 问答 (2)
  • 收藏
  • 关注

原创 C++ linklist

I've read lots of lists' source codes before on the Internet or books.BUT I never code a list by myself .This time I made a try,the content and function is simple,but the structure is clear.

2017-11-08 15:44:28 2001

原创 a trap in pointer moving

This problem has really troubled me for a long time.At first I pay much attention to the  operator function,but after a long-time  discussion with Teacher Song,we solved the problem. Yoo......#i

2017-10-25 17:20:58 238

原创 New term new start!

I've been a sophomore and had my own major in CES from now on!The next thing I'm going to do i s to write down and suumarize what I've learned in class about CS once a week . Sometimes I may report

2017-09-18 10:09:02 867

原创 the operation of recursion

I've learned about recursion for some time.In short ,it's a function or way that operates by calling itself again and again. But I actually know how it operates today.Take  factorial for example:#

2017-09-13 20:24:48 312 1

原创 Local variables and pointer

Today I've learned the utinization of pointer to deliver variables.Here's my code.At first ,I made a mistake.#include void change(int a,int b ){int temp=a;a=b;b=temp;}int main(){

2017-08-07 23:32:44 223

原创 function and pointer

Recently,I've solved a problem about equation using function and pointer. I've thought out two ways to solve it.Here's my code.#include #includeint Finding(double a,double b,double c,double delt

2017-08-05 11:50:27 302

原创 The first time

I'mChinese.I major in CS in a U of China for my Bachelor's degree.I decide to write blogs  in English to record my learning experience while to improve my English.(prepare for FU)Maybe no one wi

2017-07-21 20:18:10 299

空空如也

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

TA关注的人

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