Re: Improve HAVING BY performance Programming Databases by Dani … apples. Your WHERE query and your HAVING query perform different calculations and do different things. In one, you're plucking out… Re: Improve HAVING BY performance Programming Databases by toneewa I know when you don't use aggregate calculations use WHERE. Producing the same results can be done. I … Re: what's the correct way of learning programming? Programming by Dani … might take a very different path than doing some backend calculations for something or other. Either way, have you taken any… Re: Word Association Game Community Center Geeks' Lounge by prlrina calculations -> accuracy Calculations Programming Software Development by hopeolicious how do I get my calculations like ex. I want to add up the average gallons used per mile for a car if the car went like 1450 miles and used 62 gallons of gas I dont want it to be a whole number i want it to be like 23.38 instead of 23.00 calculations in java Programming Software Development by matt_5104 I have a small problem with doing calculations in one java class and trying to refer… I have written a GUI program that performs certain calculations and then when a button is pressed, the values…are saved as variables in another Java class ( called Calculations.class) . What I need to know is how can…class so they can be used in further calculations. Calculations, Variables and Constants - Please help Programming Software Development by Mirasol … I was fine until I had to learn variables and calculations. I just received an F on my last project and… Calculations that don't add up! Programming Software Development by rwebber77 I am having a problem getting my calculations to work here. I managed to get the objects in … Re: Calculations that don't add up! Programming Software Development by rwebber77 … oil change will be needed. I am not sure what calculations aren't working correctly as for some reason my computer… Calculations are off a bit I think... Programming Software Development by Butterflieq …'ve toyed around a great deal trying to get my calculations correct in this countdown program, but I keep getting the… calculations between arrays of two (or more) tables Programming Databases by Bin_2 …', '23') GROUP BY cashid and now i want to make calculations between them. like-- balance = ramt - pamt can anyone suggest me… Re: Calculations Used to work Programming Software Development by mysong … worked until I have to add what he asked for. Calculations and all I am attending University of Phoenix. I cannot… for user input. the following was my working code and calculations. ( if numbers only were inputted) [code=c] #include <stdio… Re: Calculations on output don't come out right Programming Software Development by NinjaLink … placement for amount, and I settled that correctly. For my calculations, When I did code posted above: amount = ( hours - 40 ) * ( rate… Re: Calculations Used to work Programming Software Development by mysong … for user input. the following was my working code and calculations. ( if numbers only were inputted) [code=c] #include <stdio… coding array calculations?? need help with vb code Programming Software Development by bobnino …of integers, you have to perform some integer calculations, and display some information concerning their number, their… too). Always exclude the terminating zero from your calculations. Error conditions: If you encounter a negative number…151” Don't take it into account in your calculations. If you encounter a number greater than 150 … Repetitive calculations v. keep results in vector v. ??? Programming Software Development by Jsplinter … the results in a vector via iterators(perform the calculations ahead of time), or hard coding the results of… in the vector to be faster than performing the calculations, but on my system I get the following relation…corresponding function: Hard Coded Values < 5 * (On the fly calculations) < 50 * ( Vector Stored Values) So my question is… Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by mike_2000_17 …, more time than just doing the calculations. The program has to make other calculations just to access the vector item. …slightly faster) and 6.9 seconds with on-the-fly calculations. This is much more inline with what one would …sure none of the loop iterations gets skipped-that all calculations are computed as I've written them. Then make … Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by Ancient Dragon The results make sense -- vectors have a lot of overhead that take cpu cycles, more time than just doing the calculations. The program has to make other calculations just to access the vector item. Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by m4ster_r0shi … of questions: What happens if you increase the number of calculations you have to make per iteration? Are you sure you… slightly faster) and 6.9 seconds with on-the-fly calculations. Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by Jsplinter … coded result, but nine times faster than doing the repetitive calculations. But even better, storing the values in an array ahead… Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by Jsplinter Well, I meant compared to repeating the same calculations over and over again. But you are right, it's still not that good compared to using an array which is 5 times faster. Re: Repetitive calculations v. keep results in vector v. ??? Programming Software Development by Jsplinter … sure none of the loop iterations gets skipped-that all calculations are computed as I've written them. If the linker… Mortgage Calculations Programming Software Development by sasha16 …. Any assistance with what I am doing wrong in my calculations and how to stop when the loan balance is zero… in years:\n"; //input data cin>>TERM_YEARS; //CALCULATIONS //rate in decimal format RATE = INT_RATE / 100; //number of payments… USe numbers in text file for calculations Programming Software Development by gcardonav … used some of the numbers in the file for some calculations. The file will look like the following: [CODE]#IMAGE NPIX… the numbers underneath the MAX column, and then do some calculations and write the answers onto a new file. Any good… Re: USe numbers in text file for calculations Programming Software Development by gcardonav … used some of the numbers in the file for some calculations. The file will look like the following: [CODE]#IMAGE NPIX… the numbers underneath the MAX column, and then do some calculations and write the answers onto a new file. Any good… Using threads to make GUI responsive during calculations Programming Software Development by Saidar …#. The DLL export function calls three functions: PrepareData(): Heavy calculations ComputeNN(): Mild calculations GUI(): Creates/updates GUI that uses above calculation values… Re: Using threads to make GUI responsive during calculations Programming Software Development by Saidar … neural network output value is returned to Metatrader where further calculations are done. I need the GUI to show me if… the data sent from Metatrader is correct, and if the calculations are done correctly. Re: Help with grid and calculations from wins and losses Programming Web Development by kylcrow … Wins and Losses in the database and do all the calculations based off those fields when loading the grid, or to… use those calculations to enter that data into their own db fields. From… simple calculations How? intHrlyRate, etc Help me Programming Web Development by jchamel …; <head> </head> <title>arithmetic calculations</title> <body> <% Dim intHrlyRate, intWeeklyRate… Trouble writing code for arithmetic calculations of complex numbers Programming Software Development by scrappy I'm taking CMIS140, and I have a project using complex numbers. I can't figure out how to write the calculations into the program. I have attached the project, and the code I have written at this point. If anyone has any suggestions on how to do this, I would appreciate it.