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

2020年1月17日

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

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

posted @ 2020-01-17 01:03 godweiyang 阅读(420) 评论(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 阅读(191) 评论(0) 推荐(0)

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

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

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

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

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

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

poj3187(Backward Digit Sums)

摘要: DescriptionFJ and his cows enjoy playing a mental game. They write down the numbers from 1 to N (1 #includ... 阅读全文

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

poj2718(Smallest Difference)

摘要: DescriptionGiven a number of distinct decimal digits, you can form one integer by choosing a non-empty sub... 阅读全文

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

poj3669(Meteor Shower)

摘要: DescriptionBessie hears that an extraordinary meteor shower is coming; reports say that these meteors will... 阅读全文

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

poj3009(Curling 2.0)

摘要: DescriptionOn Planet MM-21, after their Olympic games this year, curling is getting popular. But the rules... 阅读全文

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

poj1979(Red and Black)

摘要: DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or blac... 阅读全文

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

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

导航