代码搜索:problems

找到约 3,996 项符合「problems」的源代码

代码结果 3,996
www.eeworm.com/read/101018/6260748

h tinyqueue.h

// by Cuban. // threw this together to ease some memory problems. template< class T > class tinyQueue { struct node { T data; node* pNext; node* pPrev; }; node head; node
www.eeworm.com/read/101018/6261303

h tinyqueue.h

// by Cuban. // threw this together to ease some memory problems. template< class T > class tinyQueue { struct node { T data; node* pNext; node* pPrev; }; node head; node
www.eeworm.com/read/456224/6278878

m drawline.m

% Drawing linear constraints for LP programming problems % Dr. P.Venkataraman % Optimization Using Matlab % Chapter 3 - linear Programming % % Lines are represented as: ax + by = c ( c >= 0) % x
www.eeworm.com/read/493005/6403784

awk check.awk

#!/usr/bin/awk # # check - check the regression output for problems # # Copyright (C) 1999-2006 Landon Curt Noll # # Calc is open software; you can redistribute it and/or modify it under # the terms
www.eeworm.com/read/492033/6430510

h plquadcontact.h

#ifndef PLQUADCONTACT_H #define PLQUADCONTACT_H #include "alias.h" struct matrix; struct vector; struct ivector; /** class plquadcontact is plane quadrilateral element for contact problems
www.eeworm.com/read/483891/6597170

readme

looms: leave-one-out model selection looms uses a slightly modified BSVM 1.1 to perform model selection on binary classification problems. Currently the RBF kernel is supported. ******************
www.eeworm.com/read/264467/11313071

txt install.txt

Copy this .ZIP file to new directory c:\xquery and extract all files there. Uncompress with -d option of PKUNZIP in order to preserve subdirectories structure. If you find any problems during in
www.eeworm.com/read/348515/11590333

c ratproxy.c

/* ratproxy -------- A simple HTTP proxy to use for code audits of rich web 2.0 applications. Meant to detect JSON-related and other script-accessible content problems as you interact
www.eeworm.com/read/347945/11624799

m sqplab_con.m

function [g,geq,dg,dgeq] = sqplab_con(x) global SQPLABDATA % Early bail for linear problems if SQPLABDATA.linearconstraints if ~isempty(SQPLABDATA.A) g = SQPLABDATA.A*x;
www.eeworm.com/read/156300/11813374

m aprecon.m

function[RPCMTX,ppvec] = aprecon(A,upperbandw,DM,DG,varargin); %APRECON Banded preconditioner function for least-squares problems. % % [RPCMTX,PPVEC] = APRECON(A,UPPERBW,DM,DG) produces the spars