Thread: How to implement a look up table in C programming for the below table?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2017
    Posts
    2

    How to implement a look up table in C programming for the below table?


    down votefavorite
    In one of my application I need to implement a look up table in C.
    I have attached the lookup table.
    I need to pick the data depending on two variable parameters temperature and pressure
    for example if temp=0 and pressure=750 then I have to pick 14.37.and so on Thanks in advance



    down votefavorite
    In one of my application I need to implement a look up table in C.
    I have attached the lookup table.
    I need to pick the data depending on two variable parameters temperature and pressure
    for example if temp=0 and pressure=750 then I have to pick 14.37.and so on Thanks in advance

    Attached Images Attached Images How to implement a look up table in C programming for the below table?-my-table-jpg 

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 1
    Last Post: 08-23-2017, 11:51 AM
  2. Replies: 6
    Last Post: 09-30-2011, 05:35 PM
  3. Error when trying to implement a hash table class
    By nempo in forum C++ Programming
    Replies: 5
    Last Post: 10-06-2007, 09:55 AM
  4. Sorting a table and saving a table help!!!
    By MrMe913 in forum C Programming
    Replies: 4
    Last Post: 04-18-2007, 12:19 PM
  5. Programming a Truth Table
    By Nitelite in forum C Programming
    Replies: 2
    Last Post: 09-26-2002, 01:49 PM

Tags for this Thread