由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - how to proof (转载)
相关主题
如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?C -- sample without replacement
请问call by name是不是C编译器都没实现one more interview question
How to fix this? /bin/ls: Argument list too longC里面有没有default argument这么一说,是不是只有在C++里有这个feature?
matlab: how to set defaul value for function argumentsA simple question on Flex
static如何作为函数?gdb里怎么call member function
来几个C++测试题Default function template arguments
Help: How to pass a cell matrix as a variable in the arguments of a VBA function[合集] A C++ Constructor Question
two c++ interview questions! (转载)Question: How to store initialize arguments?
相关话题的讨论汇总
话题: proof话题: choose话题: wed
进入Programming版参与讨论
1 (共1页)
l***i
发帖数: 1309
1
【 以下文字转载自 Mathematics 讨论区 】
发信人: lanti (Ice+cream+inside), 信区: Mathematics
标 题: how to proof
发信站: BBS 未名空间站 (Wed Apr 2 10:38:31 2008)
(n choose 2) + (n+1 choose 2) = n^2
using combinatorial argument
s******e
发帖数: 285
2
什么乱七八糟的,不就是初中排列组合吗
C^N_2 + C^(N+1)_2
= N(N-1)/2 + N(N+1)/2
= N^2

【在 l***i 的大作中提到】
: 【 以下文字转载自 Mathematics 讨论区 】
: 发信人: lanti (Ice+cream+inside), 信区: Mathematics
: 标 题: how to proof
: 发信站: BBS 未名空间站 (Wed Apr 2 10:38:31 2008)
: (n choose 2) + (n+1 choose 2) = n^2
: using combinatorial argument

v*****u
发帖数: 1796
3
He said use combinational arguments

【在 s******e 的大作中提到】
: 什么乱七八糟的,不就是初中排列组合吗
: C^N_2 + C^(N+1)_2
: = N(N-1)/2 + N(N+1)/2
: = N^2

1 (共1页)
进入Programming版参与讨论
相关主题
Question: How to store initialize arguments?static如何作为函数?
how to input arguments in visual C++ .NET来几个C++测试题
About command line in C++Help: How to pass a cell matrix as a variable in the arguments of a VBA function
C++ template function default argument 很怪?two c++ interview questions! (转载)
如果python command line positional arguments 里有些是运算,那这种argument 该怎么处理?C -- sample without replacement
请问call by name是不是C编译器都没实现one more interview question
How to fix this? /bin/ls: Argument list too longC里面有没有default argument这么一说,是不是只有在C++里有这个feature?
matlab: how to set defaul value for function argumentsA simple question on Flex
相关话题的讨论汇总
话题: proof话题: choose话题: wed