Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2023-02-09 | 1.5 kB | |
Representation of Directories in Multiway Tree.zip | 2023-02-08 | 552.8 kB | |
Totals: 2 Items | 554.3 kB | 0 |
2/8/2023 This is an example of using Ada 2012 multiway trees. It fills a tree with directory data and then displays the information in each node of the tree. The zipped file contains the GNAT Studio (GPS) project file, multiway_directory_tree.gpr and the two project folders, src and obj. Select the folder that you would like the project to reside, copy Representation of Directories in Multiway Tree.zip to it and unzip it. The src folder has the source code and obj contains the files generated by GPS make all, including the multiway_directory_tree.exe. For Representation of Directories in Multiway Tree.zip MD5 Checksum: 2EDDB27FD5C51331ADC2610857E54A28 SHA-1 Checksum: 43365D95A244DA8FA6D623DA54460A86C3E4AC16 SHA-256 Checksum: 0F109C9F5A3ECB1F8048E3E599D98DCFD7FBCAB0363D638972A511ABCCB823EC SHA-512 Checksum: 730A0D9277E904786EB23552D46614A7494C41986C544404CB747CBEECBA441F558DE71A8CC812F0FBF819433AAAE17B45DE4110F47786BE1B728636F8441B52 Generated by MD5 & SHA Checksum Utility @ http://raylin.wordpress.com/downloads/md5-sha-1-checksum-utility Source Files: dirtree.ads Interface package for procedure fill_dir_tree dirtree.adb Package body for fill_dir_tree - recursive procedure tdirectory.ads Declaration (object-oriented) package for tree nodes tdirectory.adb Package body for methods tdirectory_tree.ads "Instantiation" of TDirectory_Trees - multiway tree of TDirectory.Object multiway_directory_tree.adb "main" procedure multiway_directory_tree.gpr GPS project file