码迷,mamicode.com
首页 >  
搜索关键字:shu    ( 3269个结果
HDU 1258 Sum It Up (dfs)
#include#include#include#includeusing namespace std;int a[20];int ans[20];int num[200];struct Mark{ int shu,rt;};Mark mark[20];int ok;int n,t;int c...
分类:其他好文   时间:2015-07-27 00:01:51    阅读次数:323
poj 2299 Ultra-QuickSort(线段树/树状数组/归并 求逆序对)
Problem: 2299 User: shu_dayangMemory: 7380K Time: 500MSLanguage: C++ Result: AcceptedSource Code//树状数组#include#include#include#includetypedef long ...
分类:编程语言   时间:2015-07-23 00:32:44    阅读次数:144
poj 2886 Who Gets the Most Candies?
Problem: 2886 User: shu_dayangMemory: 11104K Time: 1125MSLanguage: C++ Result: Accepted#include#include#include#define MID(a,b) ((a + b) >> 1)usin...
分类:其他好文   时间:2015-07-21 23:52:54    阅读次数:165
YII 数据库操作之DAO
http://ioutsider.me/yii-shu-ju-ku-cao-zuo-zhi-dao.html新增数据:Yii::app()->db->createCommand()->insert('es_users', array('name'=>'Outsider'));删除数据:Yii::ap...
分类:数据库   时间:2015-07-17 13:57:15    阅读次数:180
shutdown
shutdown#shutdown 参数 time [warning-message]Time:三种格式:hh:mm 指定绝对时间+m 指定相对时间now 现在立刻执行,相当于+0warning-message 用于设置发给用户的警告信息参数:shutdown -c 取消正在进行的关闭操作shu.....
分类:其他好文   时间:2015-06-29 09:53:17    阅读次数:137
vijos 1083小白 线段树
返回结构体。。。。你妈炸了 1 program hehe; 2 type 3 shu=record 4 l,r,h,he,maxr,maxl:longint; 5 end; 6 var 7 n,m,i,j,k,ll,rr:longint; 8 b:array[0..500...
分类:其他好文   时间:2015-06-24 10:42:06    阅读次数:103
treap bzoj1503
一开始写残了。。 1 program hehe; 2 type 3 shu=record 4 l,r,h,w,s,y:longint; 5 end; 6 var 7 c:char; 8 leave,add,min,size,root,n,i,j,k:longint; 9...
分类:其他好文   时间:2015-06-23 19:57:23    阅读次数:132
Delphi_OD_代码_调试_Delphi反调试技术(以OD为例附核心原代码) (转)
1.程序窗口[chuang kou]句柄[ju bing]检测原理:用FindWindow函数[han shu]查找[cha zhao]具有相同窗口[chuang kou]类名和标题的窗口[chuang kou],如果找到就说明[shuo ming]有OD在运行[yun hang]//*****.....
分类:Windows程序   时间:2015-06-23 10:09:22    阅读次数:194
返回一个最大联通子数组的和
#include#includeusing namespace std;#define N 100typedef struct{ int dian[N]; int xian[N][N]; int dianx, xianx;}A;void set(A &shu, int x, int...
分类:移动开发   时间:2015-06-23 07:34:06    阅读次数:199
【Java EE 学习第21天】【其它类型的监听器】
一、ServletContextListenerMethod SummaryvoidcontextDestroyed(ServletContextEventsce) Receives notification that the ServletContext is about to be shu...
分类:编程语言   时间:2015-06-22 09:52:28    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!