242 - Stamps and Envelope SizeTime limit: 3.000 secondsStamps and Envelope SizePhilatelists have collected stamps since long before postal workers wer...
分类:
其他好文 时间:
2015-05-16 10:23:57
阅读次数:
104
$\sez{x}$ 为 $x$ 的整数部分. (西北师范大学)
分类:
其他好文 时间:
2015-05-16 10:23:46
阅读次数:
103
本文转自::Android开发中文站»关于APK瘦身值得分享的一些经验从APK的文件结构说起APK在安装和更新之前都需要经过网络将其下载到手机,如果APK越大消耗的流量就会越多,特别是对于使用移动网络的用户来讲,消耗流量越多就代表需要花更多的钱去购买流量。同时一些第三方应用商城也会对上传的APK大小...
分类:
其他好文 时间:
2015-05-16 10:23:18
阅读次数:
105
#include int cpystr (char *pss, char *pds){ while((*pds=*pss)!='\0') /*一是把pss指向的源字符串复制到pds所指向的目标字符串中, 二是判断所复制的字符是否为’\0’,若是则...
分类:
其他好文 时间:
2015-05-16 10:20:07
阅读次数:
116
创建方式 1 1)直接赋值 2 NSString *str =@"abc"; 3 2)创建对象 4 NSString *str2 = [[NSString alloc]init]; 5 str2 =@"abc" 6 3)格式化创建 7 ...
分类:
其他好文 时间:
2015-05-16 10:23:03
阅读次数:
105
1629 - Cake slicingTime limit: 3.000 secondsA rectangular cake with a grid ofm*nunit squares on its top needs to be sliced into pieces. Several cherri...
分类:
其他好文 时间:
2015-05-16 10:22:32
阅读次数:
156
$$\bex \int_1^\infty \frac{x-[x]}{x^{s+1}}\rd x=\frac{1}{s-1}-\frac{1}{s}\vsm{n}\frac{1}{n^s}. \eex$$
分类:
其他好文 时间:
2015-05-16 10:19:35
阅读次数:
121
1631 LockerA password locker with N digits, each digit can be rotated to 0-9 circularly.You can rotate 1-3 consecutive digits up or down in one step.F...
分类:
其他好文 时间:
2015-05-16 10:19:13
阅读次数:
725
$\dps{\vsm{n}\frac{1}{n}\int_a^\infty \frac{\sin 2n\pi x\rd x}{x^k}}$ 收敛.
分类:
其他好文 时间:
2015-05-16 10:20:52
阅读次数:
133
求 $\dps{\lim_{t\to +\infty}\sex{\frac{1}{t} +\frac{2t}{t^2+1^2}+\frac{2t^2}{t^2+2^2}+\cdots+\frac{2t}{t^2+n^2}+\cdots}}$.
分类:
其他好文 时间:
2015-05-16 10:21:10
阅读次数:
102
当 $n_k-n_{k-1}\geq k^r\ (r>0)$ 时, $\dps{\vsm{n}\frac{1}{n_k}}$ 收敛.
分类:
其他好文 时间:
2015-05-16 10:18:10
阅读次数:
123
$$\bex a_n\geq 0,\quad \vsm{n}a_n<\infty,\quad \vsm{n}a_nb_n=+\infty. \eex$$ (国外赛题)
分类:
其他好文 时间:
2015-05-16 10:21:00
阅读次数:
109
# 下载tomcat http://tomcat.apache.org/index.html # 修改$TOMCAT_HOME/conf/server.xml ``` ``` # 修改$TOMCAT_HOME/conf/tomcat-users.xml ``` ``` # 启动tomcat ``` $TOMCAT_HOME/bin/catalina.sh start $TO...
分类:
其他好文 时间:
2015-05-16 09:18:15
阅读次数:
124
1、在博客中添加微博关注【测试】
使用博客配置中的【添加栏目】功能,使用以下html代码
2、在csdn中使用相册上传照片
这个感觉有点坑,不好找,看下面截图...
分类:
其他好文 时间:
2015-05-16 09:17:22
阅读次数:
119
经常看到有人在论坛里问URL的绝对路径和相对路径问题,在网站中应该使用哪种?对SEO有什么影响?这实际上没有绝对的答案,两者各有优缺点。Google员工JohnMu前几天在Google Groups中做了一个挺全面的总结。...
分类:
其他好文 时间:
2015-05-16 09:18:02
阅读次数:
177
clear;clc;
tempresult=[];
figure
for i=1:6
filename=['ROISignals_sub_00' num2str(i) '_2000.mat'];
data=importdata(filename);
x=data(:,1);
fs=2;
% L=length(x);
L=256;
y1=ff...
分类:
其他好文 时间:
2015-05-16 09:16:29
阅读次数:
147
#ifndef __OPENCV_CORE_TYPES_H__
#define __OPENCV_CORE_TYPES_H__
#ifdef HAVE_IPL
# ifndef __IPL_H__
# if defined WIN32 || defined _WIN32
# include
# else
# include
# e...
分类:
其他好文 时间:
2015-05-16 09:15:40
阅读次数:
173