代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/485544/6552797
m demmlp1.m
%DEMMLP1 Demonstrate simple regression using a multi-layer perceptron
%
% Description
% The problem consists of one input variable X and one target variable
% T with data generated by sampling X at eq
www.eeworm.com/read/484356/6586135
m exmulticlass1.m
%
% example of multiclass problem
% This is the one that can be found in
% Lin & Wahba Tech Rep
%
%
%
% 22/08/2002 AR
clear all
close all
n=100;
nbtest=500;
nbiter=10;
for i=1:nb
www.eeworm.com/read/481966/6633351
cpp 1048.cpp
/* This Code is Submitted by wywcgs for Problem 1048 on 2005-12-26 at 20:18:18 */
#include
#include
#include
using namespace std;
const int MAX = 256;
int main(
www.eeworm.com/read/481966/6633357
cpp 1116.cpp
/* This Code is Submitted by wywcgs for Problem 1116 on 2005-12-27 at 23:42:27 */
#include
#include
#include
using namespace std;
const int MAX = 16;
const int
www.eeworm.com/read/481966/6633358
cpp 1088.cpp
/* This Code is Submitted by wywcgs for Problem 1088 on 2005-10-30 at 00:07:58 */
#include
#include
char word[128];
int encrypt(char);
char decrypt(int);
int main()
{
www.eeworm.com/read/481966/6633374
cpp 2498.cpp
/* This Code is Submitted by wywcgs for Problem 2498 on 2007-06-05 at 10:11:33 */
#include
#include
#include
using namespace std;
const int N = 16;
int main()
www.eeworm.com/read/481966/6633386
cpp 1892.cpp
/* This Code is Submitted by wywcgs for Problem 1892 on 2006-02-15 at 02:24:56 */
#include
#include
#include
using namespace std;
const int MAX = 1
www.eeworm.com/read/481966/6633388
cpp 1559.cpp
/* This Code is Submitted by wywcgs for Problem 1559 on 2006-01-12 at 15:19:55 */
#include
#include
#include
using namespace std;
const int MAX = 1024;
const i
www.eeworm.com/read/481966/6633417
cpp 1443.cpp
/* This Code is Submitted by wywcgs for Problem 1443 on 2005-09-14 at 01:13:53 */
#include
typedef struct {
int row;
int col;
} Matrix;
long matrixMuti(Matrix, Matrix
www.eeworm.com/read/481966/6633430
cpp 1488.cpp
/* This Code is Submitted by wywcgs for Problem 1488 on 2006-02-21 at 21:19:45 */
#include
#include
#include
using namespace std;
typedef pair pii;
con