301
TI Z80 / Re: [2012 Apocalypse Contest] Battle 4000
« on: November 30, 2012, 12:45:42 pm »
lol :p
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 301
TI Z80 / Re: [2012 Apocalypse Contest] Battle 4000« on: November 30, 2012, 12:45:42 pm »
lol :p
302
TI Z80 / Re: [2012 Apocalypse Contest] Battle 4000« on: November 30, 2012, 12:23:27 pm »
Wow, cool update lower prog size + faster, can it even get better? you're godlike!!! xp
303
TI Z80 / Re: [AXE] electricity simulator« on: November 30, 2012, 12:19:45 pm »
Not really, euhm let me explain it a bit... so you give a source... to that source you add a value... after it has enough values... it starts calculating and on the missing places it puts the calculated answer... that's it... after that it's done... (or you could edit the values and recalculate)
304
TI Z80 / Re: [AXE] electricity simulator« on: November 30, 2012, 12:14:55 pm »
No i didn't, but it's actually a wrong tittle, it's not really a simulation but it's drawing a circuit, and then giving the values (like U, I, R, Xl , Xc , f , ...) and after that it calculates it for you
so instead of using input fields for getting the vars, it asks you to draw it and give the values... it's just a funnier way of learning/ solving formulas 305
TI Z80 / Re: [Axe] WiredWorks, a SolidWorks-like« on: November 30, 2012, 11:47:29 am »What do you mean by "etc" ? I mean lines and so on... ( and other stuff?) 306
TI Z80 / Re: [Axe] WiredWorks, a SolidWorks-like« on: November 30, 2012, 11:02:47 am »
Are there only gonna be verteces or also lines? Etc...?
307
The Axe Parser Project / Re: Axe Parser« on: November 29, 2012, 06:18:58 pm »Axe 1.2.0 isn't working on WabbitEmu or cemetech's jTIfied. Is this a bug in Axe or a bug with the emulators? Axe works on my calc. For me it works on wabbitemu 309
TI Z80 / Re: [AXE] electricity simulator« on: November 29, 2012, 03:41:27 pm »a good place to start with this would be implementing a linked list data structure. once you have that working, you're going to need to decide on what different attributes to have defined for each possible element (i.e., how long is the current stalled when passing through, what resistance level is there, what's the minimal voltage for it to work, etcetera). then, as long as you aren't looking for too much accuracy, and if each element is connected to only one other, it should be pretty easy. as soon as you start adding in branching and merging paths, however, things will get much more difficult. you will have to have multiple paths simulated in tandem. more complex elements, like capacitors, would also be problematic to implement. that's no reason to not give it a shot, though =)Yeah i'll have to make some lists and then i'll have them store all the data, all components are in after eachother, i guess i'll figure it out once ;p How do i create a 384 hex elements that are all the same without having to hardcode the thing? So not: [0000000000000.... And also not: [00-> gdb0 For(A,0,384 00-> {gdb0 + A} End Cause that could corrupt the other ram... Is there a possible way? 310
TI Z80 / Re: [AXE] electricity simulator« on: November 29, 2012, 03:12:18 pm »
I just need to emulate a: (spoel, weerstand, en condensator op ac, en dat zijn maar enkele formules) it's for school
311
TI Z80 / Re: [AXE] electricity simulator« on: November 29, 2012, 03:03:51 pm »
I know about electronics etc (elektronica, binair, binaire logica, and-or-not-xor-... poorten, elektriciteit (dutch))
Maar dat is juist de bedoeling... om te leren hoe ik zo een eenvoudige simulator maak... 312
TI Z80 / Re: [AXE] electricity simulator« on: November 29, 2012, 02:17:41 pm »Do you even know how to make this kind of simulation software using a different language? No that's something i don't know, the way i'dd do it would take up a lot of space and vars but i just have the tileplacing and i need to know how i could do the Values pointing to a component 313
TI Z80 / Re: [AXE] electricity simulator« on: November 29, 2012, 01:55:09 pm »
well i've got some problems... (+ got to recode the while thing) but TheMachine02 is looking into it....
314
TI Z80 / [AXE] electricity simulator« on: November 29, 2012, 12:36:51 pm »
Hi guys
I'm new to AXE programming, so don't be to hard on me for my noobie mistakes i made. So what i want is a program that can simulate an electrical circuit, like this: And i want to be able to give values to all the components that i know, and then i want it to be able to calculate all ungiven vars. And maybe let lines auto connect the components instead of letting the user do it? (optional choice) Ok, so here's a little gif of what i already made so far. I know, the map routine could probably be a lot smaller and more optimised, idk I'll add the source as well... 315
Web Programming and Design / Re: PHP Upload« on: November 29, 2012, 06:13:19 am »
You're welcome
|
|