码迷,mamicode.com
首页 >  
搜索关键字:triangle love    ( 2860个结果
皮克定理及其应用
H - 三角形 4.1 Description A lattice point is an ordered pair (x,y) where x and y are both integers. Given the coordinates of the vertices of a triangle( ...
分类:其他好文   时间:2019-04-16 01:34:05    阅读次数:193
2019年华南理工大学程序设计竞赛(春季赛) K Parco_Love_String(后缀自动机)找两个串的相同字串有多少
https://ac.nowcoder.com/acm/contest/625/K 题意: 给出Q 个询问 i , 求 s[0..i-1] 与 s[i...len-1] 有多少相同的字串 分析: 给出了查询 , 容易想到先预处理出答案好吧 , 字符串的问题也容易想到后缀自动机 ,但是我们该怎么使用呢 ...
分类:其他好文   时间:2019-04-15 21:42:31    阅读次数:285
leetcode [120]Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the fo ...
分类:其他好文   时间:2019-04-15 16:33:21    阅读次数:147
Python解释器的安装
Python解释器的安装 ...
分类:编程语言   时间:2019-04-13 01:14:16    阅读次数:151
预处理语句
public class Conn { static Connection con; static PreparedStatement sql; static ResultSet res; public Connection getConnecvtion() { try { Class.forNam... ...
分类:其他好文   时间:2019-04-12 13:15:07    阅读次数:147
实验四 (1):定义一个形状类(Shape)方法:计算周长,计算面积
(1)定义一个形状类(Shape)方法:计算周长,计算面积子类:矩形类(Rectangle) :额外的方法:differ() 计算长宽差圆形类(Circle)三角形类(Triangle)正方形类(Square) 矩形的子类生成几个不同的形状对象,放在一个Shape类型的数组里,分别求每个形状的周长和 ...
分类:其他好文   时间:2019-04-11 16:31:56    阅读次数:134
English trip EM2-PE-5A Plan a dinner party Teacher:Lamb
课上内容(Lesson) # Appetizer ['æp?'ta?z?] n. 开胃物,开胃食品 spinach salad 菠菜沙拉 # "p" 发b音 gazpacho 西班牙凉菜,西班牙冷汤菜(用番茄、青椒、黄瓜等制成) # Soup 汤 borscht [b?r?t] 罗宋汤 # Main ...
分类:其他好文   时间:2019-04-10 23:21:39    阅读次数:168
shell 正则整理
1.正则表达式元字符^行首定位符^love$行尾定位符love$.匹配单个字符l..e*匹配前导符0到多次ab*love.*任意字符[]匹配指定范围内的一个字符[Ll]ove[-]匹配指定范围内的一个字符[a-z0-9]ove[^]匹配不在指定范围内的字符\转义字符\<词首定位符\<love\>词尾定位符love\>\(..\)匹配稍后使用的字符标签x\{m\}字符x重复出
分类:系统相关   时间:2019-04-09 09:23:48    阅读次数:165
MTH5001: Introduction to Computer Programming
projectMarch 14, 20191 MTH5001: Introduction to Computer Programming 2018/191.1 Final Report Project: "Networks"1.1.1 Instructions:First, please type ...
分类:其他好文   时间:2019-04-07 19:20:52    阅读次数:161
bugku love
emmm....控制台运行一下 接着查一下是否有壳 显示是没有壳的,接着查看一下结构 也没有什么发现,上ida看一下吧,顺便说一句每个人的解题思路都不一样。面对一开始都不清楚的结构我会选择交叉引用这样对我来说方便我能看到全部, 看着有点像base64加密,然后str1和str2相互比较,emmmm. ...
分类:其他好文   时间:2019-04-06 22:48:37    阅读次数:136
2860条   上一页 1 ... 44 45 46 47 48 ... 286 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!