代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/285491/8835844
m eflrls2.m
%EFLRLS2 Problem 1.1.1.2.6
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standard
www.eeworm.com/read/285487/8836160
m afqrrls2.m
%AFQRRLS2 Problem 1.1.1.2.10
%
% 'ifile.mat' - input file containing:
% I - members of ensemble
% K - iterations
% a1 - coefficient of input AR process
% sigmax - standar
www.eeworm.com/read/428613/8855754
m program11_5.m
%
% Problem 11.5
%
clear
M0 = 60; % number of elements for a filled array
spacing = 0.5; % element spacing in wavelengths
N = 1000; % number of samples
% The angles in degrees of the two spatia
www.eeworm.com/read/383713/8925475
c panic.c
/*
* linux/kernel/panic.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/
www.eeworm.com/read/186529/8928033
cpp eulerdemo.cpp
/*
* EULER'S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y' = F(T,Y), A
www.eeworm.com/read/284410/8935185
changelog
ChangeLog file for zlib
Changes in 1.1.4 (11 March 2002)
- ZFREE was repeated on same allocation on some error conditions.
This creates a security problem described in
http://www.zlib.or
www.eeworm.com/read/185152/9054862
m pen1.m
% Penalty I function
% -------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% function [fvec,J]=pen1(n,m,x,option)
% Dimensions -> n=variable, m=n+1
% Problem no. 23
% St
www.eeworm.com/read/183186/9175744
java error.java
import java.io.BufferedReader;
import java.io.IOException;
/*
* this class handle the error problem
* author:贺静
*/
public class Error {
/*
* outputText += "LINE " + lineNo + ":" + " ER
www.eeworm.com/read/183183/9175834
java error.java
/**
* this class handle the error problem
* @author:贺静
* @version :1.2
*/
import java.io.IOException;
public class Error {
public String getError(int errorCon) throws IOException {
www.eeworm.com/read/379711/9182033
c panic.c
/*
* linux/kernel/panic.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/