pascal
How to invoke PascalScripts UnitImporter from command line
I want to know i开发者_运维知识库f there is a way to start the PSUnitImporter.exe from command line. What I want to do is to have the import file created automatically as a Pre-Build Event.[详细]
2023-02-11 05:39 分类:问答Delphi: EInvalidOp in neural network class (TD-lambda)
I have the followi开发者_运维技巧ng draft for a neural network class. This neural network should learn with TD-lambda. It is started by calling the getRating() function.[详细]
2023-02-11 05:09 分类:问答How to get a random number in pascal?
I want to get a random number in pascal from between a range. Basically something like this: r = ran开发者_如何学JAVAdom(100,200);[详细]
2023-02-10 08:51 分类:问答Pascal Syntax Error
I have the following function in my program:开发者_开发百科 function Getrand(rStart,rEnd:Integer): Integer;[详细]
2023-02-10 08:46 分类:问答How to create regexp parsing pascal-like function declaration with body?
How to create (and is this possible) regexp parsing pascal-like function declaration with body ? I\'ve created some regexp[详细]
2023-02-10 06:29 分类:问答How do I write arrays in pascal?
Is this program correctly written with the array? Program Malaria_Outbreak (input,output); Var BC:real; LO:real;[详细]
2023-02-10 03:15 分类:问答C# double to real
i am trying to convert double to pascal real but when i convert 0.23 to real i got 0.23999999 real how can i truncate all 9999 to 0000.[详细]
2023-02-08 13:46 分类:问答access links in the activation frames on the machine stack
I know that access links on the stack + a display array are a way of implementation for reaching non-local 开发者_StackOverflow中文版objects in nested procedures.[详细]
2023-02-07 18:52 分类:问答How can I get a character in Python similar to Pascal readkey
In Pascal I can execute this code to get a character from keyboard input: uses crt; var ch: char; begin ch := \'.\';[详细]
2023-02-06 22:40 分类:问答Part of pascal function
I\'m trying to rewrite a pascal program to PHP, and don\'t understand what this part of pascal function do:[详细]
2023-02-05 17:26 分类:问答