How to make resistor color code
-
i have any problem about in visual C# source code. how to make the application resistor color code in Visual C #? I ask for its support ...... thank's
-
i have any problem about in visual C# source code. how to make the application resistor color code in Visual C #? I ask for its support ...... thank's
-
i have any problem about in visual C# source code. how to make the application resistor color code in Visual C #? I ask for its support ...... thank's
Come up with a set of requirements first. What do you want this app to do? Then break down those requirements into small parts you can solve and come up with designs for those parts. Then code each part to the design until you have all of the problems solved.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Come up with a set of requirements first. What do you want this app to do? Then break down those requirements into small parts you can solve and come up with designs for those parts. Then code each part to the design until you have all of the problems solved.
A guide to posting questions on CodeProject[^]
Dave KreskowiakI would like this application, when I select the colors of the band resistor will be out the amount of value in the "ohm" you have an example source code?
-
I would like this application, when I select the colors of the band resistor will be out the amount of value in the "ohm" you have an example source code?
Just two links out of 200.000+ after typing "resistor color code c#" into Google search: http://www.dreamincode.net/forums/topic/183286-resistor-color-code-game/[^] http://www.sourcecodesworld.com/source/show.asp?ScriptID=1209[^] regards Michel
/=========================\ ~
Think! It ain't illegal, yet.~ \=========================/ -
I would like this application, when I select the colors of the band resistor will be out the amount of value in the "ohm" you have an example source code?
You're most likely NOT going to find example source code for this. This shouldn't be that hard. Picking the number of bands and the colors for each would probably be the hardest part. After that, it's pretty simple to do the math to get the resistor value.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
i have any problem about in visual C# source code. how to make the application resistor color code in Visual C #? I ask for its support ...... thank's
this is not a gimme-code site. You can come here and ask specific questions when you tried something yourself and got stuck somehow. Resistor colors to resistance value conversion is a pretty simple homework assignment. Get to it. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.
-
this is not a gimme-code site. You can come here and ask specific questions when you tried something yourself and got stuck somehow. Resistor colors to resistance value conversion is a pretty simple homework assignment. Get to it. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
Fed up by FireFox memory leaks I switched to Opera and now CP doesn't perform its paste magic, so links will not be offered. Sorry.
It's been a while since I've done component-level troubleshooting, but some of those color bands were *very* indistinguishable, especially when the manufacturer made them very thin. I remember browns and purples that were basically the same... Anyway, interesting program idea. :thumbsup: