發表文章

目前顯示的是有「pascal」標籤的文章

Quartex Pascal, an exciting Object Pascal development toolchain for writing modern, HTML5 and node.js powered applications. delphi sim

 Quartex Pascal, an exciting Object Pascal development toolchain for writing modern, HTML5 and node.js powered applications. https://www.educational-computing.com/QuartexPascal.html https://jonlennartaasenden.wordpress.com/tag/quartex-pascal/ https://quartexdeveloper.com/ https://android.googlesource.com/platform/external/llvm/+/f3ef533/lib/Object/MachOObjectFile.cpp https://www.twblogs.net/a/5e52c2abbd9eee211681b977 Getting into Node.js from Delphi - 台部落 Delphi is one of the best development toolchains for Windows. I have been an avid fan of Delphi since it was first released, and before that – Turbo Pascal too. Delphi has a healthy following – and despite popular belief, Delphi scores quite well on the Tiobe Index. https://learndelphi.org/what-you-should-know-about-quartex-pascal-and-how-it-makes-rad-work-for-javascript/ QTX Framework for Delphi and FPC is available on BitBucket QTX Framework for Delphi and FPC is available on BitBucket. The QTX Framework is a large and mature fr...

Quartex Pascal – Research and development for the next generation object pascal

 Quartex Pascal – Research and development for the next generation object pascal Welcome to the official website for Quartex Pascal, an exciting Object Pascal development toolchain for writing modern, HTML5 and node.js powered applications. Quartex Pascal (short: QTX) is an object pascal IDE, compiler, run-time library and development system. Unlike traditional, native development systems, such as C/C++, Delphi or Freepascal, QTX generates high performance JavaScript – allowing developers to tap into web technology and enjoy the full might of modern mobile, desktop and server development.  https://jonlennartaasenden.wordpress.com/2021/10/05/quartex-pascal-nearing-completion/ https://quartexpascal.wordpress.com/  https://jonlennartaasenden.wordpress.com/category/quartex-pascal/

byte 2 bin byte array

var   a: byte;   MASK: byte;   arr : Array[0..7] of byte;   iindex : byte; begin   a:= random($ff);   MASK := ($80-1);// ($1 shl (sizeof(a)*7) )-1   //writeln(MASK);   write('a= ');   write(a);   write('= ');   write(a div 16 );   write(',');   write(a mod 16 );   writeLn(''); //msb 1 byte  to 8byte   for iindex := 7 downto 0 do   begin     if a > MASK then arr[iindex]:=1 else arr[iindex]:=0;     a:= a shl 1;     write(arr[iindex]);   end;   //writeLn('-----------');  

跨平台 pascal 免費 編譯 開發 環境 (window Qt X 基礎) codetyphon lazarus delphi similar delphi development environment

http://www.pilotlogic.com/sitejoom/index.php (window Qt X 基礎)  codetyphon lazarus delphi   similar delphi development environment lazarus codetyphon Tool party Components packages Free Libraries http://forum.lazarus.freepascal.org/index.php?topic=38514.0 CodeTyphon ver 5.50 At 18-Sep-2015 we released a new version 5.50 of our  Free, Pascal Visual Programming Studio CodeTyphon. for Cross-Platform Native Development, with Multi-OS, Multi-CPU and Cross-Build abilities. For all changes please read Changes log file codetyphon lazarus http://www.pascalscada.com About PascalSCADA The PascalSCADA is: a framework for Delphi/Lazarus to quick development of HMI/SCADA applications. Platforms supported by PascalSCADA: Windows, 32 bits and 64 bits Linux, 32 bits and 64 bits FreeBSD, 32 bits and 64 bits (64 bits needs FPC 2.4.4+) Windows CE (needs FPC 2.6.0+) What you can do with PascalSCADA? Exchange data with PLC's, create interfaces, s...