码迷,mamicode.com
首页 >  
搜索关键字:il2cpp il    ( 638个结果
后缀自动机板子
后缀自动机 是什么? 博主不想写~~反正没人看~~ 直接去$hihocoder$ "1" "2" 模板 cpp include define IL inline define RG register define Fill(a, b) memset(a, b, sizeof(a)) using na ...
分类:其他好文   时间:2018-04-17 22:25:39    阅读次数:170
Bzoj3555: [Ctsc2014]企鹅QQ
题面 "传送门" Sol $hash$+排序 cpp include define IL inline define RG register define Fill(a, b) memset(a, b, sizeof(a)) using namespace std; typedef long lon ...
分类:其他好文   时间:2018-04-13 20:32:02    阅读次数:173
switch语句(上)(转载)
switch语句是C#中常用的跳转语句,可以根据一个参数的不同取值执行不同的代码。本文介绍了当向switch语句中传入不同类型的参数时,编译器为其生成的IL代码。这一部分介绍的是,在switch语句中使用整数类型和枚举类型的情况。 ...
分类:其他好文   时间:2018-04-10 15:19:40    阅读次数:129
switch语句(下)(转载)
switch语句是C#中常用的跳转语句,可以根据一个参数的不同取值执行不同的代码。本文介绍了当向switch语句中传入不同类型的参数时,编译器为其生成的IL代码。这一部分介绍的是,在switch语句中使用字符串类型的情况。 ...
分类:其他好文   时间:2018-04-10 15:15:19    阅读次数:181
C#基础知识
一、基本概念 1.中间语言IL(CTS、CLS规范、语言相互调用),CLR运行环境(.net虚拟机加载程序集编译为机器语言、内存管理(分配和回收)、事件框架机制分段执行机制、应用程序域创建和组件通信、代码安全检查和异常处理) CTS(通用类型系统): 所有托管语言定义的类型,都会编译为中间语言定义的 ...
分类:Windows程序   时间:2018-04-07 14:53:03    阅读次数:231
[WC2013]糖果公园
题面 "UOJ" Sol 树上带修改莫队 cpp include define RG register define IL inline define Fill(a, b) memset(a, b, sizeof(a)) using namespace std; typedef long long ...
分类:其他好文   时间:2018-04-06 23:54:41    阅读次数:331
Bzoj4129: Haruna’s Breakfast
题面 "Bzoj" Sol 树上带修改莫队 求$mex$可以对数字也分块 数字大于$n$就设为$n+1$ 查询就找到那个不满的块,在块内找到$mex$ cpp include define RG register define IL inline define Fill(a, b) memset(a ...
分类:其他好文   时间:2018-04-06 23:53:01    阅读次数:232
SPOJ:COT2 Count on a tree II
题意 给定一个n个节点的树,每个节点表示一个整数,问u到v的路径上有多少个不同的整数。 n=40000,m=100000 Sol 树上莫队模板题 cpp include define RG register define IL inline define Fill(a, b) memset(a, b ...
分类:其他好文   时间:2018-04-06 10:54:19    阅读次数:170
[ZOJ1015]:Fishing Net
题面 "Vjudge" Sol 给出一个n个点的无向图,询问是否为弦图 做法见上上上篇博客 cpp include define RG register define IL inline define Fill(a, b) memset(a, b, sizeof(a)) using namespac ...
分类:Web程序   时间:2018-04-05 21:01:30    阅读次数:146
[TJOI2007]小朋友
题面 "Luogu" Sol 弦图最大独立集 做法见上篇博客 cpp include define RG register define IL inline define Fill(a, b) memset(a, b, sizeof(a)) using namespace std; const in ...
分类:其他好文   时间:2018-04-05 11:55:10    阅读次数:144
638条   上一页 1 ... 14 15 16 17 18 ... 64 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!