代码搜索:Question
找到约 5,399 项符合「Question」的源代码
代码结果 5,399
www.eeworm.com/read/371501/9551118
m ff1.m
%QUESTION NO:3
% a)Design and Train a feedforward network for the following problem:
% Parity: Consider a 4-input and 1-output problem, where the output should be
% 'one' if there are odd numbe
www.eeworm.com/read/371501/9551126
m ff3.m
%QUESTION NO:3
% c)Design and Train a feedforward network for the following problem:
% Symmetry: Consider a 4-input and 1-output problem where the output is
% required to be 'one' if th
www.eeworm.com/read/371501/9551129
m ff4.m
%QUESTION NO:3
% d)Design and Train a feedforward network for the following problem:
% Addition: Consider a 4-input and 3-output problem, where the output
% should be the result of the sum
www.eeworm.com/read/371501/9551135
m perceptron.m
% %Question No: 5 (a)
% Determine the weights of a network with 4 input and 2 output units using
% Perceptron Learning Law for the following input-output pairs:
% Input: [1100]' [1001]' [0011]'
www.eeworm.com/read/359005/10171547
m savedlg.m
function savedlg(action,figList)
%SAVEDLG Graphical user interface save warning dialog.
% SAVEDLG(action,figList) calls the standard question dialog to ask the
% user if they wish to save the
www.eeworm.com/read/160819/10495840
h questface.h
#ifndef _QUESTIONTERFACE_H
#define _QUESTIONTERFACE_H
// abstract base class for quiz questions
// derived classes MUST implement four functions:
//
// void Ask() to ask the question
//
www.eeworm.com/read/278099/10569648
faq mmodels.faq
+++Date last modified: 05-Jul-1997
---------
QUESTION:
---------
I haven't been able to find anything that explains the memory models to my
satisfaction.
-------
ANSWER:
-------
I
www.eeworm.com/read/419851/10833936
txt binary.txt
Can we do a Binary search on a linked list?
Discuss it!
The answer is ofcourse, you can write a C program to do this. But, the question is, do you really think it will be as effic
www.eeworm.com/read/273776/10901649
m sobeledge.m
% Question No:2
% Detect the edges in an image
% a)Using a vertical Sobel mask with a threshold determined automatically.
% b)Using a vertical Sobel mask with a specified threshold
% c)Both vert
www.eeworm.com/read/273776/10901653
m straightline.m
% Question No:1
% A binary image contains straight lines oriented horizontally, vertically,
% at 45 degree and at -45 degree. Detect these straight lines in that image.
function straightline(x)