码迷,mamicode.com
首页 >  
搜索关键字:hdu 4056 draw a mess    ( 32795个结果
leetcode-----90. 子集 II
链接:https://leetcode-cn.com/problems/subsets-ii/ 代码 class Solution { public: vector<vector<int>> ans; vector<int> path; vector<vector<int>> subsetsWith ...
分类:其他好文   时间:2020-07-16 00:27:10    阅读次数:75
【DP练习】B-number(HDU3652)
Description A wqb-number, or B-number for short, is a non-negative integer whose decimal form contains the sub- string "13" and can be divided by 13. ...
分类:其他好文   时间:2020-07-15 23:20:22    阅读次数:96
003-Paint_FreePythonGames_Complete
一 代码 此次把代码中画三角形和矩形的内容补充完全了,不过三角形只能实现画正三角形;代码最后一部分还是每弄懂,有点头疼。 1 """Paint, for drawing shapes. 2 3 Exercises 4 5 1. Add a color. 6 2. Complete circle. 7 ...
分类:编程语言   时间:2020-07-14 13:51:58    阅读次数:65
ESP8266+OLED(时间跳动)
1 #include <Arduino.h> 2 #include <U8g2lib.h> 3 #include <Wire.h> 4 5 //iic驱动方式 6 U8G2_SSD1306_128X64_NONAME_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ SCL, / ...
分类:其他好文   时间:2020-07-13 18:51:14    阅读次数:108
Java面试题——随机题(一),看看哪些你会哪些你不会
Java面试题——随机题(一),看看哪些你会哪些你不会 博客说明 文章所涉及的资料来自互联网整理和个人总结,意在于个人学习和经验汇总,如有什么地方侵权,请联系本人删除,谢谢! 请说明一下EJB的几种类型分别是什么? 会话(Session)Bean、实体(Entity)Bean 、消息驱动的(Mess ...
分类:编程语言   时间:2020-07-13 13:36:57    阅读次数:74
HDU Queuing (递推+矩阵快速幂)
##题面 Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our dai ...
分类:其他好文   时间:2020-07-12 17:05:48    阅读次数:132
Stirling数习题归档
列一下hdu,poj,CF上常见的Stirling数相关的习题(补充完善中): hdu2643 hdu3625 hdu4372 hdu4045 POJ1430 POJ2621 CF932E CF961G CF960G ...
分类:其他好文   时间:2020-07-12 16:52:18    阅读次数:64
HDU
##题面 Problem Description Lele now is thinking about a simple function f(x). If x < 10 f(x) = x. If x >= 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 * f(x ...
分类:其他好文   时间:2020-07-12 16:40:31    阅读次数:59
[暑假集训]开训复健练习赛:B - Find a way ——HDU - 2612
#include<iostream> #include<cmath> #include<algorithm> #include<string> #include<cstring> #define DEBUG if( 1 )//是否输出调试用信息 using namespace std; int W, ...
分类:其他好文   时间:2020-07-11 19:21:29    阅读次数:61
VS code 可以做什么?
编写 markdown VS code 真的是非常好用的Markdown编写工具,我用他来编写Markdown的时间甚至比写代码还要多。比如,我每周写的公众号文章。 相关插件: Markdown Markdown Preview Enhanced Markdown All in One 编写pyth ...
分类:其他好文   时间:2020-07-11 17:36:54    阅读次数:274
32795条   上一页 1 ... 15 16 17 18 19 ... 3280 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!