上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

2020年1月17日

具体数学-第14课(牛顿级数和生成函数)

摘要: 原文链接: 具体数学-第14课 - WeiYang Blog 牛顿级数 多项式函数的一般表示形式为:也可以将其表示为下降阶乘幂的形式:这种表示的好处是,求差分更加方便:因为有所以多项... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(378) 评论(0) 推荐(0) 编辑

[NAACL18]What's Going On in Neural Constituency Parsers? An Analysis(神经成分句法分析器的一些分析)...

摘要: 原文链接: What's Going On in Neural Constituency Parsers? An Analysis 论文地址: W... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(106) 评论(0) 推荐(0) 编辑

[ACL18]基于Self-Attentive的成分句法分析

摘要: 原文链接: Constituency Parsing with a Self-Attentive Encoder 论文地址: Constituen... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(166) 评论(0) 推荐(0) 编辑

[ACL18]直接到树:基于神经句法距离的成分句法分析

摘要: 原文链接: Straight to the Tree: Constituency Parsing with Neural Syntactic Distance ... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(324) 评论(0) 推荐(0) 编辑

poj2299(Ultra-QuickSort)树状数组+离散化

摘要: 题目就是让你求逆序数,用树状数组很简单,不过数据太大,要先进行离散化,将数据范围压缩到1~n以内。还有poj竟然不支持c++11,害得我lambda表达式编译错误。#include #include #inclu... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(86) 评论(0) 推荐(0) 编辑

poj2991(Crane)线段树+计算几何

摘要: DescriptionACM has bought a new crane (crane -- jeřáb) . The crane consists of n segments of various lengt... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(140) 评论(0) 推荐(0) 编辑

超大背包问题(折半枚举, 双向搜索)

摘要: 有重量和价值分别为wi, vi (1 #include #include #include #include #include #include #include #include #include #inclu... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(148) 评论(0) 推荐(0) 编辑

poj3276(Face The Right Way)反转(开关问题)

摘要: DescriptionFarmer John has arranged his N (1 ≤ N ≤ 5,000) cows in a row and many of them are facing forwar... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(101) 评论(0) 推荐(0) 编辑

poj3320(Jessica's Reading Problem)尺取法

摘要: DescriptionJessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam ... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(44) 评论(0) 推荐(0) 编辑

poj3061(Subsequence)尺取法

摘要: DescriptionA sequence of N positive integers (10 #include #include #include #include #include #include #in... 阅读全文

posted @ 2020-01-17 01:03 godweiyang 阅读(93) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页

导航