代码搜索:binomial
找到约 467 项符合「binomial」的源代码
代码结果 467
www.eeworm.com/read/477716/6732803
h binomial.h
typedef long ElementType;
#define Infinity (30000L)
#ifndef _BinHeap_H
#define _BinHeap_H
#define MaxTrees (14) /* Stores 2^14 -1 items */
#define
www.eeworm.com/read/477716/6732830
c binomial.c
#include "binomial.h"
#include "fatal.h"
/* START: fig6_52.txt */
typedef struct BinNode *Position;
struct BinNode
{
ElementType Element;
www.eeworm.com/read/263146/11374137
ocf binomial.ocf
www.eeworm.com/read/404076/11492013
h binomial.h
typedef long ElementType;
#define Infinity (30000L)
#ifndef _BinHeap_H
#define _BinHeap_H
#define MaxTrees (14) /* Stores 2^14 -1 items */
#define
www.eeworm.com/read/404076/11492040
c binomial.c
#include "binomial.h"
#include "fatal.h"
/* START: fig6_52.txt */
typedef struct BinNode *Position;
struct BinNode
{
ElementType Element;
www.eeworm.com/read/347811/11635053
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr
www.eeworm.com/read/154122/11988694
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr
www.eeworm.com/read/339991/12188626
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr
www.eeworm.com/read/130671/14179021
m binomial.m
function b = binomial(n,k)
%BINOMIAL compute binomial coefficient
%
% Usage: b = binomial(n,k)
%
% Parameters: ( n )
% b = ( )
% ( k )
%
% Author: Steve Gunn (sr