献给杭电五十周年校庆的礼物
Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65536/32768K (Java/Other)
Total Submission(s) : 53 Accepted Submission(s) : 38
Font: Times New Roman | Verdana | Georgia
Fo...
分类:
其他好文 时间:
2015-06-05 22:44:21
阅读次数:
139
1 题目:The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo...
分类:
其他好文 时间:
2015-06-05 17:28:07
阅读次数:
114
备份一下用的比较顺手的配置文件set sw=4set ts=4set etset smarttabset smartindentset lbrset fo+=mBset smset selection=inclusiveset wildmenuset mousemodel=popupau FileT...
分类:
系统相关 时间:
2015-06-05 15:38:02
阅读次数:
151
template class A{ public: void t(){ coutclass B:public A{ public: void fo(){ A::t(); }};fo()内部调用决定哪个t...
分类:
编程语言 时间:
2015-06-05 13:44:44
阅读次数:
117
背景:之前专栏中介绍过fo-dicom来实现DICOM标准中的DIMSE-C各项服务,此次现实中遇到了特殊需求,即“要根据不同的dicom文件存储到不同的位置,且该位置信息通过dicom文件内部自有信息无法构造”。在具体实现过程中由于WCF实例模型、C#闭包等原因,走了不少弯路,这里将整个分析过程记录下来,供以后学习参考。...
分类:
其他好文 时间:
2015-06-04 19:34:27
阅读次数:
1839
MST , kruskal 直接跑----------------------------------------------------------------------#include#include#include#include#include#define rep( i , n ) fo...
分类:
其他好文 时间:
2015-06-03 23:05:08
阅读次数:
123
代码:
#include
using namespace std;
int main()
{
int n;
int a[18];
for(int i=1;i<=17;i++)
a[i]=i*i;
while(scanf("%d",&n)&&n)
{
long long c1[350],c2[350];
fo...
分类:
其他好文 时间:
2015-06-03 21:40:40
阅读次数:
112
Well, this problem is a traditional dynamic programming problem. Suppose the minimum path sum of arriving at point(i, j)isS[i][j], then we have the fo...
分类:
其他好文 时间:
2015-06-03 00:39:59
阅读次数:
220
1.简介 @font-face用于自定义字体样式,从服务器端取得字体样式,使浏览器可以显示客户端并不存在的样式效果,给用户带来更好的展示体验。 @font-face并不是CSS3的新特性,早在98年就被写入CSS2的规范当中,目前在IE6都可支持。2.语法 @font-face { fo...
分类:
Web程序 时间:
2015-05-31 18:23:01
阅读次数:
168
这个exercise需要完成cnn中的forward pass,cost,error和gradient的计算。需要弄清楚每一层的以上四个步骤的原理,并且要充分利用matlab的矩阵运算。大概把过程总结了一下如下图所示:STEP 1:Implement CNN ObjectiveSTEP 1a: Fo...
分类:
Web程序 时间:
2015-05-30 12:03:11
阅读次数:
220