You explained this 5000x better than my professor! Thank you!!
@PARTHDEWANGAN-wm7lc3 ай бұрын
jackpot
@l.kennethwells21384 ай бұрын
This is really cool and this is how I imagine how a professional programming code base would look.
@cornboi38144 ай бұрын
Thank you so much. This helped me alot
@mina.corner Жыл бұрын
Thank you so much, it helped me a lot <3
@fish-eZ Жыл бұрын
you are the best, thank you diane !!!
@UE_harunharunoglu Жыл бұрын
Console Application just x86 ?
@myname8928 Жыл бұрын
Seriously! A 4-bit shift register with a 4 input gate would do it!
@jwtfpv8957 Жыл бұрын
Great video!
@jwtfpv8957 Жыл бұрын
Can you clarify the following statement? 1:50 'When trying to determine orientation it's dependent on the order the rotation matrices are applied.' Great video by the way. 👍
@omkar2003 Жыл бұрын
nicely explained
@TheMarbo74 Жыл бұрын
Wow! great video. Thank you. Why are you using Main() with a while() loop vs. the tradional void loop and void loop? I thought Arduido would not work without the latter. Thnaks
@mihaichiriac480 Жыл бұрын
"If you read the documentation".. Jokes aside, all Arduino code is basically a C/C++ environment from which you only see what's inside the classic "void Main()". with other IDEs you can clearly see this and code C/C++ in a normal way. Arduino IDE is just a friendlier way of doing things, yet not optimised.
@rajendranv9209 Жыл бұрын
Hai, i have tried to look for you repository but there is not that is available for public in the name "Autonomous vehicles design", pls can you share the link or is there a way to get this Arduino code. Thank You.
This is really helpful!. Thank you, Diane and University of Colorado Denver.
@deadman41672 жыл бұрын
Good video! Very educational and helped out a lot!!
@adarshvinod75192 жыл бұрын
Thanks. This is all really helpful for my project :)
@dawillygene2 жыл бұрын
Thank you so much for your Tutorial... i really learn something here.
@austinanderson88152 жыл бұрын
I follow this step-by-step and when I am done, I get an "unresolved external" failure. Any idea what I am doing wrong?
@ornellakenfack65142 жыл бұрын
Hi how are we determine the value of Q1+ and Q0+? thanks
@Wwise_sounds2 жыл бұрын
If a sloth were a teacher, it would sound like this
@AbhishekRaj-hp6sk2 жыл бұрын
Thanks a lot
@mbaziirajulius41322 жыл бұрын
Hello Diane, Thank you for the outstanding and great CPP tutorials. Do you plan to add more videos (examples) on advanced CPP syntax/features? We'd appreciate learning more from you always. Thank you once again.
@goktugyazc3252 жыл бұрын
Ms Williams, at 11:07, shouldn't the equation for D2=Q2*Q1' + Q2'*Q1*Q0 + Q2*Q1*Q0' ?
@amalsal95592 жыл бұрын
Super!
@sergiodebrito36452 жыл бұрын
Thank you
@goktugyazc3252 жыл бұрын
I'm really grateful for the simple and clear explanation.
@henry2009ish2 жыл бұрын
What is the reason putting the code of those two functions into the cpp file instead of the hpp file?
@Shenron5572 жыл бұрын
Thanks for the video. Is there a way to use a TCL script or a DO script to do these simulations in Quartus?
@mathiazhaganvenkatachalam54142 жыл бұрын
Hi How to assign a clock signal in the block symbol file?
@BuddhaGhost2 жыл бұрын
I know this is over two years ago, but I hope you're having a better day today than you were here
@emillyrocha33932 жыл бұрын
I would like to know the code written to implement the flip-flops on Quartus
@youregoisyourseed2 жыл бұрын
me 2
@ADebbil3 жыл бұрын
OMFG missing paren on line 9! This is the most frustrating video I've seen in months. Go to 14:55 for information relevant to the title.
@secretnerd2 жыл бұрын
Thank you
@matyasnyilas Жыл бұрын
I came here to take a look at how she stores the float but I got stuck watching her struggle finding that bracket 😭😭😭 holy crap
@anthony36043 жыл бұрын
I m facing a similar problem with a robot i built with adruino that has two sensors left and right when he goes in a corner he gets stuck the same way so i changed the code and add a compteur when he triggers the left sensor he will make a right turn for a 1/4 before he can possibly turn right again
@ashlynnundlall3 жыл бұрын
Can you show us how you connected up those circuit especially how do you create a clock for the D ff in quartus.
@ashlynnundlall3 жыл бұрын
How do you run something that needs a clock like a D flip flop ?
@nicangeloidian81673 жыл бұрын
Thank you, you really explained it accurately now I get it
@hariharanramamurthy99463 жыл бұрын
Thanks a lot for this video
@annwesleymathew50193 жыл бұрын
Superb explanation... thanks a lot
@manbirjudge84153 жыл бұрын
First like and comment! Nice Video.
@Caveine3 жыл бұрын
love it, you just save me from my homework.
@s1mplelance9643 жыл бұрын
Greate demo!
@therealworld83103 жыл бұрын
Hlo I make a up counter using J K flipflop with 7 segment display and BCD converter on logisim but i also need a down counter. So, i can't understand how to convert my circuit to down counter.Guide me plzz.....
@kushalpsv3 жыл бұрын
@Diane Williams Thank You for creating tutorial on this I was searching for this
@_MtB3 жыл бұрын
Thanks for the tutorial, but I have a problem. I want to use a second cpp file in my current project to give the project a better order. So I did it the same way. The only difference is that I used a namespace for the functions. Both in the header and in the cpp file. When I try to compile now, the error LNK2019 appears. If I put the parts from the header file directly into my main.cpp file instead of the include and the code from the second cpp file at the end of my first, there is no longer any error. So can sombody tell me how to fix the issue. Thanks already
@fardeenhasan74743 жыл бұрын
This is really great, I never comment. Keep up the good work.
@tahseenali56093 жыл бұрын
Hi can i get ppt of this video please?
@Gamechangerr667 Жыл бұрын
No
@omarhafud3 жыл бұрын
So easy and fast to the point! Thanks.
@namrata32823 жыл бұрын
thank you that was tremendously helpful in understanding truth table of decoder