ada
The use of IN OUT in Ada
Given below is some code in ada with TYPE_VECT_B; use TYPE_VECT_B; Package TEST01 is procedure TEST01 ( In_State: INVECT_B ;[详细]
2023-01-02 15:24 分类:问答How to convert a Ada.Real_TIme.Time to a string?
I would like to write a Ada.Real_Time.Time in a file,开发者_如何学JAVA How can I do that? ThanksYou can use Ada.Real_Time.Split to convert an Ada.Real_Time.Time into (a) the number of seconds since[详细]
2023-01-01 11:16 分类:问答Creating Ada record with one field
I\'ve define a type: type Foo is record bar : Positive; end record; I want to create a function that returns an instance of the record:[详细]
2022-12-28 22:10 分类:问答address representation in ada
I have pasted a code below which is in Ada language.I need some clarification on some implementations.[详细]
2022-12-28 12:59 分类:问答The use of mod operators in ada
Can anyone please tell me the usage of the following declarations shown below.I am a beginner in ada language.I had tried the internet but that was not clear enough.[详细]
2022-12-27 23:07 分类:问答double precision in Ada?
I\'m very new to Ada and was trying to see if it offers double precision ty开发者_Go百科pe. I see that we have float and[详细]
2022-12-27 19:06 分类:问答Convert the ada code to its C
I have a piece of ada code shown below which is a simple switch case statements.Is there any better way to convert this into C.[详细]
2022-12-27 18:06 分类:问答gnat programming studio auto fix issues
I\'m using GNAT Programming Studio to update some ada files. I have a style check, wh开发者_C百科ich for these old files produces literally thousands of warnings. Helpfully GPS has a little auto fix \[详细]
2022-12-27 07:14 分类:问答Doubts in ada language
HI all, I ama beginner in the ada language.I have an short piece of code.Can anyone please tel me what does it mean?[详细]
2022-12-27 03:50 分类:问答In Ada how do I initialise an array constant with a repeated number?
I need an array of 820 zeros for using with a mathematical function. In C I could just write the following and the compiler would fill the array:[详细]
2022-12-25 04:55 分类:问答