代码搜索:Exponent

找到约 2,379 项符合「Exponent」的源代码

代码结果 2,379
www.eeworm.com/read/186716/8914607

m exponent.m

function [out, seed] = exponent(nsize,mu,seed) % EXPONENT .... Generates random variates from the Exponential(MU) distribution. % % EXPONENT(N,M) Generates N random variates from the Exponential(
www.eeworm.com/read/360522/10089211

h exponent.h

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/360522/10089281

c exponent.c

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/465085/7057186

csv exponent.csv

10 10.513 11.052 11.618 12.214 12.84 13.499 14.191 14.918 15.683 16.487 17.333 18.221 19.155 20.138 21.17 22.255 23.396 24.596 25.857 27.183 28.577 30.042 31.582 33.201 34.903
www.eeworm.com/read/450999/7473908

pas exponent.pas

program exponent; var n,p,i,t,k :integer; begin write('n=');readln(n); write('p=');readln(p); for i:=1 to n do begin k:=i; repeat
www.eeworm.com/read/415416/6306018

csv exponent.csv

10 10,513 11,052 11,618 12,214 12,84 13,499 14,191 14,918 15,683 16,487 17,333 18,221 19,155 20,138 21,17 22,255 23,396 24,596 25,857 27,183 28,577 30,042 31,582 33,201 34,903
www.eeworm.com/read/152755/12087524

m exponent.m

function [out, seed] = exponent(nsize,mu,seed) % EXPONENT .... Generates random variates from the Exponential(MU) distribution. % % EXPONENT(N,M) Generates N random variates from the Exponential(
www.eeworm.com/read/123349/14637040

h exponent.h

/* * exponent.h * * Copyright (C) Aaron Holtzman - May 1999 * * This file is part of ac3dec, a free Dolby AC-3 stream decoder. * * ac3dec is free software; you can redistribute it
www.eeworm.com/read/123349/14637080

c exponent.c

/* * exponent.c * * Copyright (C) Aaron Holtzman - May 1999 * * This file is part of ac3dec, a free Dolby AC-3 stream decoder. * * ac3dec is free software; you can redistribute it
www.eeworm.com/read/218499/14917775

cpp exponent.cpp

/* * Copyright (C) Aaron Holtzman - May 1999 * * This file is part of ac3dec, a free Dolby AC-3 stream decoder. * * ac3dec is free software; you can redistribute it and/or modify *