mep

2019-2020nowcoder牛客寒假基础3

爷,独闯天下 提交于 2020-02-09 17:14:45
本校大佬阿珂了的时候我还在模拟线段树,虽然还是在最后时间内卡进去了,基础不好呀,说明还是要不好高骛远了,见到数论就不想动不晓得是是自以为跟哪个学长学的,真想开口说自己也是一名数论选手。 A.牛牛的DRB迷宫I 简单DP,一个B点可以向下或者是向右做出贡献,其他只能一个方向,忘记取modwa+1,ce+1 #include <cstdio> #include <cmath> #include <algorithm> #include <iostream> #include <cstring> #include <queue> #include <set> #include <map> #include <stack> using namespace std; #define scd(a) scanf("%d",&a) #define scdd(a,b) scanf("%d%d",&a,&b) #define scddd(a,b,c) scanf("%d%d%d",&a,&b,&c) #define scl(a) scanf("%lld",&a) #define scll(a,b) scanf("%lld%lld",&a,&b) #define prl(a) printf("%lld\n",a) #define prd(a) printf("%d\n",a) #define prf(a

ETSI GS MEC 015 — MEP 带宽管理功能

人走茶凉 提交于 2020-02-08 10:07:21
目录 文章目录 目录 版本 ETSI MEC 对 MEP 带宽管理功能的定义 功能理解 Bandwidth Management Service BWMS UML ME APP registers to BWMS ME APP Unregister from BWMS ME APP Update requested bandwidth requirements on BWMS ME APP Get bandwidth allocation from BWMS BWMS API Definition 来源: CSDN 作者: 范桂飓 链接: https://blog.csdn.net/Jmilk/article/details/104216823