Community Profile

photo

ime sem


strasbourg

Active since 2013

Followers: 0   Following: 0

Message

myriam
Professional Interests: informatique et mathematique

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


i need application of automatic speech recognition using genetic algorithm
automatic speech recognition

9 years ago | 0 answers | 0

0

answers

Question


HELLO,i need an application for A speech recognition.thanks
application for A speech recognition

10 years ago | 0 answers | 0

0

answers

Question


help me to draw a cube
points (0,0,0) (0,0,50) (0,50,0) (0,50,50) (50,0,0) (50,0,50) (50,50,0) (50,50,50)

10 years ago | 1 answer | 0

1

answer

Question


plotting the number of actions for ex i=i+1 ( action), pgd=n/i ( action), pgd=n(action)
function pgd = entier(n) i = 2; while i≤n/2 & mod(n,i)~-0 i = i+1; end if mod(n,i)==0 pg...

10 years ago | 1 answer | 0

1

answer

Question


can you help me to calculate the number of multiplication and operation ,we used flops,
function i = pdga() n=46; factors = factor(n); if length(factors) == 1 i = 1; else i = pro...

10 years ago | 1 answer | 0

1

answer

Question


can you help me to ploting the number of operations and time of execution
function pgdA n=1000; i=45; while mod(n, i)~=0; i=i-1; end flops mod(n,i); plot mod(n,i);

10 years ago | 1 answer | 0

1

answer

Question


how plotting the number of operation of this algorithm ,we use flops
function pgd = pgdd(~) n=1000; i = 2; while i<= sqrt(n) && mod(n,i)~=0 i = i+1; end if mod(n,i)~=0 pg...

10 years ago | 0 answers | 0

0

answers

Question


can you help me to ploting the number of operations we use flops
function pgd = pgdd(~) n=1000; i = 2; while i<= sqrt(n) && mod(n,i)~=0 i = i+1; end if mod(n,i)~=0 ...

10 years ago | 1 answer | 0

1

answer

Question


help me for calculate the number of operation ,for ex( i:=i+1)operation.
L'algorithme: fonction pgd (n:entier) var i:entier debut i:=2 tanque(i<=n/2 et(n mod i)!0 faire i:=i+1 finta...

10 years ago | 0 answers | 0

0

answers

Question


can you help me to program tree of knuth and calculate numbers of operation
6=3+3 3=2+1 2=1+1

10 years ago | 0 answers | 0

0

answers

Question


can you help me to program algorithm of tree
tree of this numbers 4 7 15 9

10 years ago | 0 answers | 0

0

answers

Question


can you help me to programming method of tree of knuth,i need the plot of number of multiplication
2=1+1 3=2+1 6=3+3 x^2:1 x^2*x:1 x^3*x^3:1

10 years ago | 0 answers | 0

0

answers

0

answers

Question


plotting the number of multiplication
i=1:1000, n=i*i, plot(n)

10 years ago | 1 answer | 0

1

answer

Question


can you help me turn this algorithm to matlab and plotting the number of earring
fonction pgd n:entier; var i debut i=2 tantque i≤n/2 et (n mod i)#0 faire i=i+1 fintantque si (n mod i)=0 alors pgd=n div...

10 years ago | 1 answer | 0

1

answer

Question


can you help me to programming method of tree of knuth
2=1+1 3=2+1 6=3+3 x^2:1 x^2*x:1 x^3*x^3:1

10 years ago | 1 answer | 0

1

answer

Question


faire le plot du nombre du boucle pour n assez grand ,le plot pour le nombre d'operation,le plot du temp d'execution
function i = pdga(n) factors = factor(n); if length(factors) == 1 i = 1; else i = prod(factors(2:...

10 years ago | 0 answers | 0

0

answers

Question


programmer la méthode naîve Yn=x^n;Yn=x*x*x..... n fois;ecrire n sous forme binaire,remplacer chaque n par '1':par les lettres'SX',et '0'par les lettres'S'.eliminer la paire'SX'la plus à gauche.résultat=x^n
example: n=(23)de la basse 10 n=(10111) de la basse 2 n=10111 n=SXSSXSXSX, S:square , X :multiplication pour X....

10 years ago | 0 answers | 0

0

answers