摘要: zz 阅读全文
posted @ 2017-11-08 09:33 meekyan 阅读(532) 评论(0) 推荐(2) 编辑
摘要: HLSL常用函数 微软定义的高阶着色器语言(High Level Shader Language) HLSL API 参考链接graphtoy函数可视化网站 阅读全文
posted @ 2021-09-18 14:42 meekyan 阅读(133) 评论(0) 推荐(0) 编辑
摘要: #import "GameKitHelper.h" #import "GameConstants.h" @interface GameKitHelper () <GKGameCenterControllerDelegate> { BOOL _gameCenterFeaturesEnabled; } 阅读全文
posted @ 2018-10-16 10:52 meekyan 阅读(1211) 评论(0) 推荐(1) 编辑
该文被密码保护。 阅读全文
posted @ 2018-04-23 10:21 meekyan 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1597: [Usaco2008 Mar]土地购买 Description 农夫John准备扩大他的农场,他正在考虑N (1 <= N <= 50,000) 块长方形的土地. 每块土地的长宽满足(1 <= 宽 <= 1,000,000; 1 <= 长 <= 1,000,000). 每块土地的价格是它 阅读全文
posted @ 2017-10-07 14:10 meekyan 阅读(421) 评论(0) 推荐(0) 编辑
摘要: #1602 : 本质不同的回文子串的数量 #1602 : 本质不同的回文子串的数量 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 给定一个字符串S,请统计S的所有子串中,有多少个本质不同的回文字符串? 注意如果两个位置不同的子串满足长度相同且对应字符也都相同,则认为这 阅读全文
posted @ 2017-10-05 14:54 meekyan 阅读(844) 评论(0) 推荐(1) 编辑
摘要: MZL's Circle Zhou Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Problem Description MZL's Circle Zhou is good at 阅读全文
posted @ 2017-10-02 17:56 meekyan 阅读(447) 评论(0) 推荐(0) 编辑
摘要: The Dominator of Strings Time Limit: 3000/3000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others) Problem Description Here you have a set of s 阅读全文
posted @ 2017-10-01 20:49 meekyan 阅读(443) 评论(0) 推荐(0) 编辑
摘要: SUBLEX - Lexicographical Substring Search Little Daniel loves to play with strings! He always finds different ways to have fun with strings! Knowing t 阅读全文
posted @ 2017-10-01 17:06 meekyan 阅读(397) 评论(0) 推荐(0) 编辑
摘要: LCS2 - Longest Common Substring II no tags no tags A string is finite sequence of characters over a non-empty finite set Σ. In this problem, Σ is the 阅读全文
posted @ 2017-10-01 13:19 meekyan 阅读(644) 评论(0) 推荐(0) 编辑