会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欲穷千里目,更上一层楼
Stay hungry, stay foolish.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
下一页
2019年3月15日
前缀和(题目)
摘要: A.激光炸弹
阅读全文
posted @ 2019-03-15 07:28 LightAc
阅读(291)
评论(0)
推荐(0)
2019年3月14日
面向对象的程序设计_第一次作业 3月12日
摘要: 问题一(数字根问题) 问题二(电梯问题) (1)Problem Description The highest building in our city has only one elevator. A request list is made up with N positive numbers.
阅读全文
posted @ 2019-03-14 22:55 LightAc
阅读(151)
评论(0)
推荐(0)
搜索(题目)
摘要: A.POJ_1321考查DFS的一个循环中递归调用 1 #include<iostream> 2 #include<cstring> 3 4 using namespace std; 5 char a[10][10]; //记录棋盘位置 6 int book[10]; //记录一列是否已经放过棋子
阅读全文
posted @ 2019-03-14 22:29 LightAc
阅读(252)
评论(0)
推荐(0)
2019年3月13日
前缀和(题目)
摘要: EG1 激光炸弹题意:给你n个点的坐标及权值,用r * r的范围最大覆盖是多少题解//二维的 前缀和 问题#include #include using namespace std;int n, r;int ta, tb;int x, y, w;int s...
阅读全文
posted @ 2019-03-13 15:05 LightAc
阅读(614)
评论(0)
推荐(0)
2019年3月10日 天梯赛校选(解答)
摘要: 题目:https://blog.csdn.net/qq_43591782/article/details/88417426第一题#include #include using namespace std;int main() { int num = 0; c...
阅读全文
posted @ 2019-03-13 13:12 LightAc
阅读(175)
评论(0)
推荐(0)
2019年3月12日
面向对象的程序设计_第一次作业 3月12日
摘要: 问题一(数字根问题)#include #include using namespace std;int roots(int num) { int res = 0; while (num) { res += num % 10; num /= 10; } i...
阅读全文
posted @ 2019-03-12 22:33 LightAc
阅读(153)
评论(0)
推荐(0)
2019年3月10日 天梯赛校选(题目)
摘要: 第一题 第二题 第三题 第四题 第五题 第六题
阅读全文
posted @ 2019-03-12 11:30 LightAc
阅读(148)
评论(0)
推荐(0)
2019年3月9日
数字逻辑中的德·摩根定理证明
摘要:
阅读全文
posted @ 2019-03-09 23:14 LightAc
阅读(4103)
评论(0)
推荐(0)
数字逻辑_第一章:逻辑代数基础
摘要: 1.1 逻辑变量及其基本运算1.三个运算符或:+与:·非:-(在字母上方)2.七组基本公式:(背过)对于最后一个公式的证明:A + BC = A(1 + B + C) + BC ························· 由于1与上任何数都为1=A...
阅读全文
posted @ 2019-03-09 23:09 LightAc
阅读(1086)
评论(0)
推荐(0)
大学英语二_视听说单词
摘要: fraternity n. 大学男生联谊会rehearsal n. 排演,排练stock n. 股票leisure n. 娱乐tuition n. (学院、大学或私立学校的)学费grant n. 助学金annual a. 一年一次的Instagram 一款图...
阅读全文
posted @ 2019-03-09 16:33 LightAc
阅读(321)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
下一页
公告
返回顶端