- 博客(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
c++ 教务系统
2017-10-30
Learn_More_Study_Less_高效学习_英文原著.pdf
2017-10-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人