自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ivy_hangzhi撒泼打滚的地方

记录自己真实的生活,无论它有多荒唐

  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 [LeetCode]整数反转

初始方法:class Solution {public: int reverse(int x) { int reverse=0; bool if_neg=0; //没有必要 if (x<0){ if_neg=1; } x=abs(x); ...

2019-05-15 01:39:31 126

转载 图的深度优先搜索和广度优先搜索-python实现

                                                                                         参考代码:https://www.cnblogs.com/yupeng/p/3414736.html    # -*- coding: utf-8 -*-"""Created on Tue Apr 10 20:58:2...

2018-04-11 20:01:23 712

原创 用逆波兰表达式的三角函数计算器

#include#include#include#include#include#include#include"caltulator.h"using namespace std;typedef struct STK{ double num=889277; char note=0;}stk;char s[1000];//初始输入的数组stk s1[1000];//字符

2017-06-09 10:04:54 870

原创 局外人的激情

冷萌大叔李健的最爱——加缪《异乡人》读书笔记

2017-06-08 14:34:22 2984

c++ 教务系统

实验项目的文件均以txt文本文件的形式存储。学生学号、姓名、成绩之间使用空格分隔。 现有文件包括:两个年级学生名单、15门课程的成绩(2门公共课、3门必修课、10门选修课) 成绩文件除了公共课分年级存为不同的文本文件,其他课程的成绩不分年级存为一个文本文件。 公共课:英语、政治; 必修课:数据结构、操作系统、计算机系统; 选修课:程序设计、计算思维、编译原理、软件工程、信息安全、计算机网络、数据库概论、数据挖掘、多媒体技术、人工智能

2017-10-30

Learn_More_Study_Less_高效学习_英文原著.pdf

Smart people don’t just think better, they think differently. This e-book explores the process I used to ace my finals with little studying. It isn’t a quick fix, but it provides a path for other people who want to take control of the learning process. The full-version includes a 228 page e-book and six bonus printouts designed to help you master these techniques.

2017-10-30

空空如也

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

TA关注的人

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