Search the web
Sign In
New User? Sign Up
Fortran · Fortran Q/A's, info, lib and fans
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 121 - 153 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
121
Hi , Is there any way that one do instrument interfacing through Fortran? For example can one communicate an instrument through serial port using fortran...
rajgupta121
Offline Send Email
Jul 11, 2002
3:15 pm
122
Hi, I'm a newcomer! I'm a beginer of Fortran. So I'll need your help for me. Please be my friends. I live in Sendai City in Japan. If you want to get...
snowet2000
Offline
Jul 18, 2002
7:12 am
123
I have one beg. I use Linux 6.4. I need to understand many programs in Fortran. But I'm biginner, and I can't understand them right now. So it came into my...
snowet2000
Offline
Jul 18, 2002
7:53 am
124
Hi, Yes, you can, provided your sys. has the fortran compiler. You can check by typing "which f77" or "which g77" in the prompt. It will show the path, if it...
Raj Gupta
rajgupta121
Offline Send Email
Jul 18, 2002
9:08 am
125
Hello Snowet Here are some links for learning FORTRAN http://www.chem.ox.ac.uk/fortran/fortran1.html http://www.ibiblio.org/pub/languages/fortran/unfp.html ...
Vinay
vinay_cdac
Offline Send Email
Jul 19, 2002
3:55 am
126
Hi , I want to convert Fortran program into C or Java. If anybody have an idea ,please tell me.Please tell me websites also. I search in all major websites. I...
bregoti
Offline
Jul 22, 2002
9:21 pm
127
Hello, I have some problem. Please have a look at and give me some advices... Thanks. Source code--------------------------- DOUBLE PRECISION X,Y X=-8.D0 ...
junseok_74
Offline Send Email
Aug 9, 2002
3:14 am
128
Your program looks OK. Usually log(-ve) is undefined quantity. You make x +ve and then check. ... Result_________________________________________________ ... ...
Raj Gupta
rajgupta121
Offline Send Email
Aug 9, 2002
4:23 am
129
There are Linux-compatible Fortran compilers available to download free. Look at these web sites: http://hepwww.ph.qmw.ac.uk/HEPpc/linux-hep-faq.html ...
demiduet
Offline
Aug 9, 2002
7:45 am
130
This web site has a dowload of a Fortran to C converter. I have not used it, though. http://www.freedownloadscenter.com/Programming/C_and_C___Tools_and_Com ...
demiduet
Offline
Aug 9, 2002
7:54 am
131
You can't take the logarithm of a negative number using REAL or DOUBLE PRECISION arithmetic. It doesn't exist.You can take the logarithm of a negative quantity...
demiduet
Offline
Aug 9, 2002
8:08 am
132
Hello everybody, this is Jun and I just joined this group. I hope I can learn something from all of ya....
jun_lu2000
Offline Send Email
Sep 19, 2002
3:01 pm
133
hi all,, i am a student of iit bombay..and i would like some info on any innovative ideas for a cool fortran project. Please mail me ur ideas as i am in an ...
harsha
prince_12hg
Offline Send Email
Sep 26, 2002
12:44 pm
134
How about try to simulate the Java String class in FORTRAN? Or simulate the Java Date class? Herong ... ...
herong_yang
Offline Send Email
Sep 26, 2002
11:56 pm
135
You must be knowing variuos geometric packages like CATIA, IDEAS, UniGraphics,ProEngineer... Well I dont think anyone of these is in FORTRAN...How about...
Vinay
vinay_cdac
Offline Send Email
Sep 27, 2002
3:27 am
136
This is a question that requires some qualifications. How much experience do you have in FORTRAN? Are you looking for something to do some work, or just...
Randy Keeling
randy_keeling
Offline Send Email
Sep 27, 2002
5:09 am
137 Wei Huang
w_huang71
Offline Send Email
Oct 7, 2002
12:44 pm
138
Dear all, Has anybody used Salford Fortran Compiler and Linker before? If you has, could you please let me know how to use SLINK command in script file mode? I...
w_huang71
Offline Send Email
Oct 7, 2002
4:54 pm
139
Dear all, Has anybody used Salford fortran compiler before? If you has, could you please let me know how to use SLINK command in script file mode? I need to...
Wei Huang
w_huang71
Offline Send Email
Oct 7, 2002
5:11 pm
140
Hi, Is there any function in fortran equivalent to getch() or getchar() function in C The aim is that the function should read character input, without ...
Varun Kanade
varunnkus
Offline Send Email
Oct 15, 2002
8:04 am
141
Greetings from Texas. I am a Mainframe Fortran and Cobol Programmer. I have been used to to coding systems on IBM MVS Machines. I have been using Ryan ...
robert_68x
Offline Send Email
Oct 31, 2002
6:57 pm
142
HI, I have a kind of basic history question regarding Fortran. Did earlier versions of fortran have incompatibility. If so in what form(ie statement type,data...
lerougesrm
Offline Send Email
Nov 6, 2002
12:19 am
143
HI, I have a kind of basic history question regarding Fortran. Did earlier versions of fortran have incompatibility. If so in what form(ie statement type,data...
lerougesrm
Offline Send Email
Nov 6, 2002
12:20 am
144
Could someone tell me how I could write a large 2d array to a file? Thanks Jeremy...
Jeremy
j2002nde
Offline Send Email
Nov 23, 2002
10:07 pm
145
Mr/Ms Jeremy You have to write a format of type FORMAT (N(2x,e12.5)) where N is the number of elements in a row. Write the variable over this format thro a do...
Dr. G. S. Srinivasan
gss_vasan
Offline Send Email
Nov 25, 2002
9:17 am
146
I am looking for a subroutine or library thta has a multipane graphics window similar to those used in CAD programs. Some of these have actual active panes...
john_puffer <john_puf...
john_puffer
Offline Send Email
Dec 8, 2002
3:55 pm
147
Dear All, ... Main program . . . . ... subroutine sections ... subroutine 1 . . . . subroutine 2 . . . . ... When I put the subroutines in a blank program...
thallia99 <thallia99@...
thallia99
Offline Send Email
Dec 17, 2002
10:03 am
148
i think with a fortran 90 compiler this works alright Catch all the cricket action. Download Yahoo! Score tracker [Non-text portions of this message have been...
harsha
prince_12hg
Offline Send Email
Dec 21, 2002
2:55 pm
152
hiii, i am looking for a subroutine to solve a set of equation with SNE method could you help me? best regards mina ...
mina khoshnejad
mina_432000
Offline Send Email
Jan 30, 2003
2:30 pm
153
hi, could you explain us a little more about sne method,.. is it numerical method or analitic matrix solution. Or better to send algorithm of SNE. so we can...
ragip tolga
ragip_tolga
Offline Send Email
Jan 31, 2003
2:49 pm
Messages 121 - 153 of 508   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help