A Famous ICPC Team Time Limit:1000MSMemory Limit:0KB64bit IO Format:%lld & %lluMr. B, Mr. G, Mr. M and their coach Professor S are planning their way....
分类:
其他好文 时间:
2014-07-17 14:09:35
阅读次数:
312
一、 延长作用域链有些语句可以在作用域前端临时增加一个变量对象,该变量对象在代码执行完成后会被移除。①with语句延长作用域。function buildUrl(){var qs="?debug=true"; with(location){ var url=href+qs; } return...
分类:
编程语言 时间:
2014-07-09 23:11:22
阅读次数:
304
realloc 函数的使用#include #include #include using namespace std;void setVal(char *tmp,int qs,int num,char mm){ for(int i=qs;i<num-1;i++) { *(tmp+i)=mm; }....
分类:
其他好文 时间:
2014-07-07 20:13:50
阅读次数:
499
一、准备教材:《python科学计算》
作者: 张若愚
出版社: 清华大学出版社
出版年: 2012-1
页数: 621
定价: 98.00元
装帧: 平装
ISBN: 9787302273608
二、 安装 Python(x,y)
Python(x,y) is a free scientific and engineering development softwar...
分类:
编程语言 时间:
2014-06-22 22:12:47
阅读次数:
214
Maya CalendarTime Limit:1000MSMemory
Limit:10000KTotal Submissions:64795Accepted:19978DescriptionDuring his last
sabbatical, professor M. A. Ya made a...
分类:
其他好文 时间:
2014-06-08 01:40:34
阅读次数:
318
一、Win7 X64系统安装sybase odbc:1、
下载对应包至c:\system_odbc(文件夹名自己取,在后面注册表内容需要用到);2、 将值信息写入到注册表内:Windows Registry
Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWAR...
分类:
数据库 时间:
2014-06-02 08:45:12
阅读次数:
420
Description
Some strange code is sent to Da Shan High School. It's said to be the prophet's note. The note is extremely hard to understand. However, Professor Meng is so smart that he successfully ...
分类:
其他好文 时间:
2014-06-01 09:18:38
阅读次数:
246
命令格式: chmod [-cfvR] [--help] [--version] mode
file... [root@qs-wg-db2 ~]# chmod --helpUsage: chmod [OPTION]... MODE[,MODE]...
FILE... or: chmo...
分类:
其他好文 时间:
2014-05-26 01:49:55
阅读次数:
270
排序算法有很多,冒泡排序,选择排序,堆排序,快速排序,归并排序,基数排序……其中平均复杂度O(nlogn)的排序算法或者在某方面有特殊优势的算法在ACM中才有实际使用价值,所以上述提到的前2种大家以后就不要用了。其他排序算法大家会慢慢接触,本文主要介绍使用最多的排序函数
sort。大家可能会遇到qs...
分类:
其他好文 时间:
2014-05-12 09:24:26
阅读次数:
323
A BugTime Limit:1000MSMemory
Limit:65535KBSubmissions:231Accepted:84DescriptionBackground Professor Hopper is
researching the sexual behavior of a rar...
分类:
其他好文 时间:
2014-05-08 06:50:02
阅读次数:
327