代码搜索:combination
找到约 1,190 项符合「combination」的源代码
代码结果 1,190
www.eeworm.com/read/122887/14662202
res combination.res
www.eeworm.com/read/205681/15310007
m combination.m
function C=combination(n,k)
%
% C=kombinacie(n,k)
%
% Function creates the matrix of the ones and zeros.
% Just k ones are in every row and the rows are not repeated.
%
% n - selection set
%
www.eeworm.com/read/11269/216130
js combination.js
/*
* Ext JS Library 2.3.0
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/*
* ================ TabPanel with nested layouts ===========
www.eeworm.com/read/487452/1236300
js combination.js
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/*
* ================ TabPanel with nested layouts ==========
www.eeworm.com/read/483228/1279158
java combination.java
package com.dc.common;
import java.util.Arrays;
public class Combination {
private int[] index;// 用于存储需要组合的数组的下标的成员变量。
private int length;// 表示待组合数组的长度。
private int n;// 组合序列的元素个数
www.eeworm.com/read/474783/1391243
js combination.js
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/*
* ================ TabPanel with nested layouts ==========
www.eeworm.com/read/473379/1399246
js combination.js
/*
* Ext JS Library 3.0 Pre-alpha
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/*
* ================ TabPanel with nested layouts ===
www.eeworm.com/read/167728/5453064
c combination.c
#include
#include
int
main (void)
{
gsl_combination * c;
size_t i;
printf ("All subsets of {0,1,2,3} by size:\n") ;
for (i = 0; i
www.eeworm.com/read/167728/5453076
out combination.out
All subsets of {0,1,2,3} by size:
{ }
{ 0 }
{ 1 }
{ 2 }
{ 3 }
{ 0 1 }
{ 0 2 }
{ 0 3 }
{ 1 2 }
{ 1 3 }
{ 2 3 }
{ 0 1 2 }
{ 0 1 3 }
{ 0 2 3 }
{ 1 2 3 }
{ 0 1 2 3 }
www.eeworm.com/read/167728/5453200
texi combination.texi
@cindex combinations
This chapter describes functions for creating and manipulating
combinations. A combination @math{c} is represented by an array of
@math{k} integers in the range 0 .. @math{n-1},