-
LeetCode 202. 快乐数
LeetCode 202. 快乐数 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 202. 快乐数 题目 编写一个算法来判断一个数 n 是不是快乐数。 「快乐数」定义为:对于一个正整数,每一次...
-
How to Create Responsive Tables using CSS without <ta
How to Create Responsive Tables using CSS without table Tag https://wisdmlabs.com/blog/responsive-tables-using-css-div-tag/ Data representation is a crucial part onany website. If you have or manage a lot of data, but do not have a proper way to rep...
2020-04-30 16:01:34 wordpresswordIEwebsitePStimAVHTTPSweb<
-
LeetCode 154. 寻找旋转排序数组中的最小值 II
LeetCode 154. 寻找旋转排序数组中的最小值 II 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 154. 寻找旋转排序数组中的最小值 II 题目 假设按照升序排序的数组在预先未知的某...
-
2020年04月25日个人赛
2020年04月25日个人赛 A - Romaji 题意:本题比较简单,给你一个字符串,要你判断字符串中的每一个辅音字符后面是否有一个元音字符。 题解:简单签到题,模拟即可。 代码: #includeiostream #include cstring #include algorithm #define ll long long using namespac...
-
生产者与消费者模型-有界缓冲区
生产者与消费者模型-有界缓冲区 生产者消费者模型 问题描述 生产者消费者问题 (英语: Producer-consumer problem),也称 有限缓冲问题 (英语: Bounded-buffer problem),是一个多进程同步问题的经典案例。 该问题描述了共享固定大小缓冲区的两个进程即所谓的生产...
-
莫比乌斯反演小记
莫比乌斯反演小记 瞎搞 写在前面 这是蒟蒻第一次写这么长的博文 \(gyh\ nb\) , \(\text{OI-Wiki}\ nb\) 如果觉得写得凑合就点个支持吧 \(qwq\) 前置知识 积性函数、狄利克雷卷积、数论分块(这一篇去找gyh吧我讲也讲不好) (有空慢慢补) Mobius函数 定义 莫比乌斯函数...
-
LeetCode 33. 搜索旋转排序数组
LeetCode 33. 搜索旋转排序数组 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 33. 搜索旋转排序数组 题目 假设按照升序排序的数组在预先未知的某个点上进行了旋转。 ( 例如,...
-
LeetCode 76. 最小覆盖子串
LeetCode 76. 最小覆盖子串 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 76. 最小覆盖子串 题目 给你一个字符串 S、一个字符串 T,请在字符串 S 里面找出:包含 T 所有字母的...
-
LeetCode 23. 合并K个排序链表
LeetCode 23. 合并K个排序链表 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 23. 合并K个排序链表 题目 合并?k?个排序链表,返回合并后的排序链表。请分析和描述算法的复杂度...
-
CF1215DTicketGame——(博弈)
CF1215DTicketGame——(博弈) 题目链接: https://www.luogu.com.cn/problem/CF1215D 题意: 一张票有n位数,如果这张票的前一半数字的和等于后一半数字的和(n一定是偶数),就称这张票为快乐票。有些数被擦除了,标记为’?’(’?‘的个数也是偶数),现在Monocarp 和...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
