自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 考研机构有无必要???——第一视角经验分享

市面上关于考研机构的类型主要有三类:1.线上机构2.线下机构3.淘宝/咸鱼机构

2025-01-19 21:24:16 302

原创 四川大学初试辅导-图书馆学、情报学、档案学、公共文化、数据管理

初试几乎市面最全资料、考研整年复习规划、一对一专业课、基础知识答疑解惑。

2024-12-24 14:34:24 323

原创 图情档考研经验分享——专业课、拓展式总结

四川大学图情档考研2026、信息资源管理考研

2024-12-24 14:28:36 249

原创 c#菜品考试

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace OnSpecial{ class Program { enum Week { Sunday, Monday, Tuesday, ...

2021-12-23 13:24:35 190

原创 c#工资(继承)考试

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ploymorphism2{ class Ordinary { int basicWage=1000; int year; int perYear=30; string nam...

2021-12-23 13:21:55 135

原创 c#圆柱体面积考试

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Ploymorphism{ class Circle { protected double radius; public virtual double Area() { ...

2021-12-23 13:19:14 281

原创 c#教师学生考试

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Inheritance1{ class Teacher { protected string tid; protected string tname; public string ptid...

2021-12-23 13:17:57 222

原创 c#两点距离考试

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace CcalculateDistance{ class Tpoint { private int x; private int y; public Tpoint(int x1, int y1)...

2021-12-23 13:16:50 164

原创 c#计算器考试

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace 计算器{ public partial class ..

2021-12-23 13:15:09 110

原创 C#GPA计算

using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace GPA计算{ class Program { class Student { int num; string name; Course[...

2021-12-23 13:12:23 583

原创 c#课程学分累计

using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace InteractionObject{ class Program { class Student { string id; string name; int scredits; ...

2021-12-23 13:10:27 148

原创 C#面积练习

考试资料

2021-12-23 13:08:14 173

空空如也

空空如也

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

TA关注的人

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