Loading

上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 74 下一页
摘要: Tokitsukaze has a sequence of length n, denoted by a . Tokitsukaze can merge two consecutive elements of a as many times as she wants. After each oper 阅读全文
posted @ 2020-07-29 16:16 脂环 阅读(369) 评论(0) 推荐(0) 编辑
摘要: Given a string P consisting of only parentheses and asterisk characters (i.e. "(", ")" and ""), you are asked to replace all the asterisk characters i 阅读全文
posted @ 2020-07-29 11:28 脂环 阅读(436) 评论(0) 推荐(0) 编辑
摘要: Let's define the Fibonacci sequence \(F_1,F_2,\dots\) as \(F_1=1,F_2=2,F_i=F_{i-1}+F_{i-2}\) (\(i\geq 3\)). It's well known that every positive intege 阅读全文
posted @ 2020-07-27 17:02 脂环 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Lead of Wisdom In an online game, "Lead of Wisdom" is a place where the lucky player can randomly get powerful items. There are k types of items, a pl 阅读全文
posted @ 2020-07-27 09:05 脂环 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #外一章 ##1. 深度学习的数学基础 概率统计 线性代数 最优化 信息论 微积分 ###1. 矩阵线性变换 特征值:\(Ax=\lambda x\) 从线性变换的角度 ,矩阵相乘对原始向量同时施加方向变化和尺度变化。对于有些特殊的向量,矩阵的作用只有尺度变化而没有方向变化。这类特殊的向量就是特征向 阅读全文
posted @ 2020-07-26 17:17 脂环 阅读(172) 评论(0) 推荐(0) 编辑
摘要: #1. 深度学习笔记一 ##1.1 绪论 (1)关于人工智能、机器学习与深度学习之间的关系: 人工智能是一种科技领域,分为机器学习,数据挖掘(大概是大数据方向)以及其他方面如作为AL分支的NLP等。对于机器学习,根据有无监督又分为全监督学习(回归算法、朴素贝叶斯以及SVM等),无监督学习(聚类算法, 阅读全文
posted @ 2020-07-25 21:36 脂环 阅读(318) 评论(0) 推荐(0) 编辑
摘要: #include <bits/stdc++.h> using namespace std; int a[1005][1005] = {0}, n, m; int main() { int t; cin >> t; while(t--) { memset(a, 0, sizeof(a)); cin > 阅读全文
posted @ 2020-07-22 22:08 脂环 阅读(740) 评论(0) 推荐(0) 编辑
摘要: Problem Description S is a string of length n. S consists of lowercase English alphabets. Your task is to count the number of different S with the min 阅读全文
posted @ 2020-07-21 18:54 脂环 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 下载完Typora后打开Markdown文件发现无法显示公式。解决方法:文件——偏好设置——Markdown——Markdown拓展语法,将内联公式打勾。 阅读全文
posted @ 2020-07-21 12:41 脂环 阅读(1185) 评论(1) 推荐(1) 编辑
摘要: https://www.jisuanke.com/contest/11360/challenges 其他题慢慢补 C. Pawn‘s Revenge You are playing a special chess game against a professor and you've almost 阅读全文
posted @ 2020-07-20 23:36 脂环 阅读(243) 评论(0) 推荐(0) 编辑
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 74 下一页