Other Languages
Forum Post

Re: Help me: want to learn FORTRAN

: hi, : : i am an intermediate C programmer and want to learn FORTRAN77 or FORTRAN95. I have been unable to locate any simple beginners tutorial on the internet. And am just looking for some...
Forum Post

C#.NET Plagiarism Detector

Am building Plagiarism detector.using C#.NET How can i do this easily with the regular expressions . What algorithm is perfect for this Thanx Another part of my project is C java Marker , how do i...
Forum Post

Re: A * Algorithm

: I'm looking to see a simple demonstration of the A Star Algorithm in C#. Can any one direct me to some good information. I did download a project from this site that did the a *, but it was...
Forum Post

Help me: want to learn FORTRAN

hi, i am an intermediate C programmer and want to learn FORTRAN77 or FORTRAN95. I have been unable to locate any simple beginners tutorial on the internet. And am just looking for some references....
Forum Post

Re: Is Fortran dead???

: : I see there is no , well, nothing for fortran here. What is so special about it? I hear there are some fortran lovers still alive, but is it dead? : : : Well, it isn't dead, but it's too old...
Forum Post

Re: Passing arguments and Relative coordinates in Jscript

: Hi, : : I would like to pass an integer to a javascript function. How do I do that for the function definition header and the called function? : : And, are there functions in jscript which...
Forum Post

Passing arguments and Relative coordinates in Jscript

Hi, I would like to pass an integer to a javascript function. How do I do that for the function definition header and the called function? And, are there functions in jscript which gives mouse...
Forum Post

a newbie confused with all these languages..Java 1st though

I really wanted to learn to start programming, but since I didn't want to spend any money I dropped the idea of using Microsoft 's VB languages etc, and I have heard that C++ is not the best language...
Forum Post

Re: Word Search in C sharp

Use regular expressions ... System.Text.RegularExpressions namespace ...
Forum Post

Re: ML ASM Multiplication

Hi, Good modifications to the code, but something broke in the process. The code, with your modifications, should read: mov eax, 1 mov ecx, x mov ebx, b ; b = base e.g....
Forum Post

Re: ML ASM Multiplication

: Hi, : : Yep, I did mean 4. : : Cheers : Sorry. I sometimes mix them up. I was in a hurry when I wrote that.
Forum Post

Re: ML ASM Multiplication

:But why would you want 0? Anything to the power of 0 is equal to 1, just to make it clear.
Forum Post

Re: ML ASM Multiplication

Hi, Yep, I did mean 4. Cheers
Forum Post

Re: ML ASM Multiplication

: Hi, : : : shr eax,8 ;n=n*16 : : : The above is n = n / 16. : : Use: : : : shl eax,8 ;n=n*16 : : : Cheers : 2^8 power is equal to 256 not 16. Did you mean 2^4?
Forum Post

Re: ML ASM Multiplication

= 1 or this will freeze the program while it does 4294967295 loops. But why would you want 0? mov ebx, 16 mul_loop: dec ecx jz end_of_mul_loop mul ebx jmp mul_loop...
Forum Post

Re: ML ASM Multiplication

Hi, shr eax,8 ;n=n*16 The above is n = n / 16. Use: shl eax,8 ;n=n*16 Cheers
Forum Post

Re: ML ASM Multiplication

: My boss gave me a "simple" project to do. Problem is I don't know ASM. But... is the boss... I have to calculate the following in MASM: : : n * 16^x : : It has to be in a function which we...
Forum Post

ML ASM Multiplication

My boss gave me a "simple" project to do. Problem is I don't know ASM. But... is the boss... I have to calculate the following in MASM: n * 16^x It has to be in a function which we pass n and x...
Forum Post

Re: Lahey F77L3 compiler

This message was edited by Alexandrescu at 2006-2-13 4:56:10 Try some FREE fortran compiler, at: http://www.thefreecountry.com/compilers/fortran.shtml I think it's the WATCOM one that might...
Forum Post

Re: Plotting two graphs on one plot

exp : Not enough input arguments. : : So pls HELP with the right equations cheers : Try: y=3*exp(-x) Steph
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.