Skip to content

Commit

Permalink
1.0.0.3: configure
Browse files Browse the repository at this point in the history
  • Loading branch information
zvezdochiot committed Jan 15, 2019
0 parents commit 65a2474
Show file tree
Hide file tree
Showing 54 changed files with 4,854 additions and 0 deletions.
340 changes: 340 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

53 changes: 53 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
-===============-
-= MARK EDITOR =-
-===============-

Mark Editor - this is a text editor with comprised of it instrument marksheideren calculations.

Mark Editor is released under the terms of the GNU General Public License.

http://mykaralw.narod.ru/download/exe/i/markedit.html

-= REQUIREMENTS =-
* Windows XP
* BCX (Basic to C translator)
* PellesC
* Lcc-Win32
* FreeUPX

-= INSTALL =-
edit setpath.cmd (view Install.txt)
`configure'
`make' or `make -d'
`make upx'
`make install' or `make install "INSTALLPATH"'
`make clean' or `make clean all'

-= BACKENDS =-

-= ARTWORK=-

-= CONTACT =-
More info on: http://mykaralw.narod.ru/
Bugs, emails: mykaralw@yandex.ru

-= RESOURCES =-

* Basic to C Translator (BCX)
http://www.bcxgurus.com/

* Pelles C for Windows
http://www.smorgasbordet.com/pellesc/download.htm

* Lcc-Win32 compiler
http://www.q-software-solutions.de

* Free UPX
http://www.pazera-software.com/products/free-upx/

-= THANKS =-
Kevin Diggins [http://www.bcxgurus.com/] (BCX author)
Pelle Orinius <pelle@smorgasbordet.com> [http://www.smorgasbordet.com/pellesc/download.htm] (PellesC author)
Jacob Navia and Q Software Solutions GmbH [http://www.q-software-solutions.de] (Lcc-Win32 author)
Markus Oberhumer <markus@oberhumer.com>, Laszlo Molnar <ml1050@users.sourceforge.net> & John Reiser [http://www.pazera-software.com/products/free-upx/] (FreeUPX authors)

Binary file added markedit.exe
Binary file not shown.
81 changes: 81 additions & 0 deletions markedit.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
MarkEdit for Windows
is copyright � 2010-2011
by AKON & TerraNoNames.
http://mykaralw.narod.ru/
Version 1.0.0.3, Feb 12 2011.

[12.02.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.3"
* �������� ������ ���������������� (configure) ��� ������.
* ��������� ������������ ���������� (SRC\*\*.txt).


[04.02.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.3"
* �������� ��������� �������� ������������.
* ��������� ������������.


[29.01.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.3"
* ��������� ���������� ������� ����������� ����.


[22.01.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.3"
* ��������� ���������� ������� ������������� �������.


[19.01.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.2"
! ���������� ������(���) � ������� �������� ������ �� ��� ������ �� ������.


[15.01.2011] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.2"
! ������� ������ �������� �� ���������� ������, �������� � ������������ � ����������� ����:
PKpz = PKnsk+lpk(pz) = PKnsk+l(pz)+l(pz)^5/(60*C^2) = PKnsk+l(pz)*[1+l(pz)^4/(60*C^2)]
* �������� ��������� ��������� �������� ���������� ����������.


[30.12.2010] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.1"
! �������� ������������� ����, ��� ������� C-��� ����������� � Pelles C for Windows:
Wc.lpszMenuName = MAKEINTRESOURCE(IDMAINMENU)
* �������� ������ (�� �� �����) � ��������� ��������-���������� ��������� ������
* �������� ��� ������ �� ������, ��� �������� ��� ����������:
MarkEdit.h
MarkEdit.Bas
medlgabout.basi
medlgos.basi
medlgrcc.basi
medlgrl.basi
medlgrsc.basi
medlgtcc.basi
medlgtl.basi
medlgtsc.basi
megsedit.basi
meids.basi
memark.basi
memath.basi
! �������������� ���������� ���������� � ���������� ������� (�������� �����):
Function MarkLen(tY As Double, tX As Double) As Double
Function MarkPK(tY As Double,tX As Double, tSin As Double,tCos As Double) As Double
Function MarkDelta(tY As Double,tX As Double, tSin As Double,tCos As Double) As Double
Function MarkSCFi(tL As Double,tC As Double) As Double
Function MarkSCX(tL As Double,tC As Double) As Double
Function MarkSCY(tL As Double,tC As Double) As Double
Function MarkSCa1(tL As Double,tC As Double) As Double
Function MarkSCa(tL As Double,tC As Double) As Double
Function MarkSCZ(tL As Double,tC As Double) As Double
Function MarkSCddX(tL As Double,tC As Double) As Double
Function MarkSChigh(Xsk As Double, Ysk As Double, FIsk As Double, y0pz As Double) As Double
Function MarkSCLpk(tL As Double, tC As Double) As Double
! ������������ ������� ���������� ������:
0 <= x0pz <= Xsk+(Ysk-y0pz)*tan(FIsk)
! ��������� ������������ � ���������


[20.12.2010] Akon <mykaralw@yandex.ru>
"MarkEdit v.1.0.0.0"
* ��������� ������ ���������
1 change: 1 addition & 0 deletions src/Authors.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Akon <mykaralw@mail.ru> [http://mykaralw.narod.ru]
Loading

0 comments on commit 65a2474

Please sign in to comment.