Recent content by Sam Groves
-
HTML/CSS Why is the HTML audio tag inactive on my Norway website?
Should I try download the file?- Sam Groves
- Post #3
- Forum: Programming and Computer Science
-
HTML/CSS Why is the HTML audio tag inactive on my Norway website?
Hi.I am building up a site for Norway.So far I have this code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Norway's Home Page</title> </head> <body> <p style="font-size:18;font-family:Verdana"> Norway (Bokmål: Norge, Nynorsk: Noreg), formally the Kingdom of...- Sam Groves
- Thread
- Html
- Replies: 14
- Forum: Programming and Computer Science
-
Discover the Matrix of X Gate on Qutrit | Expert Insights & Solutions"
I have watched this video:Click me! and read up on this article:Read me! but still no clue what the state matrix looks like.- Sam Groves
- Post #3
- Forum: Computing and Technology
-
Discover the Matrix of X Gate on Qutrit | Expert Insights & Solutions"
I have been searching in the Internet the state matrix of the X gate acting on a qutrit but yet I havent found anything.Does anyone know here?- Sam Groves
- Thread
- Quantum computing
- Replies: 2
- Forum: Computing and Technology
-
Does a DI Controller Improve Recovery Time Compared to No Controller?
Yeah I agree I think PI controllers are the best.- Sam Groves
- Post #11
- Forum: Electrical Engineering
-
Does a DI Controller Improve Recovery Time Compared to No Controller?
What do you mean A 1st order ot a 2nd order system.- Sam Groves
- Post #6
- Forum: Electrical Engineering
-
Does a DI Controller Improve Recovery Time Compared to No Controller?
What do you mean?- Sam Groves
- Post #4
- Forum: Electrical Engineering
-
Does a DI Controller Improve Recovery Time Compared to No Controller?
If we use a DI controller the error doesnt get better.Regarding the error it is the same as we didnt have any controller at all.But does the DI controller improve the recovery time or not to not having any controller at all?- Sam Groves
- Thread
- Error
- Replies: 10
- Forum: Electrical Engineering
-
Java FileFinder using Breadth First Search algorithm fails
I am developing a app which would be like the File Explorer except the fact that it will have many more features to it. I am trying to implement a function void calc() which would try to find a file with a specific relative path.I am using the Breadth First Search algorithm for my blind...- Sam Groves
- Thread
- Replies: 2
- Forum: Programming and Computer Science
-
C/C++ How to avoid compilation errors with multiple header files in C++?
I have a class Stack with a header file Stack.h which uses up another class with a header file Activity.h I have a third class ActivityManager which uses up both the Stack and the Activity class.If I run the program and add in both Activity.h and Stack.h to the #include list I get a compilation...- Sam Groves
- Thread
- C++
- Replies: 2
- Forum: Programming and Computer Science
-
Function of PD, PI, ID and PID microcontrollers on a system
Well different microcontrollers act differently on a system. A pure P microcontroller reduces the error and increases the final value , a pure I microcontroller nullifies the error and increases the final value and a pure D microcontroller increases the error and keeps the final value the same...- Sam Groves
- Thread
- Pd System
- Replies: 2
- Forum: Electrical Engineering