代码搜索:CES

找到约 248 项符合「CES」的源代码

代码结果 248
www.eeworm.com/read/185445/9037799

m ces.m

function y=ces(beta,x); b0=beta(1); a=beta(2); d=beta(3); r=beta(4); lab=x(:,1); cap=x(:,2); xw=d*lab.^r+(1-d)*cap.^r; y=b0+a*log(xw);
www.eeworm.com/read/375276/9365688

m ces.m

function y=ces(beta,x); b0=beta(1); a=beta(2); d=beta(3); r=beta(4); lab=x(:,1); cap=x(:,2); xw=d*lab.^r+(1-d)*cap.^r; y=b0+a*log(xw);
www.eeworm.com/read/147331/5730629

c ces.c

/*- * Copyright (c) 1999, 2000 * Konstantin Chuguev. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th
www.eeworm.com/read/349580/3142717

h ces.h

// Copyright (C) 2005 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-04-05 // Last changed: 2005-12-19 #ifndef __CES_H #define __CES_H #include #include
www.eeworm.com/read/349580/3142720

cpp ces.cpp

// Copyright (C) 2005 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005 // Last changed: 2005-12-19 #include #include #include "CES.h" using nam
www.eeworm.com/read/407519/2262690

h ces.h

// Copyright (C) 2005 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005-04-05 // Last changed: 2005-12-19 #ifndef __CES_H #define __CES_H #include #include
www.eeworm.com/read/407519/2262693

cpp ces.cpp

// Copyright (C) 2005 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2005 // Last changed: 2005-12-19 #include #include #include "CES.h" using nam
www.eeworm.com/read/147331/5730627

c ces_table.c

/*- * Copyright (c) 1999,2000 * Konstantin Chuguev. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the
www.eeworm.com/read/147331/5730633

c ces_euc.c

/* * Copyright (c) 1999,2000 * Konstantin Chuguev. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the
www.eeworm.com/read/12865/250712

h is54ces.h

/* * IS-54-B Convolutional Encoder assembler prototype * Copyright (C) ARM Limited 1998-1999. All rights reserved. */ #ifndef _IS54_CONV_ENC_S_ #define _IS54_CONV_ENC_S_ void Convolutiona