ada
Software engineering with Ada: stubs; separate and compilation units [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-01-07 05:09 分类:问答Procedure to open, write and append in Ada
This question is a follow-up of the post at Ada file operation: instantiation and exception about writing to files in Ada.[详细]
2023-01-06 09:45 分类:问答Ada file operation: instantiation and exception
I\'m learning Ada and I need some clarifications on file operations. I have just one type: float and I have to create 2 files that will store float values (with append operation). So I\'m instantiatin[详细]
2023-01-06 02:30 分类:问答Ada: plotting 2d graphs
it would be interesting to be able to plot a 2D graph within an Ada code rather than having to save values say to file and use an external drawing software afterwards. A search on the web has taken me[详细]
2023-01-06 01:51 分类:问答Ada matrix package
I\'m in search for a free package that do most matrix/vector operations. I can write some basic functions myself but for advanced ones like computing eigenvalues and eigenvectors I would prefer robust[详细]
2023-01-05 19:37 分类:问答Ada: constant declaration
I\'m reading Norman Cohen\'s Ada 95 book and on page 129 we have the constant declarations: Pi: constant Float := 3.1415926536[详细]
2023-01-05 13:25 分类:问答Constant declaration in Ada
Being new to Ada, I\'m exploring its syntax and rules and I would like to draw attention on the code given next. Here I\'m trying to set a variable Actual_Stiffness to hold a constant value. Its value[详细]
2023-01-05 11:00 分类:问答Are there any differences between these two files?
I have two ada files shown below A1.ada procedure KOR616 is I : Integer := 3; procedure Lowest_Level( Int : in out Integer );[详细]
2023-01-04 13:00 分类:问答The use of insert in ada?
Can anyone please t开发者_StackOverflow中文版ell me the usage of Insert in Ada language.I had tried the net but i couldn\'t just figure out.It would bea great help if anyone could provide me with exam[详细]
2023-01-03 07:18 分类:问答ADA Real_time string
Possible duplicate: How to convert a Ada.Real_TIme.Time to a string? How can I convert a Time type obtained with a Ada.Real_Time.Clock to a 开发者_如何学CString type in Ada ?dude use the To_Duration[详细]
2023-01-02 18:17 分类:问答