代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/158106/5598502
c combobox.c
/*--------------------------------------------------------------------------
** ComboBox.c Twin From: Twin/controls
**
**
**------------------------- < Licens
www.eeworm.com/read/149597/6784854
m examp082.m
% min z=x1+x2
% s.t. x1-x2=0
c=[1,1];a=[1,-1];b=1;
x=lp(c,a,b)
z=c*x
pause
'------ Command one ------'
v1=0;
x=lp(c,a,b,v1)
z=c*x
pause
'------ Command two ------'
c=[1,1];a=[1,-1;
www.eeworm.com/read/368822/9676752
cpp zju2282 -- challenge of bravery.cpp
// PROB Zju Online Judge 2282 -- Challenge of Bravery
// Algorithm SA
// Complexity -
// Author LoveShsean
#include
#include
#include
#include
www.eeworm.com/read/170603/9797151
c macro.c
#include
#include
#include
#include "cpp.h"
/*
* do a macro definition. tp points to the name being defined in the line
*/
void
dodefine(Tokenrow *trp)
{
Token *tp
www.eeworm.com/read/413179/11163942
m mesh2d.m
function mesh2d;
include_flags;
lp = sqrt(nnp); % number of nodes in the x and y
x0 = linspace(0,2,lp); % equal bisection of the x nodes
y0 = 0.5*x0/2; % the b
www.eeworm.com/read/413179/11163949
m mesh2d_16ele.m
% Mesh2D for 1 element
function mesh2d_16ele
include_flags;
% lp=5;
% x0 = linspace(0,2,lp);
%
% y0 = 0.5*x0/2;
%
%
% x1 = []; y2 = zeros(1,nnp);
% for i = 1:lp
% x1 = [x1 x0];
%
www.eeworm.com/read/267760/11163971
changes
18.12.04 version 5.1.0.0 released
This is the first release of this new MATLAB lpsolve driver.
It uses ideas from the lpmex implementation for lp_solve 2.3 from Jeffrey C. Kantor
www.eeworm.com/read/265721/11255591
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/146745/12615732
java sp_scanner.java
import java.util.*;
/**
* 词法分析器
*
* @author 林玉东.烟台
* @version 1.0 11/01 2003
*/
public class SP_Scanner implements SP_Const
{
//
private char[] input; //将输入缓