帕斯卡矩阵1.定义 帕斯卡矩阵:由杨辉三角形表组成的矩阵称为帕斯卡(Pascal)矩阵。杨辉三角形表是二次项 (x+y)^n 展开后的系数随自然数 n 的增大组成的一个三角形表。如4阶帕斯卡矩阵为>> format rat>> pascal(6)ans = 1 ...
分类:
其他好文 时间:
2015-07-30 18:37:46
阅读次数:
142
TCHAR name[40]; acedGetString(0, _T("输入名字"), name); acutPrintf(name); CString na; na.Format(_T("%s"), name); acutPrintf(na);格式化字符串
分类:
其他好文 时间:
2015-07-30 16:44:02
阅读次数:
132
J - Goblin Wars
Time Limit:432MS Memory Limit:1572864KB 64bit IO Format:%lld & %llu
SubmitStatusPracticeSPOJ
AMR11J
Description
The wizards and witches of Hogwarts School of Witchcraf...
分类:
其他好文 时间:
2015-07-30 11:27:28
阅读次数:
123
Equivalent StringsE -暴力求解、DFSTime Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uDescriptionToday on a lecture about strings Gerald lea...
分类:
其他好文 时间:
2015-07-30 10:55:21
阅读次数:
124
CodeForces - 315B
Sereja and Array
Time Limit: 1000MS
Memory Limit: 262144KB
64bit IO Format: %I64d & %I64u
Submit Status
Description
Sereja has got an array, cons...
分类:
编程语言 时间:
2015-07-30 09:33:16
阅读次数:
181
mysql-5.6:GTID机制slave-parallel-workes=启动的线程个数等于小于数据库的库数0表示禁用在mysql-5.6中使用基于GTID的复制功能一、简单主从模式配置步骤1、配置主从节点的服务配置文件1.1、配置master节点:[mysqld]binlog-format=ROWlog-bin=master-binlog-slave-updates=true..
分类:
其他好文 时间:
2015-07-30 02:15:39
阅读次数:
199
mysql-5.6:GTID机制slave-parallel-workes=启动的线程个数等于小于数据库的库数0表示禁用在mysql-5.6中使用基于GTID的复制功能一、简单主从模式配置步骤1、配置主从节点的服务配置文件1.1、配置master节点:[mysqld]binlog-format=ROWlog-bin=master-binlog-slave-updates=true..
分类:
其他好文 时间:
2015-07-30 02:12:49
阅读次数:
152
CodeForces
- 315A
Sereja and Bottles
Time Limit: 2000MS
Memory Limit: 262144KB
64bit IO Format: %I64d & %I64u
Submit Status
Description
Sereja and his friends we...
分类:
其他好文 时间:
2015-07-30 02:08:30
阅读次数:
92
杭电1272 并查集找环+判断连通E -ETime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeHDU 1272Description上次Gardon的迷宫城堡小希玩了很久(见Pro...
分类:
其他好文 时间:
2015-07-29 22:58:47
阅读次数:
150
show databases;show tables;use zzz;//使用一个database;create table wyp(id int, name string,age int, tel string)ROW FORMAT DELIMITEDFIELDS TERMINATED BY '\...
分类:
其他好文 时间:
2015-07-29 21:09:46
阅读次数:
98