代码搜索:combinations
找到约 1,011 项符合「combinations」的源代码
代码结果 1,011
www.eeworm.com/read/459034/1575457
java combinations.java
package jmathlib.toolbox.general;
import jmathlib.core.tokens.numbertokens.DoubleNumberToken;
import jmathlib.core.tokens.Token;
import jmathlib.core.tokens.OperandToken;
import jmathlib.core.fu
www.eeworm.com/read/386597/2570217
m combinations.m
function indices = combinations (in_from, N)
% Find all N combinations of input indices
%
% Inputs:
% in_from - The input indices
% N - How many indices are requiered
%
% Outputs:
www.eeworm.com/read/474600/6813566
m combinations.m
function indices = combinations (in_from, N)
% Find all N combinations of input indices
%
% Inputs:
% in_from - The input indices
% N - How many indices are requiered
%
% Outputs:
www.eeworm.com/read/457948/7315118
cpp 369 combinations.cpp
#include
#include
using namespace std;
long double combi(int n,int m)
{
if(n==m)
return 1;
else if(m==0)
return 1;
else return (n*combi(n-1,m-1))/m;
www.eeworm.com/read/136989/5831233
dsw policy_combinations.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/414813/2142545
rb test_combinations.rb
#!/usr/bin/env ruby
require 'test/unit'
require 'geos'
require 'test_helper'
class TestGeosCombinations < Test::Unit::TestCase
def setup
@test_helper = GeosTestHelper.new()
end
def run_
www.eeworm.com/read/136989/5831235
mpc rtcorba_policy_combinations.mpc
// -*- MPC -*-
// RTCORBA_Policy_Combinations.mpc,v 1.6 2003/12/23 21:04:50 dhinton Exp
project(*Server): rt_server {
avoids += minimum_corba
Source_Files {
server.cpp
}
}
projec
www.eeworm.com/read/336465/12442188
nlogo ---random combinations and permutations.nlogo
globals [
instructions ;; The messages that appear in the instructions monitor
;; Booleans to preempt run-time errors and/or user confusions
am-I-set-up?
www.eeworm.com/read/375075/9373456
m bnbestfit.m
function [Fhat,Ehat,Et] = bnBestFit(X,Y,w,k,F,bi,Xt,Yt,wt)
% [Fhat,Ehat,Et] = bnBestFit(X,Y,w,k,F,bi,Xt,Yt,wt) - Best-Fit inference
%
% bnBestFit performs a regulatory network inference for a set
www.eeworm.com/read/145881/12696712
html 300-303.html
Learn Encryption Techniques with BASIC and C++:Using Random Numbers