.h { #ifndef __AVDIO_H__ #define __AVDIO_H__ #include "cocos2d.h" using namespace cocos2d; #include <string.h> #include <iostream> #include "cocos/ui/ ...
分类:
其他好文 时间:
2020-06-25 23:16:56
阅读次数:
50
#include<cstdio> #include<cstring> #include<algorithm> #include<queue> #include<iostream> using namespace std; const int maxn=200010; const double eps ...
分类:
其他好文 时间:
2020-06-25 19:49:59
阅读次数:
64
用Microsoft DirectX光线跟踪改善渲染质量 Implementing Stochastic Levels of Detail with Microsoft DirectX Raytracing 细节层次(LOD)是指在细节可能不重要的情况下,用较低分辨率的网格替换远处的高分辨率网格。这 ...
分类:
其他好文 时间:
2020-06-19 20:52:02
阅读次数:
43
递归 #include <bits/stdc++.h> #define LL long long #define Pi acos(-1.0) #define INF 2147483646 #define eps 1e-9 #define MS 100009 #define mss 17 using ...
分类:
其他好文 时间:
2020-06-17 20:23:20
阅读次数:
69
#include <bits/stdc++.h> #define mp make_pair #define pb push_back using namespace std; typedef pair<int, int> pii; typedef long long ll; typedef unsi ...
分类:
其他好文 时间:
2020-06-15 23:21:00
阅读次数:
80
官方文档: http://webrtc.github.io/webrtc-org/native-code/development/ 1.环境准备 1.1 安装depot_tools git clone https://chromium.googlesource.com/chromium/tools/ ...
分类:
Web程序 时间:
2020-06-15 20:36:47
阅读次数:
530
/* 直接求多边形面积 */ #include<bits/stdc++.h> using namespace std; typedef double db; const db eps=1e-6; const db pi=acos(-1); int sign(db k){ if (k>eps) ret ...
分类:
其他好文 时间:
2020-06-14 01:20:57
阅读次数:
82
##题面 Problem Description 一天,淘气的Tom不小心将水泼到了他哥哥Jerry刚完成的作文上。原本崭新的作文纸顿时变得皱巴巴的,更糟糕的是由于水的关系,许多字都看不清了。可怜的Tom知道他闯下大祸了,等Jerry回来一定少不了一顿修理。现在Tom只想知道Jerry的作文被“破坏 ...
分类:
其他好文 时间:
2020-06-13 17:09:20
阅读次数:
50
Installing: openstack-neutron-openvswitch noarch 1:12.1.1-1.el7 centos-openstack-queens 16 k Updating for dependencies: openstack-neutron noarch 1:12. ...
分类:
其他好文 时间:
2020-06-10 17:34:41
阅读次数:
92
What happened? MGM movie and song producer. Similar peer to peer program as Napster, illegal distribution of copyrighted movies and songs. Grokster tr ...
分类:
其他好文 时间:
2020-06-09 23:22:41
阅读次数:
104