代码搜索:simplex

找到约 356 项符合「simplex」的源代码

代码结果 356
www.eeworm.com/read/233016/14173601

m bpdn_simplex.m

function [xrec, coef] = BPDN_Simplex( y, F, c0 ) % BPDN_Simplex.m -- Basis Pursuit DeNoising %---------------------------------------------------------------------- % % min .5 * || y - F *
www.eeworm.com/read/119521/14827172

cpp lp_simplex.cpp

# include # include # include "rat.h" # define MAX 100 int n,m,i,j,s,t,L[MAX],R[MAX]; rat z[MAX],c[MAX],a[MAX][MAX],b[MAX],max,second_c[MAX],v,min,temp; bool B[MAX],flag;
www.eeworm.com/read/119521/14827173

exe lp_simplex.exe

www.eeworm.com/read/304962/3781624

vcproj width_simplex.vcproj

www.eeworm.com/read/256389/12002262

java triangulation.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw
www.eeworm.com/read/199311/7867909

m gbp_demo.m

% gbp_demo.m % % Script file that runs GBP, an Interior Point method, and the Simplex % method on NPROBLEMS randomly generated problems in D dimensions using % a K times overcomplete dictionary. Outpu
www.eeworm.com/read/244859/12839548

java triangulation.java

/* * Copyright (c) 2005 by L. Paul Chew. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this * softw
www.eeworm.com/read/407603/6324154

java mesh_triangulation.java

import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * A Triangulation on vertices (generic type V). *
www.eeworm.com/read/482841/6614403

txt @psc_readme_375_3.txt

Title: Simplex Method Description: This code solves primal Simplex problems (operations reserch). I made it for a shcool work and I got a B 'cause it has a bugs already. The main program (simplex.cpp