自定义博客皮肤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 3368】 Frequent values(RMQ)

【POJ 3368】 Frequent values(RMQ) Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 15813   Accepted: 5749 Description You are given a sequence of n integers

2016-02-29 11:43:50 1277

原创 【POJ 2892】 Tunnel Warfare(树状数组+二分)

【POJ 2892】 Tunnel Warfare(树状数组+二分) Time Limit: 1000MS   Memory Limit: 131072K Total Submissions: 7517   Accepted: 3104 Description During the War of Resistance Agai

2016-02-26 17:23:53 1925

原创 【POJ 2482】 Stars in Your Window(线段树+离散化+扫描线)

【POJ 2482】 Stars in Your Window(线段树+离散化+扫描线) Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 11294   Accepted: 3091 Description Fleeting time does not blur

2016-02-26 11:33:17 1751

原创 【POJ 2750】 Potted Flower(线段树套dp)

【POJ 2750】 Potted Flower(线段树套dp) Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 4566   Accepted: 1739 Description The little cat takes over the management

2016-02-25 21:06:00 1967

原创 【POJ 2886】 Who Gets the Most Candies?(反素数求最大因子数+线段树)

【POJ 2886】 Who Gets the Most Candies?(反素数求最大因子数+线段树) Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 12647   Accepted: 3937 Case Time Limit: 2000MS De

2016-02-25 19:33:12 1580

原创 【POJ 2777】 Count Color(线段树区间更新与查询)

【POJ 2777】 Count Color(线段树区间更新与查询) Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 40949   Accepted: 12366 Description Chosen Problem Solving and Program d

2016-02-25 15:45:31 1263

原创 【POJ 3694】 Network(割边<桥>+LCA)

【POJ 3694】 Network(割边+LCA) Network Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 7971   Accepted: 2902 Description A network administrator manag

2016-02-25 14:19:07 2489 1

原创 【HDU 5145】 NPY and girls(组合+莫队)

【HDU 5145】 NPY and girls(组合+莫队) NPY and girls Time Limit: 8000/4000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 593    Accepted Submission(s): 179

2016-02-25 09:03:38 2214

原创 【HDU 4001】 To Miss Our Children Time(DP)

【HDU 4001】 To Miss Our Children Time(DP) To Miss Our Children Time Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65768/65768 K (Java/Others) Total Submission(s): 4452    Accepted Su

2016-02-24 15:12:03 1114

原创 【POJ 3352】 Road Construction(边联通分量入门)

【POJ 3352】 Road Construction(边联通分量入门) Road Construction Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 10418   Accepted: 5164 Description It's al

2016-02-20 21:22:53 983

原创 【POJ 1144】 Network(割点入门)

【POJ 1144】 Network(割点入门) Network Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11461   Accepted: 5322 Description A Telephone Line Company (TLC) is

2016-02-20 14:59:18 2222

原创 【CF ECR8-D】Magic Numbers(数位dp)

【CF ECR8-D】Magic Numbers(数位dp) D. Magic Numbers time limit per test:2 seconds memory limit per test:256 megabytes input:standard input output:standard output Co

2016-02-20 10:41:24 1950

原创 【POJ 3592】 Instantaneous Transference(强连通缩点+最长路)

【POJ 3592】 Instantaneous Transference(强连通缩点+最长路) Instantaneous Transference Time Limit: 5000MS   Memory Limit: 65536K Total Submissions: 6265   Accepted: 1411 Descrip

2016-02-18 21:47:17 4747

原创 【POJ 2887】Big String(块状数组)

【POJ 2887】Big String(块状数组) Time Limit: 1000MS   Memory Limit: 131072K Total Submissions: 6380   Accepted: 1537 Description You are given a string and supposed to

2016-02-18 15:49:49 4840

webrtc noise suppression

基于最新webrtc人工抽离出来的ns demo(降噪)。 与平台抽离,可直接在Linux下编译。 mkdir build cd build cmake ../src; make -j; ./bin/ns_demo &lt;input_signal.pcm&gt; 转载请注明出处: 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关注的人

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