自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ACMer'

From Under To Top ,Back To Front ,Wrong To Accept

  • 博客(14)
  • 资源 (2)
  • 问答 (1)
  • 收藏
  • 关注

原创 【POJ 1275】 Cashier Employment(差分约束系统的建立和求解)

【POJ 1275】 Cashier Employment(差分约束系统的建立和求解)Cashier EmploymentTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 7569 Accepted: 2856DescriptionA sup

2016-01-28 17:37:02 1475

原创 【POJ 3686】The Windy's(KM算法)

【POJ 3686】The Windy's(KM算法)The Windy'sTime Limit: 5000MS Memory Limit: 65536KTotal Submissions: 4721 Accepted: 1987DescriptionThe Windy's is a world f

2016-01-28 08:59:24 1339 1

原创 【CF 617E】 XOR and Favorite Number (Mo's algorithm)

【CF 617E】  XOR and Favorite Number (Mo's algorithm)E. XOR and Favorite Numbertime limit per test4 secondsmemory limit per test256 megabytesinputstandard inputoutp

2016-01-26 11:29:43 1837

原创 【清橙 A1206】小Z的袜子(莫队算法)

【清橙 A1206】小Z的袜子(莫队算法)A1206. 小Z的袜子时间限制:1.0s   内存限制:512.0MB  总提交次数:1144   AC次数:319   平均分:43.15将本题分享到:     查看未格式化的试题  提交   试题讨论试题来源  2010中国国家集训队命题答辩问题描述  作

2016-01-25 20:28:00 1380

原创 【POJ 3254】 Corn Fields(状压DP)

【POJ 3254】 Corn Fields(状压DP)Corn FieldsTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 10891 Accepted: 5705DescriptionFarmer John has purchase

2016-01-25 15:24:07 1462

原创 【POJ 2400】 Supervisor, Supervisee(KM求最小权匹配)

【POJ 2400】 Supervisor, Supervisee(KM求最小权匹配)Supervisor, SuperviseeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 2538 Accepted: 719DescriptionSu

2016-01-24 19:39:48 1518

原创 【POJ 2195】 Going Home(KM算法求最小权匹配)

【POJ 2195】 Going Home(KM算法求最小权匹配)Going HomeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 20303 Accepted: 10297DescriptionOn a grid map there a

2016-01-24 16:08:34 2376

原创 【HDOJ 2255】奔小康赚大钱(KM算法)

【HDOJ 2255】奔小康赚大钱(KM算法)奔小康赚大钱Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6051    Accepted Submission(s): 2667Problem Descr

2016-01-24 09:38:14 1884

原创 【POJ 3371】 Flesch Reading Ease(模拟)

【POJ 3371】 Flesch Reading Ease(模拟)Flesch Reading EaseTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 2090 Accepted: 613DescriptionFlesch Readi

2016-01-23 10:59:31 977

原创 【2186】Popular Cows(强连通分支及其缩点)

【2186】Popular Cows(强联通分支及其缩点)Popular CowsTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 28323 Accepted: 11459DescriptionEvery cow's dream is to

2016-01-22 20:18:02 3016 2

原创 【POJ 3159】 Candies(差分约束系统)

【POJ 3159】 Candies(差分约束系统)CandiesTime Limit: 1500MS Memory Limit: 131072KTotal Submissions: 26996 Accepted: 7438DescriptionDuring the kindergarten days,

2016-01-22 11:46:47 1293

原创 【POJ 2983】Is the Information Reliable?(差分约束系统)

【POJ 2983】Is the Information Reliable?(差分约束系统)Is the Information Reliable?Time Limit: 3000MS Memory Limit: 131072KTotal Submissions: 12244 Accepted: 3861Des

2016-01-22 08:31:19 1483

原创 【POJ 1201】 Intervals(差分约束系统)

【POJ 1201】 Intervals(差分约束系统)1716的升级版 把原本固定的边权改为不固定。IntervalsTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 23817 Accepted: 9023DescriptionYou

2016-01-21 10:25:52 2371

原创 【POJ 1716】Integer Intervals(差分约束系统)

【POJ 1716】Integer Intervals(差分约束系统)Integer IntervalsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 13425 Accepted: 5703DescriptionAn integer in

2016-01-21 10:20:12 1444

webrtc noise suppression

基于最新webrtc人工抽离出来的ns demo(降噪)。 与平台抽离,可直接在Linux下编译。 mkdir build cd build cmake ../src; make -j; ./bin/ns_demo <input_signal.pcm> 转载请注明出处: https://blog.csdn.net/ChallengerRumble

2019-08-14

webrtc aec3

基于最新webrtc人工抽离出来的aec demo。 与平台抽离,可直接在Linux下编译。 mkdir build cd build cmake ../src; make -j; only aec: ./bin/demo aec + aes + cng(comfort noise generate): ./bin/echo_remover_demo 转载请注明出处: https://blog.csdn.net/ChallengerRumble

2019-08-14

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除