Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
expression
- Page 1
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
Expression
Programming
Software Development
11 Years Ago
by Himanshu Chawla
I am preparing for my exams and i just found this question from previous question papers: Give the C
Expression
for the following algebric
expression
: 1. ab^4c^2-d/m-n 2. ab-[{(e+f)^9}/c}] Please help me as i am preparing for my exams and haven't read this topic yet. help plz
Re: Expression
Programming
Software Development
11 Years Ago
by rubberman
… any case, I think this is a really poorly stated
expression
. The professor should be seriously criticized for it... :-(
Re: Expression
Programming
Software Development
10 Years Ago
by iamthwee
One thing I'll add is your second
expression
is missing a curly bracket. Brackets/parentheses must match -I'm assuming this is a typo. Simply use the **rule of mathematics** to figure out what you evaluate first. I doubt the symbol '^' represents the bitwise operator here and is more likely to be the power operator.
Expression Evaluator using Recursion help
Programming
Software Development
14 Years Ago
by Dragosike
… import java.util.StringTokenizer; public class
Expression
{ /** *
Expression
to be evaluated */ String expr; /**… = val; } } } } /** * Evaluates the
expression
, using RECURSION to evaluate subexpressions and to evaluate array *…
Expression Dilemma
Programming
Software Development
15 Years Ago
by matthewwren
…illustrate the problem. The
expression
gets built correctly but …
Expression
.Parameter(typeof(TModel),
expression
.Parameters[0].Name); var memberExpression =
Expression
.Property(
expression
.Body, propertyInfo); var unaryExpression =
Expression
.TypeAs(memberExpression, typeof(object));
Expression
…
Expression Tree nightmare
Programming
Software Development
14 Years Ago
by SVR
…I put those into a block
expression
and compile ... [CODE] var blk =
Expression
.Convert(
Expression
.Block(Parser.m_Vars, Parser.m_Expr),…Add(
Expression
.Assign(vars[0],
Expression
.Convert(
Expression
.Constant("Foo "), typeof(CVar)))); exprs.Add(
Expression
.Assign(vars[1],
Expression
.Convert(
Expression
.Constant…
Re: Expression Tree nightmare
Programming
Software Development
14 Years Ago
by SVR
…& assigns it [CODE] var p1 =
Expression
.Parameter(typeof(CVar), "Test1")); m_Vars,…Add(p1); m_exprs.Add(
Expression
.Assign(p1,
Expression
.Convert(
Expression
.Constant("Foo "), typeof(CVar))));…p2 = GetVariable("Test2")); m_exprs.Add(
Expression
.Add(p1, p2)); [/CODE] I don'…
Re: Expression Parser
Programming
Software Development
13 Years Ago
by mattloto
… 0; } class
Expression
{ public:
Expression
(); virtual float evaluate() = 0; } ; class Node : public
Expression
{ public: Node(
Expression
left, Operator op,
Expression
right) { this-&…Node(Value, Operator, Value)', candidates are: Node::Node(
Expression
*, Operator,
Expression
*)" I at least know what that one means (…
Expression tree that accepts infix
Programming
Software Development
16 Years Ago
by Zach101man
…and postfix expressions. Notice that the infix
expression
produced from the tree should contain only necessary…/, %). Spaces may be included anywhere in the infix
expression
. They should not be included in result expressions. You… may assume that the input
expression
will not exceed 80 characters. The …
Re: Expression evaluation!
Programming
Software Development
17 Years Ago
by Karkaroff
… void post_convert(); int evaluate(); int
expression
(); /****************************End of declarations******************************/ /*******************************Main …/************************Other Function definitions****************************/ int
expression
() //converts infix
expression
to postfix and evaluates { …
Re: Expression Parser
Programming
Software Development
13 Years Ago
by mattloto
…0xd)||undefined reference to `
Expression
::
Expression
()'| )]+0x24)||undefined reference to `
Expression
::
Expression
()'| )]+0x32)||undefined reference to `
Expression
::
Expression
()'| C:\Users\Matt\Desktop…:(.text$_ZN5ValueC1Ef[Value::Value(float)]+0xd)||undefined reference to `
Expression
::
Expression
()'| ||=== Build finished: 4 errors, 0 warnings ===| …
Expression Calculator
Programming
Software Development
17 Years Ago
by Alphard
…99; public static double Value; // value of the arithmetic
expression
public static int CurTok; public static StreamTokenizer ST = new StreamTokenizer…99; public static double Value; // value of the arithmetic
expression
public static int CurTok; public static StreamTokenizer ST = new …
Re: Expression Parser
Programming
Software Development
13 Years Ago
by mike_2000_17
…added to the data structure that represents the overall
expression
. You can naturally see that the data-structure generated…is priority of operation. You should associate, to each
expression
, a priority value. The idea is that expressions of… the addition expects an operand on the left whatever
expression
you currently have (value 1) will become the …
Expression Tree parenthesis
Programming
Software Development
11 Years Ago
by custurd122000
… test(s); System.out.println("Enter another
expression
:"); s=scan.nextLine(); test(s); System.…out.println("Enter another
expression
: "); s=scan.nextLine(); test(s); // test (s…
Expression evaluation!
Programming
Software Development
17 Years Ago
by Karkaroff
i made a program to evaluate an
expression
, "expeval.cpp" [find attached]. i …file["file.cpp",find attached]. if an
expression
is encountered, it is evaluated and the result is… When the program encounters '==' the
expression
evaluation is initiated and when ';' is encountered,
expression
is terminated. This, was working till…
expression / function in data structure.
Programming
Software Development
13 Years Ago
by Vasthor
…:- I doubt that data structure can 'hold' function or
expression
, so I give a look on net to check out… declaring variable ONLY, So, I try declare a variable using
expression
(double a = b + c), it seems to be not …working too.[error : 'Student_info::final' cannot appear in a constant-
expression
.] so, how can I told a function "to calculate…
Expression: Vector Subscript out of range
Programming
Software Development
12 Years Ago
by darkeclipse8
…grid[i][j] = new ACell(); //I get "
Expression
: vector subscript out of range." here. else grid[i…new BCell(); //I will assume I would get the same
expression
here. } } } I've already resized the vector …the constructor. Yet it still gives me that
expression
. Can anyone help? All my source code is…
Re: Expression evaluation!
Programming
Software Development
17 Years Ago
by Karkaroff
but when i use >> operator i cannot read wat comes after a blank space! i want to read everythin in an
expression
, ignoring the white spaces! like == 12-8; and ==12 - 8 ; should evaluate to same result.
Expression Builder : MS ACCESS FORMS
Programming
Databases
16 Years Ago
by dinilkarun
… my FOrm. Weight_likely - back end DB Column I want an
expression
, where if Weight_likely is blank then in form 0 should…
Expression expected error
Programming
Software Development
13 Years Ago
by shravani1
… my code am getting an error saying that Error 1
Expression
expected. Error 2 Method arguments must be enclosed in parentheses…. Error 3
Expression
expected. Error 4 Method arguments must be enclosed in parentheses…
Re: Expression Builder : MS ACCESS FORMS
Programming
Databases
16 Years Ago
by dinilkarun
Its not working.Please help me with
Expression
builder
Re: Expression Builder : MS ACCESS FORMS
Programming
Databases
16 Years Ago
by timothybard
Just type the following in the
expression
builder: [code] =NZ([Weight_likely],"Hello") [/code]
Re: Expression Parser
Programming
Software Development
13 Years Ago
by mike_2000_17
The right combination is: [CODE] //constructor: Node(
Expression
* left, Operator op,
Expression
* right) { //use: Value v1(3), v2(4); Node n(&v1, ADD, &v2); [/CODE]
Re: Expression Meaning
Programming
Software Development
12 Years Ago
by sepp2k
The
expression
`condition ? then_expression : else_expression` evaluates to the result of `then_expression` if `condition` evaluates to `true` and to `else_expression` otherwise. So the above
expression
evaluates to `1` if `f` is `0` and to `f * fact(f-1)` otherwise.
Expression Engine
Digital Media
Digital Marketing
17 Years Ago
by TommyBs
Anyone every used
Expression
Engine to develop a site including getting the forum attachment? Would just be interested in any feedback people might have.
Expression too complex
Programming
Software Development
16 Years Ago
by joeyan
… the SAVE button. It prompt a error message that "
Expression
too complex". So that I cannot save and add…
Expression expected
Programming
Software Development
16 Years Ago
by novadose
… it ( <a href= blah blah blah) i got an
expression
expected at the end of the line (</a>…
Expression Evaluator
Programming
Software Development
18 Years Ago
by iamthwee
Evaluates an
expression
as a string using reverse polish notation.
Expression tree codings needed
Programming
Software Development
15 Years Ago
by ajju.gr8
I'm in trouble with data structures mam.. i want to finish my lab work soon so please any gals/guys help me.. i need c coding in
expression
tree...
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC