Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (9)
Fruit Classificatio
4.0
Exibits a concept of Simple Expert System of fruit clasification. Based on 16 rules it can classifiy 10 Fruits. Instead of question-answer type, a comboboxes are used.  Knowledge base (KB) & rules are part of app, not separate modules, so it is not editable but that's is why this is concept example. Inferencing is also made inside app. If you choose fruit unknown to KB, ES will give unconclusive statemant. As some rule is removed from pool, after triggering, you should exit & restart app before start of new classification session.
dodo89647
2016-08-23
0
1
Archimed Spiral
no vote
Also known as the arithmetic spiral or spiral of Archimedes . Can be consider as a simple fractal form that exhibit a concept of scale similarity.
dodo89647
2016-08-23
0
1
Fractal Cloud
4.0
Fractal clouds (or dust) start forming from a single user defined point P0(A,B,X,Y), and by numerous repeating of some transformation we get some cool pics. Because of the fact that we can follow the trail that start point is leaving behined (P0-start, P1-1st iteration, P2 2nd, .... Px - wich are dots on picture) this pics are also called orbitals (trajectories) of dynamic system. To get a rude estimation of what A, B, X and Y are good to use - I prepared you Clouds.xls. Sheets 1 to 6 shows computation sequence series of here given pattern examples 1 to 6. X() sheets show graphic look of computation sequence of poorly picked parameters (with some comment why). Submission is 575k because of xls file.
dodo89647
2016-08-23
0
1
Fibonacci Sequence
no vote
Actually, there are 3 different Code inside zip. 2 are iterative algorithm with different approach, and one is Fibonacci using recursive algorithm. A Fibonacci sequence is simpler iteration-recursion problem case, that are very easy to understand.
dodo89647
2016-08-23
0
1
Fractal Dust
no vote
This code is intended to explain some concepts related with fractals like recursion, backtracking and other. Code is heavily commented. First, you shoud read a pdf tutorial, second view simpler examples until you fully understand them and then at last - Dust Fractal source code. The Code itself can generate 8 different graphics. So, try to have fun with it, I really tried to make it as simple as I can.
dodo89647
2016-08-23
0
1
Aproximation of Pi using Monte-Carlo method
no vote
 Aproximation of Pi using Monte-Carlo method. Example is based on assumption of a uniform distribution.
dodo89647
2016-08-23
1
1
Limited Population Growth - Bifurcation
no vote
Visualizing model of limited population growth that revealed famous most famous bifurcation diagram. Cob-Web iteration diagram is also included.
dodo89647
2016-08-23
0
1
Sea waves animation
no vote
Shows a 1D wave pool made of single incident and single reflected sea wave (linear theory). Shows surface elevation of sea surface and animate the motion of particles from surface in depth. Surface elevation is recorded at red dots positions (level gauges).
dodo89647
2016-08-23
0
1
DFT - Discrete Fourier Transform of digitaly sampl
no vote
DFT of digitaly sampled data - can be used on any timeseries data (Waves/Vibrations/Earthquake etc.) - plane text input (not audiocard)
dodo89647
2016-08-23
1
1
No more~