代码搜索:Question
找到约 5,399 项符合「Question」的源代码
代码结果 5,399
www.eeworm.com/read/212384/15156785
m threshold.m
%Question No:14
%IMAGE THRESHOLDING
function threshold(x)
f=imread(x);
T=input('Enter a threshold value, T = ');
[M,N]=size(f);
for x = 1:M
for y = 1:N
if
www.eeworm.com/read/212384/15156789
m rgcompress.m
%Question No:6
%RANGE COMPRESSION
function rgcompress(x)
%Range compression
f=imread(x);
f=im2double(f);
c=input('Enter the constant value, c = ');
[M,N]=size(f);
for x = 1:M
www.eeworm.com/read/205783/15307127
java onlinetest.java
import java.awt. *;
import java.awt. event.*;
import javax.swing.*;
class QuestionSeries{
static String info ="Java Online Test Week \n \nINSTRUCTIONS:\nThere are 25 questions in this test and
www.eeworm.com/read/170988/5401476
mof wmi42.mof
[Dynamic, Provider("WMIProv"),
WMI,
Description("Wmi42 Sample Schema"),
guid("A0F95FD4-A587-11d2-BB3A-00C04FA330A6"),
locale("MS\\0x409")]
class Wmi42
{
[key, read]
string Ins