An open API service providing repository metadata for many open source software ecosystems.

Topic: "expression-tree"

davidnemeti/Publicizer

Access private members with compile-time safety

Language: C# - Size: 121 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

epcm18/Mathematical-Operations-solved-using-a-Binary-Tree

binary tree mathematical expression

Language: Python - Size: 350 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

HamdanSidz/Expression--Tree-all-in-depth-traversals-

It is easier to code expression trees when your infix expression is in postfix form.Using stack I build an expressioon tree, all three traversals pre, in , post orders are code in the file.

Language: C++ - Size: 1000 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ronimizy/MultiThreadCalculator 📦

Expression based multithreaded calculator using AvaloniaUI

Language: C# - Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

miloradowicz/Expressions

Expression evaluator

Language: C# - Size: 3.19 MB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

nikolaynikolaevn/CVisualizer

Calculus expression parser and graph visualizer

Language: C# - Size: 1.02 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kkkooolllyyyaaa/math_log

My assignments in the mathematical logic discipline

Language: C++ - Size: 187 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Hookyns/tst-expression-old 📦

Base runtime package for typescript expression transformer

Language: TypeScript - Size: 44.9 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

thenameless314159/Andromeda.Expressions

KISS wrappers and abstractions for expression trees.

Language: C# - Size: 504 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

onrcayci/gocalc

A calculator written in Go

Size: 18.6 KB - Last synced at: 4 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ggegoge/parsing_expressions

Simple parsers for basic arithmetics. Some in C, some in Ocaml

Language: C - Size: 59.6 KB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

andreidimaano/ExpressionTree

CS100 Lab7 - Implementation of an expression tree using the factory pattern. Order of Operations is not considered.

Language: C++ - Size: 27.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

bruce-dunwiddie/Linq.Expressions-Examples

Code examples of Linq.Expressions usage with explanations

Size: 28.3 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

bruce-dunwiddie/Linq.Expressions-Examples-Code

Visual Studio project with test code for Examples repo

Language: C# - Size: 12.7 KB - Last synced at: 25 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

adwaitgondhalekar/Advanced-Data-Structures-Assignments

Contains various assignments in C++ involving advanced data structures such as trees & graphs.

Language: C++ - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

promisivia/Mini-Basic-Interpreter

💻⌨A tiny interpreter that allows a user to code and run programs in BASIC.

Language: C++ - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

onnple/expression_tree

借助栈,将中缀表达式转为后缀表达式,使用后缀表达式生成二叉树表达式树,原文地址:http://www.srcmini.com/1315.html

Language: C - Size: 9.77 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

omsapate/expression_tree

For given expression eg. a-b*c-d/e+f construct inorder sequence and traverse it using postorder traversal (non recursive)

Language: C++ - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

universeawaits/SDIS_Calculator

The 4th labwork on SDIS subject, 4th term; calculator with basic and log() functs and expressions represent in RPN and expression tree forms with MVC pattern (using JavaFX)

Language: Java - Size: 137 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

IharYakimush/Specification

Specification pattern implementation for filtering objects

Language: C# - Size: 218 KB - Last synced at: 12 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

BrianMikinski/ExpressionWorkBench

Mini-project for exploring C# Expressions

Language: C# - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

shilsmarty/mapper-using-expressiontree

This is very simple mapper for dictionary to class object (nested class model) using expression tree C#. Created for my learning and resolving some use case.

Language: C# - Size: 9.77 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

arthurmteodoro/mathematical-expression-evaluator

Projeto e implementação de um sistema interpretador e conversor de expressões aritméticas usando conceitos de árvores de expressão. Trabalho realizado no 4º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Algoritmos e Estruturas da Dados II

Language: C - Size: 92.8 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

redmanmale/ExpressionTreeCopy

Copy values from one object to another of the same type via expression tree.

Language: C# - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0

nayefc/prefixer

Converts infix expressions to prefix expressions in C.

Language: C - Size: 180 KB - Last synced at: over 2 years ago - Pushed at: almost 12 years ago - Stars: 0 - Forks: 0