calculator
Can I develop a program in C# for my calculator?
Does those calculators have some type of a processor like a computer?Is it possible to program to them? And finally, is it somehow possible to run the .NET Micro Framework on it?[详细]
2022-12-28 04:13 分类:问答Recognizing Tail-recursive functions with Flex+Bison and convert code to an Iterative form
I\'m writing开发者_如何学C a calculator with an ability to accept new function definitions. Being aware of the need of newbies to try recursive functions such as Fibonacci, I would like my calculator[详细]
2022-12-27 20:00 分类:问答FLEX/BISON : Why my rule is not regonized?
I am trying to do a little exercice in FLEX and BISON. Here is the code I wrote : calc_pol.y %{ #define YYSTYPE double[详细]
2022-12-22 21:18 分类:问答Polynomial Calculator
I\'m doing a polynomial calculator and i\'ll need some help as i\'ll progress with the code. For now I made only the polinom class which i represented it as a linked list with terms and some function[详细]
2022-12-22 05:07 分类:问答What's the easiest language/api/webapp to build a public calculator for simple 4-5 equation functions?
Most of what I need to accomplish is doable with Google docs spreadsheets, except locking only certain fields to allow updates by the public so they can do their own calculations based on the data. I[详细]
2022-12-21 19:06 分类:问答PHP Calculator Problem
I\'m trying to create a calculator where the user can put in 4 values, these then each multiply by 0.75 and then get added together to give a price in pounds.[详细]
2022-12-20 05:16 分类:问答Creating a GUI Calculator in python similar to MS Calculator
I need to write a code that runs similar to normal calculators in such a way that it displays the first number I type in, when i press the operand, the entry widget still displays the first number, bu[详细]
2022-12-20 00:02 分类:问答Fewer connections in a Qt calculator
I\'m writing a simplified calculator using Qt with C++, for learning purposes. Each number is a QPushButton that uses the same slot to modify the text in a lineEdit widget being used as a display.[详细]
2022-12-19 02:19 分类:问答where's the code for Calculator showcase?
Where can I see the code for the calculator? I mean the one with fancy background? B开发者_如何学Goy the way, it looks very nice!![详细]
2022-12-17 11:38 分类:问答Calculator stack
My understanding of calculators is that they are stack-based. When you use most calculators, if you type 1 + 2 [enter] [enter] you get 5. 1 is pushed on the stack, + is the operator, then 2 is pushed[详细]
2022-12-16 09:30 分类:问答