代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/373142/9474543
c presolve.c
#include "lpkit.h"
void presolve(lprec *lp)
{
fprintf(stderr, "Entering presolve\n");
}
www.eeworm.com/read/373121/9474850
c yacc_read1.c
#define LPSOLVEAPIFROMLPREC
#include "lp_explicit.h"
#include "yacc_read.c"
www.eeworm.com/read/373012/9479269
h gauss_line.h
/*
* Copyright (C) 1997-2006 P. Dular, C. Geuzaine
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
www.eeworm.com/read/176504/9495627
c c20.c
#
/*
* C object code improver
*/
#include "c2h.c"
struct optab optab[] {
"jbr", JBR,
"jeq", CBR | JEQ
www.eeworm.com/read/372550/9503860
m gaussmix.m
function [m,v,w,lp,f]=gaussmix(x,c,l,m0,v0,w0)
%GAUSSMIX fits a gaussian mixture pdf to a set of data observations [m,v,w,lp]=(x,xv,l,m0,v0,w0)
%
% n data values, k mixtures, p parameters, l loops
www.eeworm.com/read/366687/9803871
c presolve.c
#include "lpkit.h"
void presolve(lprec *lp)
{
fprintf(stderr, "Entering presolve\n");
}
www.eeworm.com/read/169910/9833152
dat firlp8.dat
int LP_h[L]={
-43,
864,
5104,
10458,
10458,
5104,
864,
-43};
www.eeworm.com/read/365620/9852953
m waveup1.m
function wvlet=waveup1(x)
%function [ll,hl,lh,hh]=waveup1(x)
x=double(x);
wvlet=x;
[hp,lp]=size(x);
hc=hp/2;
lc=lp/2;
%奇偶列重排
for n=1:lc
j=n*2-1;
wvlet(:,n)=x(:,j);
wvlet(:,lc+n)=x(:,j+1)
www.eeworm.com/read/365620/9852954
m waveup3.m
function wvlet=waveup3(x)
%function [ll,hl,lh,hh]=waveup3(x)
x=double(x);
wvlet=x;
[hp,lp]=size(x);
hc=hp/2;
lc=lp/2;
%奇偶列重排
for n=1:lc
j=n*2-1;
wvlet(:,n)=x(:,j);
wvlet(:,lc+n)=x(:,j+1)
www.eeworm.com/read/365620/9852955
m waveup2.m
%function wvlet=waveup2(x)
function [ll,hl,lh,hh]=waveup2(x)
x=double(x);
wvlet=x;
[hp,lp]=size(x);
hc=hp/2;
lc=lp/2;
%奇偶列重排
for n=1:lc
j=n*2-1;
wvlet(:,n)=x(:,j);
wvlet(:,lc+n)=x(:,j+1)