代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/481966/6634010
cpp 1519.cpp
/* This Code is Submitted by wywcgs for Problem 1519 on 2005-09-30 at 12:27:30 */
#include
#define MAX 34000
int main()
{
int inQueue[MAX+1]= {0}, free[MAX] = {0};
int i, num,
www.eeworm.com/read/481966/6634086
cpp 1219.cpp
/* This Code is Submitted by wywcgs for Problem 1219 on 2006-01-09 at 22:47:43 */
#include
int main()
{
int x, y, dx, dy, n, s;
while(scanf("%d %d %d %d %d", &s, &x, &y, &dx, &dy
www.eeworm.com/read/481966/6634095
cpp 1442.cpp
/* This Code is Submitted by wywcgs for Problem 1442 on 2005-03-21 at 22:27:41 */
#include
int main()
{
int b, a[13], c = 0;
int i, j ,k, l, m, n;
while(scanf("%d
www.eeworm.com/read/481966/6634199
cpp 1697.cpp
/* This Code is Submitted by wywcgs for Problem 1697 on 2005-12-09 at 23:13:59 */
#include
#include
const int MAX = 10240;
int main()
{
char code[MAX];
int decode[MAX
www.eeworm.com/read/481259/6646739
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/410158/11300489
readme
Python-to-libsvm interface
Introduction
============
Python (http://www.python.org/) is a programming language suitable for
rapid development. This python-to-libsvm interface is developed so
users
www.eeworm.com/read/410134/11301048
m wtlsini.m
function [r,p,M,dh] = wtlsini(d,w,m)
% WTLSINI - Initial approximation for the WTLS problem.
%
% [r,p,M,dh] = wtlsini(d,w,m)
%
% D = [d1 ... dN] - data matrix, sd := size(D,1)
% W - sd x N weight matr
www.eeworm.com/read/263646/11351480
txt problems.txt
//
// Response and Subject file for Subject Problems
//
// Diagram:
// Machines--->Computers--->Hardware
// --->Software
//
// @ = Variable Sections
// # = Statem
www.eeworm.com/read/348290/11602615
m objlinq2.m
% OBJLINQ2.M (OBJective function for LINear Quadratic problem)
%
% This function implements the continuous LINear Quadratic problem.
%
% Syntax: ObjVal = objlinq2(Chrom,switch_)
%
% Input parame
www.eeworm.com/read/347945/11624468
m cut.m
function F = set(varargin)
%CUT Defines a cut constraint
%
% The syntax for CUT is exactly the same as the
% syntax for SET. In fact, the result from CUT is
% a SET object.
%
%