Top "Lookup-tables" questions

A look-up table is an array or matrix of data that contains items that can be searched.

TSQL table variable initialization

I have the following TSQL table variable: declare @NumDaysMonth table ( month_id smallint, num_days smallint ) I just want a …

sql tsql lookup-tables table-variable
How to use LookUp tables in oracle?

In my database, many tables have the 'State' field, representing the state that, that particular entity falls in. I have …

sql oracle lookup-tables
Is there a convenient way to apply a lookup table to a large array in numpy?

I’ve got an image read into numpy with quite a few pixels in my resulting array. I calculated a …

arrays numpy python-2.x lookup-tables
Country, State, Province WebService?

Are there any good webservices out there that provide good lookup information for Countries and States/Provinces? If so what …

web-services lookup-tables
How to use a look up table in MATLAB

I need to perform an exponential operation of two parameters (one set: t, and the other comes from the arrays) …

optimization matlab lookup-tables
Simple lexical analysis java program

My little project is a lexical analysis program in which i have to take every word found in an arbitrary .…

java lexical-analysis lookup-tables
Excel table lookup matching values of two columns

I'd like to create a table lookup formula that matches two columns. For instance, suppose I'd like to find the …

database excel excel-formula lookup-tables
Small Tables in Python?

Let's say I don't have more than one or two dozen objects with different properties, such as the following: UID, …

python lookup-tables
Loading the data for a Simulink Lookup Table from a file

I've built a Matlab/Simulink model that I'm using to simulate the performance of an underwater robotic vehicle that uses …

matlab modeling lookup-tables simulink acoustics
Creating a list of symbols in latex

I'm trying to get an auto generated list of symbols in my latex project. Here is the macro that I …

latex macros lookup-tables