Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #41   Report Post  
Old August 15th 10, 05:36 AM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Nov 2006
Posts: 2,915
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a flossvisual em simulator for 3d antennas

On 8/14/2010 11:26 AM, K1TTT wrote:


only if the thesis didn't care about the exact implementation, but did
depend on the algorithm. if the code were just a tool used to crunch
data, which is what it sounded like in that part of the discussion,
then the code itself may not even be part of the thesis, just the
results of crunching.


I gotta go, the "ring of idiots" grows ... you are new addition? I
don't remember you from years ago, like I do richard ... but makes no
difference ... anything code-able in a language is code-able in pseudo
.... indeed, things impossible to code in a real language are possible in
pseudo ... any software engineer can validate that ... ROFLOL

Regards,
JS
  #42   Report Post  
Old August 15th 10, 11:53 AM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Apr 2010
Posts: 484
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a flossvisual em simulator for 3d antennas

On Aug 15, 4:36*am, John Smith wrote:
On 8/14/2010 11:26 AM, K1TTT wrote:



only if the thesis didn't care about the exact implementation, but did
depend on the algorithm. *if the code were just a tool used to crunch
data, which is what it sounded like in that part of the discussion,
then the code itself may not even be part of the thesis, just the
results of crunching.


I gotta go, the "ring of idiots" grows ... you are new addition? *I
don't remember you from years ago, like I do richard ... but makes no
difference ... anything code-able in a language is code-able in pseudo
... indeed, things impossible to code in a real language are possible in
pseudo ... any software engineer can validate that ... ROFLOL

Regards,
JS


if you can't code it in a 'real' language how would you code it in a
pseudo code? that just doesn't make sense. the whole purpose of
pseudo code is to help work out logic and program structure at a high
level. it wouldn't be much good if you couldn't break it down into
actual code in the end.
  #43   Report Post  
Old August 15th 10, 03:34 PM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Apr 2007
Posts: 73
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a floss visual em simulator for 3d antennas

On Sun, 15 Aug 2010 03:53:05 -0700 (PDT), K1TTT
wrote:


if you can't code it in a 'real' language how would you code it in a
pseudo code? that just doesn't make sense.

Agreed.

the whole purpose of
pseudo code is to help work out logic and program structure at a high
level.

Your interpretation of pseudo code seems much broader than mine. I
view pseudo code as a non-verbal means to describe the nuts and bolts
of an implementation. I don't see pseudo code having the ability to
describe design patterns, even basic procedural patterns such as
inheritance, polymorphism and encapsulation. Pseudo code just isn't
abstract enough and doesn't scale well enough to communicate larger,
more general concepts, principles and ideas.

A design pattern might call for a collection of references to objects
where pseudo code would use an array of pointers. Abstractly they are
the same but while a pointer is a reference, a reference per se does
not have to describe an object's location in memory. A reference could
be something as simple as an index into an array. It's a subtle
difference but most meaningful. In this example the design pattern can
be implemented in C# while the pseudo code presents a stumbling block.

Then again at certain levels of abstraction, design patterns might be
described as being pseudo code. Design patterns are very useful in
revealing what public properties and methods types will require
without drilling down to implementation specifics.

it wouldn't be much good if you couldn't break it down into
actual code in the end.


Design patterns can do this nicely for OO languages. I can't speak for
FORTRAN as I haven't had occasion to use that language in almost forty
years. Still it seems a FORTRAN flow chart would fall somewhere
between design patterns and pseudo code. A flow chart does describe a
specific design without specifying implementation details.
  #44   Report Post  
Old August 15th 10, 04:40 PM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Apr 2010
Posts: 484
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a flossvisual em simulator for 3d antennas

On Aug 15, 2:34*pm, Registered User wrote:
On Sun, 15 Aug 2010 03:53:05 -0700 (PDT), K1TTT
wrote:



if you can't code it in a 'real' language how would you code it in a
pseudo code? *that just doesn't make sense.


Agreed.

the whole purpose of
pseudo code is to help work out logic and program structure at a high
level. *


Your interpretation of pseudo code seems much broader than mine. I
view pseudo code as a non-verbal means to describe the nuts and bolts
of an implementation. I don't see pseudo code having the ability to
describe design patterns, even basic procedural patterns such as
inheritance, polymorphism and encapsulation. Pseudo code just isn't
abstract enough and doesn't scale well enough to communicate larger,
more general concepts, principles and ideas.

A design pattern might call for a collection of references to objects
where pseudo code would use an array of pointers. Abstractly they are
the same but while a pointer is a reference, a reference per se does
not have to describe an object's location in memory. A reference could
be something as simple as an index into an array. It's a subtle
difference but most meaningful. In this example the design pattern can
be implemented in C# while the pseudo code presents a stumbling block.

Then again at certain levels of abstraction, design patterns might be
described as being pseudo code. Design patterns are very useful in
revealing what public properties and methods types will require
without drilling down to implementation specifics.

it wouldn't be much good if you couldn't break it down into
actual code in the end.


Design patterns can do this nicely for OO languages. I can't speak for
FORTRAN as I haven't had occasion to use that language in almost forty
years. Still it seems a FORTRAN flow chart would fall somewhere
between design patterns and pseudo code. A flow chart does describe a
specific design without specifying implementation details.


there is OO fortran also!
  #45   Report Post  
Old August 17th 10, 08:23 PM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Jun 2006
Posts: 828
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a flossvisual em simulator for 3d antennas

K1TTT wrote:

if you can't code it in a 'real' language how would you code it in a
pseudo code? that just doesn't make sense. the whole purpose of
pseudo code is to help work out logic and program structure at a high
level. it wouldn't be much good if you couldn't break it down into
actual code in the end.


David, just count your blessings that "John" has you on his "ring of
idiots" list. It's actually an honor.

- 73 de Mike N3LI -


  #46   Report Post  
Old August 17th 10, 10:29 PM posted to rec.radio.amateur.antenna
external usenet poster
 
First recorded activity by RadioBanter: Apr 2010
Posts: 484
Default FORTRAN/ Intellectual Property was vemsa3d 1.1 - a flossvisual em simulator for 3d antennas

On Aug 17, 7:23*pm, Michael Coslo wrote:
K1TTT wrote:
if you can't code it in a 'real' language how would you code it in a
pseudo code? *that just doesn't make sense. *the whole purpose of
pseudo code is to help work out logic and program structure at a high
level. *it wouldn't be much good if you couldn't break it down into
actual code in the end.


David, just count your blessings that "John" has you on his "ring of
idiots" list. It's actually an honor.

* * * * - 73 de Mike N3LI -


yeah, i was just trying to see how fast i could get him to call me
names. didn't take too long.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Antenna Simulator Schematic Michael A. Terrell Radio Photos 2 October 24th 11 10:57 AM
VHF Simulator [email protected] Equipment 0 August 5th 07 02:29 AM
A new use for dental floss G \Guglielmo\ Evans G4SDW Homebrew 6 August 2nd 07 10:30 PM
Anyone used Superspice simulator ? David Homebrew 8 September 5th 06 05:49 PM
New Demo Vox Maris Simulator Spanish/English Vox Maris Shortwave 0 April 18th 06 04:23 AM


All times are GMT +1. The time now is 10:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 RadioBanter.
The comments are property of their posters.
 

About Us

"It's about Radio"

 

Copyright © 2017