× Steel W Section Design Software Primes Up To 268435456 13-13-13-13 Card Dealer Program To Print Ascii Table To File Go Back Go Back to Home Page

C



  • File Name: Steel_W_Section_Design_Software | Type of File: Application (.exe) | Size: 134 KB




  • File Name: BeamColumnDesign | Type of File: C source file (.c) | Size: 26.3 KB

  • File Name: BeamColumnDesign | Type of File: Header file (.h) | Size: 337 bytes

  • File Name: BeamDesign | Type of File: C source file (.c) | Size: 15.0 KB

  • File Name: BeamDesign | Type of File: Header file (.h) | Size: 313 bytes

  • File Name: ColumnDesign | Type of File: C source file (.c) | Size: 12.8 KB

  • File Name: ColumnDesign | Type of File: Header file (.h) | Size: 321 bytes

  • File Name: main | Type of File: C source file (.c) | Size: 1.53 KB

  • File Name: Sections | Type of File: Text Document (.txt) | Size: 17.7 KB


  • This software is a steel member selection software which selects a W section from a document that contains most common W sections produced in Canada and suggests a section to the user that satisfies the CSA S16-14. Selection criteria is weight by default but the source can be modified easily to add a criteria such as web length. Then the user can start a structural analysis software of his choice and assign the member. If the node stiffness and forces change after assigning the member and running the analysis using a structural analysis software, this software allows re-entry and iteration.


    I wrote this in my third year for the Steel and Timber Design Course since the educational version of S-Frame we received from the university did not do code checking (was disabled). Commercial versions of most structural analysis software including S-Frame have section selection and code checking.


    I explained more about this software here: Click to View





  • File Name: PrimesUpTo268435456 | Type of File: Application (.exe) | Size: 57.8 KB




  • File Name: PrimesUpTo268435456 | Type of File: C source file (.c) | Size: 7.69 KB


  • This software can be used to generate primes up to 268435456. This number is selected to consume at most 1 GB of memory assuming the size of an integer is chosen to be 4 bytes by the compiler. Number of primes and prime count up to a selected positive integer can be displayed on console and if requested by the user, the primes can be saved in a text file with a nice format.





  • File Name: 13-13-13-13_CardDealer | Type of File: Application (.exe) | Size: 62.3 KB




  • File Name: 13-13-13-13_CardDealer | Type of File: C source file (.c) | Size: 16.5 KB


  • This software can be used to deal a standard 52-deck card equally (13 cards to each person) into 4 people. The dealing is close to random and every time the software is run, dealing changes. This can be used in games like Bridge for preparing boards. The source code can be modified for different amount of people.





  • File Name: ProgramToPrintAsciiTableToFile | Type of File: Application (.exe) | Size: 53.1 KB




  • File Name: ProgramToPrintAsciiTableToFile | Type of File: C source file (.c) | Size: 832 bytes


  • This software can be used to print ascii table into a text file. Having this table quickly is useful for programming.