I am creating abusiness directory website which has street addresses stor开发者_StackOverflowed in the database. I would like to calculate the distance from a given zipcode to the street address using
I\'ve been looking around trying to find a simple binomial coefficient algorithm, to no avail. The problem is the language I\'m using for class is a bit... odd. A lot of it is using Yacc and Lex.
I have to code for a operating system on which I can run a calculater.It is like a desktop calculater. For this I am reading the brokenthorn operating development series I have completed the second st
I tried making the following program and it worked fine at first. Label 1 Input \"n=\", Q If Q≤0 ...Then
I know I can open开发者_开发百科 Windows Calculator with the following code : System.Diagnostics.Process.Start(\"calc\");
Anyone know开发者_Go百科 what it would take to get .NET or Mono to run on a TI graphing calculator? I know the full framework probably wouldn\'t fit on the device, but a subset would probably server v
I\'m attempting to replicate on android an iphone app my company had developed externally. My need is simple but it seems hard to achieve under android. I have three numeric edittext inputs. Each sh
A good exercise while learning programming, is to write a calculator. To do this, I created some kind of DSL in BNF and want to ask for your help to improve it. With this minilanguage you should be ab
Closed. This question is off-topic. It is not currently accepting answers. 开发者_开发知识库 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
i\'m making a calculator using java for which the position of tex开发者_如何学运维tfield has to be specified. all i know is to specify the position using border layout but that can\'t be used here as