Tagged Questions
0
votes
0answers
6 views
Getting information from one Table to a Form (Access 2013)
I'm creating an inventory program for my Grandmother's business (Perfumes) in which there is a Perfume DB (Done) and a Report (looks from a Form) that states all of the Perfumes sold to look for them ...
1
vote
3answers
50 views
Assigning a large number of variables (from a lookup table?)
I have a two-column lookup table with names in the first column and non-sequential numbers in the second column:
Name Number
ArcBo 16
ArcGl 41
BorSa 534
EleGr 121
GadMa 249
GadMo ...
1
vote
0answers
171 views
How to build lookup table for inverse perspective mapping? OpenCV
I want to build a lookup table to use with inverse perspective mapping. Instead of applying warpPerspective() with the transform matrix on each frame, I want to use a lookup table (LUT).
Right now I ...
4
votes
1answer
289 views
Generating AES (AES-256) Lookup Tables
I am trying to implement AES-256 in CTR mode using nVidia CUDA. I have successfully coded CPU code for key expansion and now I need to implement the actual AES-256 algorithm. According to Wikipedia, ...
0
votes
1answer
74 views
Why does ets delete my tables rudely?
After lookup a nonexistent table(t3) in ets, all the user-created tables(t1 and t2) will be deleted. Is it a bug or just a wierd feature of ets?
Here is the code in Eshell.
Eshell V5.9.1 (abort ...
0
votes
1answer
365 views
How to cross reference a table in an Access data source using Visual Basic 2010
I'm very new to programing. I'm using Visual Basic 2010. I have an Access data source named CoreDataSet, it has three tables: Rates, Vendors, Zones. I have binded the Vendors table to two Combo boxes, ...
0
votes
0answers
126 views
Color Lookup Table
I have a color lookup table which is 8 x 8 x 8 dimensions and I can't find any documentation about how the colors are sequenced so I can make the appropriate replacements from the source pixel to the ...
0
votes
0answers
36 views
Data lookup: Database vs Compiled Code?
A question of curiosity:
Assume you have a collection of N items that does get updated at an interval of T. Assume you have no other need for a database, other than to do lookups into this ...
1
vote
2answers
453 views
Bilinear interpolation color scheme
I'm currently working on a Mandelbrot fractal generator program in C#. For a coloring scheme, I'm using a linear interpolation and an array as a lookup table.
The problem with linear interpolation is ...
0
votes
5answers
3k views
Lookup table in Java
When I want to speedup part of codes, I use a lookup table instead of a function. In other languages I use Global arrays to do this job. I precalculated all return values and put them in an array.
...
0
votes
2answers
98 views
Is there a way to create RDBMS-behavior in Excel for row column lookups?
Is it possible to lookup values in excel in the following method:
Table 1
ID | Code
-----------------
1 | I
1 | J
1 | K
2 | I
2 | J
2 | L
...
6
votes
7answers
351 views
Optimization Headache - removing if's from Look Up Table
I'm trying to optimize the following piece of code, which is a bottleneck in my application.
What it does: It takes the double values value1 and value2 and tries to find the maximum including a ...
0
votes
1answer
467 views
jquery to look up a list column in another SharePoint 2007 list and plug value in on change?
I have a page with a form in SP 2007. I've added a dataview to another list to that page and hidden it using a DIV tag. that dataview shows up as a table under a div with ID="WebPartWP
Q3", but I ...
0
votes
3answers
445 views
Normalizing Foreign Keys with Junction & Lookup Tables
I've been scratching my head lately over the relationship between database normalization and foreign keys with respect to junction tables and lookup tables.
I’ve currently have the following tables: ...
0
votes
2answers
1k views
A lookup table, Store in MySQL or PHP
I have a question regarding to the performance between a lookup table store in MySQL(standalone table) or PHP(array), so here is my data (in array form)
$users = array(
array(name => 'a', address ...
0
votes
2answers
536 views
What is the best way to add/update/delete a lookup table in Microsoft SQL with ASP.NET C#?
I'm working on a local city project and have some questions on efficiently creating relationships between "parks" and "activities" in Microsoft SQL 2000. We are using ASP.NET C# to
I have my two ...
0
votes
4answers
118 views
Strange struct declaration, help please!
I am familiar with structs and arrays in c, however I have no idea what is going on in the below code. The order for struc declaration is usually:
struct employee {
char title;
int year;
} mark;
...
1
vote
1answer
901 views
jQuery: Look up table value
Basically I'm trying to create to use a table as a look-up table. Normally, I would do this server side, but in this case I just have an html table and the table is going to be inputted by the ...
2
votes
4answers
2k views
Find value within a range in lookup table
I have the simplest problem to implement, but so far I have not been able to get my head around a solution in Python.
I have built a table that looks similar to this one:
501 - ASIA
1262 - EUROPE
...
1
vote
1answer
308 views
Using Perl to select 1 from@db_link where db_link comes from each entries of a lookup table
I want to read a table in oracle which contains database links for checking availabilty of each database link and return only the bad results for each database link and error message.
I want to ...
0
votes
1answer
694 views
How to build up a lookup table in microcontroller?
I am so confused about how to build up a 3-dimension lookup table.
Is the template as follows:
create a 3 dimensional array to store data. Then create linked list. Then create function 'insert' to put ...
1
vote
2answers
8k views
Joining SQL lookup table with data table
I have a lookup table say cities with fields CityId, CityName
CityId CityName
1 New York
2 San Francisco
3 Chicago
I have an orders table which has fields: CityId, CustId, ...
1
vote
8answers
426 views
Is there a way to improve the speed or efficiency of this lookup? (C/C++)
I have a function I've written to convert from a 64-bit integer to a base 62 string. Originally, I achieved this like so:
char* charset = " ...
0
votes
1answer
414 views
empty lookup table vs non-matching lookup table (lookup transform)
is empty lookup table the same as non-matching lookup table in lookup transform?
what would be the result if no row redirection is configured?
1) an empty result set or
2) package failure at the ...
1
vote
2answers
897 views
MySQL enum column from anothertable column
I'm sure this is either totally impossible or really easy:
If I'm creating a table and I want one of the columns to have limited options, it seems that I use either the ENUM or SET value type. But I ...
1
vote
3answers
1k views
Loading a lookup table from a database into a C# program - data structure?
I have a table full of id's,categories and weights that I need to reference in my program as I read in records that contain those categories. What is the most efficient method to read those from a ...
1
vote
6answers
361 views
How do you deal with discrete sets of non integer numbers?
I have a program that needs to do a *compile time checkable** map from one known set of values to another known set of values:
in out
------------
8 37
10 61
12 92
13 1/4 109
...
