一向在技术上比较开放的 MadFinger 继上次给出 shadowgun 的关卡包之后,这次更加大方的给出了更加完整的关卡的代码,甚至包括服务器:ShadowGun Deadzone GM Kit。 对于这个包的用途, 官方简介:www.madfingergames.com/deadz...
分类:
其他好文 时间:
2015-07-20 19:11:05
阅读次数:
106
关于这个模块mod_ssl 简史mod_ssl会受到Wassenaar Arrangement(瓦森纳协议)的影响吗?mod_ssl 简史mod_ssl v1 最早在1998年4月由Ralf S. Engelschall基于Ben Laurie的Apache-SSL 1.17 源代码补丁(Apach...
分类:
其他好文 时间:
2015-07-20 19:09:12
阅读次数:
155
inv[x] = ( Mod - Mod /x ) * inv[Mod%x] % Mod设Mod=px+q. inv[x]=rpx+q = 0 (mod Mod)pxr+qr = 0 (mod Mod)p + qr = 0 (mod Mod)r=-p/q= -p*inv[q]= -(Mod/x)*i...
分类:
其他好文 时间:
2015-07-20 18:19:52
阅读次数:
90
1.开启apache的mode_rewrite模块 去掉LoadModule rewrite_module modules/mod_rewrite.so前的“#”符号 确保中有“AllowOverride All”2.在项目中的/protected/config/main.php中添加代码:--.....
分类:
Web程序 时间:
2015-07-20 16:11:27
阅读次数:
125
传课网 http://www.chuanke.com/?mod=student&act=study&courseid=128693#慕课网:http://www.imooc.com/
分类:
Web程序 时间:
2015-07-20 16:05:11
阅读次数:
112
题目传送门 1 /* 2 构造:从大到小构造,每一次都把最后不是9的变为9,p - p MOD 10^k - 1,直到小于最小值。 3 另外,最多len-1次循环 4 */ 5 #include 6 #include 7 #include 8 #include 9 us...
分类:
Web程序 时间:
2015-07-20 15:59:21
阅读次数:
128
1、安装支持模块2、安装OCS服务端(linux)3、安装GLPI4、整合OCS与GLPI5、测试安装支持sudo apt-get updatesudo apt-get dist-upgrade //系统更新到最新apt-get install libapache2-mod-php5apt-get ...
分类:
系统相关 时间:
2015-07-20 12:54:44
阅读次数:
323
快速幂+找规律#include#include#include#include#includeusing namespace std;mapC;const int MOD=2008;int n;int fast_power(int a,int b){ int c=1; while(b!=...
分类:
其他好文 时间:
2015-07-20 12:10:18
阅读次数:
195
题目链接:https://leetcode.com/problems/divide-two-integers/
Divide two integers without using multiplication, division and mod operator.
If it is overflow, return MAX_INT.
int divide(in...
分类:
其他好文 时间:
2015-07-20 09:19:59
阅读次数:
99
T1:pog loves szh I(hdu 5264)题目大意:给出把AB两个字符串交叉拼起来的结果,求出原串。题解:不解释。。直接每次+2输出。T2:pog loves szh II(hdu 5265)题目大意:给出N个数,求Mod P域下两个数最大和。 N<=100000题解:先把所有数Mod...
分类:
其他好文 时间:
2015-07-20 09:10:14
阅读次数:
106