With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing battles for the World Cup trophy in South Africa. Si...
分类:
其他好文 时间:
2015-02-24 12:37:00
阅读次数:
156
Django下一个版本是1.7,增加了类似South的migration功能,修改Model后可以在不影响现有数据的前提下重建表结构。这真是个千呼万唤始出来的feature了,所以做个简单的整理分享。文章包含部分源代码,对具体怎么实...
分类:
其他好文 时间:
2015-02-03 17:38:24
阅读次数:
154
题目:题目链接
March of the Penguins
Time Limit: 8000MS
Memory Limit: 65536K
Total Submissions: 4317
Accepted: 1957
Description
Somewhere near the south pole, a...
分类:
其他好文 时间:
2015-01-28 09:59:37
阅读次数:
257
Easyui 生成layoutvar $tabs;var $body;var $south;function appendLayout(title, href) { if (!$body) $body = $(document.body); if (!$body.hasCl...
分类:
其他好文 时间:
2015-01-23 13:14:03
阅读次数:
277
水题,直接贴代码。
//poj 1164
//sep9
#include
using namespace std;
int a[64][64];
int dp[64][64];
int n,m;
const int west=1,north=2,east=4,south=8;
void dfs(int x,int y)
{
dp[x][y]=1;
if((a[x][y]&north)==...
分类:
其他好文 时间:
2015-01-23 00:57:09
阅读次数:
232
边界布局管理器把容器的的布局分为五个位置:CENTER、EAST、WEST、NORTH、SOUTH。依次相应为:上北(NORTH)、下南(SOUTH)、左西(WEST)、右东(EAST),中(CENTER),例如以下图所看到的。特征:l 能够把组件放在这五个位置的随意一个,假设未指定位置,则缺省的位...
分类:
编程语言 时间:
2015-01-02 15:54:29
阅读次数:
234
1.定义enum orientation :byte { north=1, south=2, east=3, west=4 }2.使用//定义enum orientation myOrientation = orientation.east; System.Console.WriteLine(m.....
分类:
编程语言 时间:
2014-12-25 18:02:10
阅读次数:
210
“矩阵代数初步”(Introduction to MATRIX ALGEBRA)课程由Prof. A.K.Kaw(University of South Florida)设计并讲授。PDF格式学习笔记下载(Academia.edu)第10章课程讲义下载(PDF)Summary DefinitionI...
分类:
其他好文 时间:
2014-12-17 20:34:52
阅读次数:
217
“矩阵代数初步”(Introduction to MATRIX ALGEBRA)课程由Prof. A.K.Kaw(University of South Florida)设计并讲授。PDF格式学习笔记下载(Academia.edu)第9章课程讲义下载(PDF)Summary Ill-conditio...
分类:
其他好文 时间:
2014-12-16 16:53:26
阅读次数:
179
“矩阵代数初步”(Introduction to MATRIX ALGEBRA)课程由Prof. A.K.Kaw(University of South Florida)设计并讲授。PDF格式学习笔记下载(Academia.edu)第8章课程讲义下载(PDF)Summary AlgorithmGiv...
分类:
其他好文 时间:
2014-12-15 01:24:20
阅读次数:
245