|
Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 |
Quote: "I am not going to worry about people who don't." But you spent an entire 2-3 lines doing exactly that...
"I had to go at least originally with Perl and Gnuplot because I am not a professional computer programmer and could actually work with them though it has not been easy."
SL = SQRT(A^2 + B^2 + C^2) - 1 A = rSIN(t) Calculations are done for each of the two sides of a wheel. On most See manual for data collecting procedures. */ #include "iostream.h" /***** FUNCTIONS *****/ float t_parameter(float n, float x) /*-------------------------------------------------------------------------*/ float a_parameter(float r, float t) /*-------------------------------------------------------------------------*/ float b_parameter(float R, float r, float t) /*-------------------------------------------------------------------------*/ float sl_parameter(float a_norm, float b_norm, float c) /*-------------------------------------------------------------------------*/ int main() float t = t_parameter(n, x); float sl_norm = sl_parameter(a_norm, b_norm, c); float sl = sqrt(sl_norm) - 1.00; cout << "Your spoke length for this side of the wheel is: " << sl; return EXIT_SUCCESS;
So I'm scratching my head here...
"And most of the researchers with whom I have been in contact also have Windows machines."
Sure their variety of hardware and software platforms - Mac, PC, Sun, HP, IBM, Silicon Graphics, had nifty little utilities they prefered and a local copy of an IDE, BUT most if not all used their machine as an interface to... - Unix Servers (Sun, IBM, Tatung) ...and it was there via the network that they did the vast majority of their science related programming.
It kinda like a school district allowing Mac-oriented religous zealots run rough shod over everyone else declaring a district to be Mac only - only to have a non-religous Mac user make two points: 1. The real world is a multi-platform world.
Question...care to show us the source you have so far? =8-)
Follow Ups: ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 11:28:22 - 8/19/2008 (74260) (2) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Skywise 14:25:56 - 8/19/2008 (74264) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 08:34:43 - 8/25/2008 (74271) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Skywise 18:58:41 - 8/25/2008 (74272) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Roger Hunter 19:22:13 - 8/25/2008 (74273) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Skywise 21:57:30 - 8/26/2008 (74277) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 09:26:57 - 8/27/2008 (74278) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Skywise 21:22:21 - 8/27/2008 (74280) (2) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 17:37:55 - 9/3/2008 (74323) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - Skywise 22:03:10 - 9/3/2008 (74324) (0) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - mrrabbit 21:58:00 - 8/27/2008 (74281) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 17:24:03 - 9/3/2008 (74322) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - mrrabbit 22:42:52 - 9/4/2008 (74327) (0) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - mrrabbit 12:52:27 - 8/19/2008 (74262) (1) ● Re: Programming Languages Decisions - Earthquake Forecasting - August 18, 2008 - EQF 14:04:14 - 8/19/2008 (74263) (0) |
|