代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/135531/13923135
c lpkit.c
#include
#include
#include
#include
#include "lpkit.h"
#include "patchlevel.h"
#include "lpglob.h"
/* Globals */
int Rows;
int Columns;
int Non_
www.eeworm.com/read/135531/13923151
c presolve.c
#include
#include
#include "lpkit.h"
#if FALSE
static int find_column(lprec *lp, int matindex)
{
int j;
for(j = 1; j columns; j++) {
if(matindex < lp->col_end[j])
www.eeworm.com/read/135531/13923177
h lpkit.h
/*
Main header file of the LP_SOLVE toolkit.
Original by Jeroen Dirks, 21-2-95
Maintained by Michel Berkelaar
Starting at version 3.0, LP_Solve is released under the LGPL license.
For full
www.eeworm.com/read/135513/13924370
gz makefile.u.gz
# /****************************************************************
# Copyright (C) 1999 Lucent Technologies
# All Rights Reserved
#
# Permission to use, copy, modify, and distribute this software and
www.eeworm.com/read/135513/13924373
gz changes.gz
Fri Apr 3 10:53:49 EST 1998
Update to reflect lp_solve version 2.2 (by changing "2.0" to "2.2"
in various places). Return solve_result_num and .sstatus to AMPL.
(Unfortunately, there seems to be n
www.eeworm.com/read/134895/13971383
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/134895/13971550
txt gaussmix.txt
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/202121/15390468
java huffmandecode.java
/* Version 0.1 of F5 Steganography Software by Andreas Westfeld 1999 */
/***********************************************************/
/* JPEG Decoder */
/
www.eeworm.com/read/455740/7366906
c ch_frame.c
/**************************************
File : CH_FRAME.C
Project : BDTRV20_MCU_V07
Description : 分解DSP输出的各帧,提取并存储参数
Created : 2006.11.7
Last updata :
Author