kolibrios/programs/other/graph
vitalkrilov d02111da4f Graph (branch: tcc_current):
- Code refactoring
 - Optimization of code (for example, log2(n) searching) and memory usage
 - Some possible memory corruption fixed
 - Previous graph will be erased from window if error occured
 - Fixed bug with provided array of non-sorted points: so now you can pass points in any order
 - Fixed important bug with graphic rendering (big thanks to turbocat for asm rounding function)
 - Changed error messages; now you can see line/byte of file where syntax error is; added checking if provided frame of graph is invalid
 - Autochoosing of an optimal single step for both axises
 - Added support for reading any number of different functions. You will have to end previous function with ';' if you want to pass another one. They will be rendered on a graph in order you passed them.

git-svn-id: svn://kolibrios.org@9778 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-04-21 21:26:05 +00:00
..
branches/tcc_current Graph (branch: tcc_current): 2022-04-21 21:26:05 +00:00
build.bat graph: set proper edit_box structure 2020-05-16 19:15:59 +00:00
func.cpp eyes: fix blinking 2019-05-10 17:36:11 +00:00
func.h eyes: fix blinking 2019-05-10 17:36:11 +00:00
hello.cpp graph: set proper edit_box structure 2020-05-16 19:15:59 +00:00
hello.dsp Table 0.99.1: 2018-10-31 21:22:48 +00:00
hello.dsw uploaded graph 2009-01-28 15:13:38 +00:00
KosFile.cpp uploaded graph 2009-01-28 15:13:38 +00:00
KosFile.h uploaded graph 2009-01-28 15:13:38 +00:00
kosSyst.cpp autobuild HLL stuff 2011-01-25 12:53:48 +00:00
kosSyst.h eyes: fix blinking 2019-05-10 17:36:11 +00:00
man.txt Graph: manual corrected. 2022-04-12 00:39:36 +00:00
math2.cpp switch build system to Tup 2014-09-12 15:15:23 +00:00
mcsmemm.cpp uploaded graph 2009-01-28 15:13:38 +00:00
MCSMEMM.H uploaded graph 2009-01-28 15:13:38 +00:00
memcpy.asm add missing files for r1764 2011-01-25 13:14:35 +00:00
memset.asm add missing files for r1764 2011-01-25 13:14:35 +00:00
parser.cpp autobuild HLL stuff 2011-01-25 12:53:48 +00:00
parser.h uploaded graph 2009-01-28 15:13:38 +00:00
string.c autobuild HLL stuff 2011-01-25 12:53:48 +00:00
string.h autobuild HLL stuff 2011-01-25 12:53:48 +00:00
Tupfile.lua switch build system to Tup 2014-09-12 15:15:23 +00:00
use_library.h graph: set proper edit_box structure 2020-05-16 19:15:59 +00:00