自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 用sh、./、source执行Shell脚本到底有何不同?

粘贴保存的文章。

2024-01-20 12:26:37 33

转载 javadoc是什么

javadoc是什么

2022-07-31 15:37:34 1197 1

原创 【无标题】

软件工程考试复习

2022-06-20 20:29:29 90

原创 C语言程序设计 6-3 exercise 3-3 (10分) Write a function expand(s1,s2) that expands shorthand notations like

C语言程序设计 第二版 第三章第三章课后实战,完成全部的函数题(70分);自己选择编程题完成40分即可。剩余时间:15天6-3 exercise 3-3 (10分)Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc…xyz in s2. Allow for letters of either cas

2020-11-20 23:20:01 1381 2

原创 2020-11-19

6-4 exercise 3-5 (10分)Write the function itob(n,s,b) that converts the integer n into a base b character representation in the string s. In particular, itob(n,s,16) formats s as a hexadecimal integer in s.答案:我自己的void reverse(char s[]){int m = 0, n = 0

2020-11-19 23:16:21 543

空空如也

空空如也

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

TA关注的人

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