码迷,mamicode.com
首页 >  
搜索关键字:enq tx - row lock co    ( 21443个结果
HDU - 4135 Co-prime
题意:求[a,b]与n互质的个数 思路:容斥原理的运用,提取n的素因子,先算出不与n互素的个数,容斥原理奇加偶减 #include #include #include #include #define ll long long using namespace std; const int MAXN = 70; ll prime[MAXN]; ll a,b,n; ll make(l...
分类:其他好文   时间:2014-07-22 23:05:55    阅读次数:315
小前端大能耐——Canvas与Javascript配合实现几个功能
1.粒子化function Dot(X, Y, Z, R) { this.dx = X; this.dy = Y; this.dz = Z; this.tx = 0; ...
分类:编程语言   时间:2014-07-22 22:59:53    阅读次数:400
svn常用命令与分支操作
创建分支svn cp -m "create branch" http://svn_server/xxx_repository/trunk http://svn_server/xxx_repository/branches/br_feature001获得分支svn co http://svn_serv...
分类:其他好文   时间:2014-05-06 09:07:08    阅读次数:362
opengl 【1】开始画个多边形
安装freeglut。开始第一个opengl 程序1安装freeglut官网下载系统对应的版本。我这里是freeglut-MSVC-2.6.0-4.mp。windows版本。我的工具是win7,vs2012.配置:解压后有bin,lib,include。project-》properties-》Co...
分类:其他好文   时间:2014-05-06 01:07:48    阅读次数:429
[转]delphi xe6 android屏幕操持常亮
1) setting the Project Options, Uses Permissions, Wake lock = True2) Adding Android.JNI.PowerManager to the uses clause3) call: AcquireWakeLock; // at...
分类:移动开发   时间:2014-05-05 11:29:06    阅读次数:501
LINUX 高可用群集之 ~Corosync~
Corosync:它属于OpenAIS(开放式应用接口规范)中的一个项目corosync一版本中本身不具 备投票功能,到了corosync 2.0之后引入了votequorum子系统也具备了投票功能了,如果我们用的是1版本的,又需要用到票数做决策时那该如何是好呢;当然,在红帽上把 cman + co...
分类:系统相关   时间:2014-05-04 20:21:35    阅读次数:847
html css js 框架
html css js 框架Bootstraphttp://www.bootcss.com/http://www.cnblogs.com/aehyok/p/3404867.html 入门资料http://isotope.metafizzy.co/#install
分类:Web程序   时间:2014-05-04 20:18:14    阅读次数:440
书画小说--开创书画式阅读、写作新方式
1 开创--自定义的书画界面 ,为您呈现耳目一新的阅读、写作新体验        上端、底部图,左侧、右侧图,段落分割线、行线、段落竖边图均可自定义。      2 开创--读小说、写小说二窗口模式,万千小说为您提供写作参照        在读小说窗口可选择任意一本小说任意一篇章节作为写小说的参考。      3 TXT小说直接拖入即可扩充一本电子书,扩充无上限         TX...
分类:其他好文   时间:2014-05-03 16:03:13    阅读次数:268
UVA 之11300 - Spreading the Wealth
Problem A Communist regime is trying to redistribute wealth in a village. They have have decided to sit everyone around a circular table. First, everyone has converted all of their properties to co...
分类:其他好文   时间:2014-05-02 10:30:59    阅读次数:375
yum提示another app is currently holding the yum lock;waiting for it to exit
强制关掉yum进程:#rm-f/var/run/yum.pid然后就可以使用yum了。
分类:移动开发   时间:2014-05-02 04:18:15    阅读次数:371
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!