代码搜索:MEXP
找到约 16 项符合「MEXP」的源代码
代码结果 16
www.eeworm.com/read/195047/8176056
wav mexp2.wav
www.eeworm.com/read/195047/8176077
wav mexp1.wav
www.eeworm.com/read/195047/8177265
wav mexp2.wav
www.eeworm.com/read/195047/8177281
wav mexp1.wav
www.eeworm.com/read/101082/6241443
c support.c
#ifndef lint
static char *sccsid = "@(#)support.c 4.2 (ULTRIX) 12/4/90";
#endif lint
/************************************************************************
* *
* Copyright (c) 1986 by
www.eeworm.com/read/362570/9990802
cpp poj2417_离散对数.cpp
#include
#include
using namespace std;
typedef long long Long;
inline int mod(int x, int n){
return (x%n+n)%n;
}
void gcd(int a, int b, int &d, int &x, int &y){
i
www.eeworm.com/read/362500/9995847
m factdes.m
function desgn = factdes(fact,levl)
%FACTDES full factorial design of experiments.
% Input (fact) is the number of factors in the design,
% (levl) is the number of levels (default = 2). (desgn)
www.eeworm.com/read/131315/5931389
c support.c
/*
* Copyright (c) 1985, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi