Said BOUREZG
Mohamed Boudiaf University - M'SILA -
Interests:
*-* Image Processing, specifically 2d Medical images (CT, MRI),
*-* Signal processing specifically (ECG, EEG),
*-* Algorithms,
*-* Transformation (DCT, DWT, DFT,...),
*-* Communication System.
Statistics
순위
97,030
of 257,879
평판
0
참여
14 질문
7 답변
답변 채택
57.14%
획득한 표
0
순위
71
of 110,100
참여
15 문제
1208 해답
점수
11,665
배지 수
11
참여
0 게시물
참여
0 공개 채널
평균 평점
참여
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
해결됨
Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...
2년 이상 전
해결됨
Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...
2년 이상 전
해결됨
basic matrix operations: rotate and find sum of diagonal elements of the resultant matrix
For given input matrix a, rotate it by 90 degrees and find the sum of the diagonals. Example: Input: a = 1 ...
4년 이하 전
해결됨
Perfect square.
Determine if the input is a perfect square or not. Example - If input is 25, return 1. If input is 17, return 0.
4년 이하 전
해결됨
Is this is a Tic Tac Toe X Win?
For the game of <https://en.wikipedia.org/wiki/Tic-tac-toe Tic Tac Toe> we will be storing the state of the game in a matrix M. ...
4년 이상 전
해결됨
Basic electricity in a dry situation
⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ ⚡ &#...
4년 이상 전
해결됨
5 Prime Numbers
Your function will be given lower and upper integer bounds. Your task is to return a vector containing the first five prime numb...
4년 이상 전
해결됨
Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...
4년 이상 전
해결됨
I Plead the Fifth
Write a function to provide a yes or no answer to the input string. However, it must plead the 5th amendment (return an empty st...
4년 이상 전
해결됨
Write c^3 as sum of two squares a^2+b^2
write c^3 as sum of two squares a^2+b^2. a and b must be integer and greater than zero. For example 5^3 = 2^2 + 11^2 5...
4년 이상 전
해결됨
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...
4년 이상 전
해결됨
Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...
4년 이상 전
해결됨
Energy of a photon
*⚛ ☢ ⚛ ☢ ⚛ ☢ ⚛* Given the frequency F of a photon in giga hertz. Find energy E of this...
4년 이상 전
해결됨
How to subtract?
*± ± ± ± ± ± ± ± ± ± ±* * Imagine you need to subtract one...
4년 이상 전
해결됨
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
4년 이상 전
해결됨
Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number
4년 이상 전
해결됨
Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise
4년 이상 전
해결됨
Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector
4년 이상 전
해결됨
Calculate the sum of two polynomials
Calculate the sum of two polynomials if they are written in notation with their coefficients. example: a=[3 4 5]; b=[...
5년 이하 전
해결됨
Sort the prime numbers in each row of a 3x3 matrix
Considering a 3x3 matrix A, sort the prime numbers of each row in ascending order. For exemple: input A=[5 8 2 4; ...
5년 이하 전
해결됨
0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.
5년 이하 전
해결됨
convert between ascii and characters
I have seen multiple problems like this but none of them have a robust test suite associated with them. The first input C is ...
5년 이하 전
해결됨
Max Change in Consecutive Elements
If an array is given as input then find the index of consecutive elements that represent maximum change. Example: Input ...
5년 이하 전
해결됨
Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...
5년 이하 전