No announcements
Found 81747 threads
-
0 Votes
BILINEAR INTERPOLATION 2D ARRAY
that searches through the 2D Array and returns a value based on this search. For example I want to know if the X value is 1.58, and Y value is 17.58 what is ...Unanswered | 1 Replies | 383 Views | Created by serdarkontas - Monday, September 16, 2019 9:01 PM | Last reply by Kareninstructor - Monday, September 16, 2019 9:09 PM -
0 Votes
Interpolation of a 2d array
Hi I've imported an excel file as a csv file into visual basic as a 2d array. The format is listed below 50 , 436 100 , ...Answered | 5 Replies | 1738 Views | Created by McLear7 - Saturday, February 7, 2015 9:38 PM | Last reply by Frank L. Smith - Sunday, February 8, 2015 12:11 PM -
0 Votes
Bilinear interpolation - DirectX vs. GDI+ question
, because: Both D3D and GDI+ are using float precision, and I've verified the coordinates are identical within float precision The formula for simple ...Unanswered | 12 Replies | 7309 Views | Created by thorrablot - Friday, March 11, 2011 6:50 PM | Last reply by thorrablot - Friday, March 25, 2011 9:51 PM -
1 Votes
2d array
using System; class Program { static void Main() { // A. 2D array of strings. string[,] a = new stringUnanswered | 4 Replies | 679 Views | Created by Doddsbury - Tuesday, February 17, 2015 4:48 AM | Last reply by CoolDadTx - Wednesday, February 18, 2015 3:56 PM -
1 Votes
2D Array
Acamar what if i want user to declare how many grade and name they want to enter ? using 2D array.Answered | 8 Replies | 1913 Views | Created by joyride123 - Monday, April 30, 2012 10:52 PM | Last reply by Acamar - Tuesday, May 1, 2012 1:21 AM -
0 Votes
enum 2d array , build array
i'm working in win32 environment and im wondering how to visually build a 2d array, as all the array does is place a £ sign in the first column at the top, but I ...Answered | 1 Replies | 1942 Views | Created by GeekLDN92 - Sunday, April 1, 2012 6:45 PM | Last reply by WayneAKing - Sunday, April 1, 2012 8:17 PM -
0 Votes
clear an 2D array
Is there an easy way to clear everything in a 2D array? Thank youAnswered | 3 Replies | 3028 Views | Created by Chraps - Sunday, April 20, 2008 11:05 AM | Last reply by JohnWein - Sunday, April 20, 2008 2:08 PM -
0 Votes
interpolation
Chart doesn't have the interpolation/densification functionality. It uses the System.Drawing.Drawing2D.GraphicsPath to draw the curve. The GraphicsPath can actually help you with ...Answered | 1 Replies | 5042 Views | Created by semicus - Wednesday, January 14, 2009 8:53 PM | Last reply by Victor Arakcheev - MSFT - Friday, January 16, 2009 6:51 PM -
1 Votes
1D array to 2D array
;; array [2] = "id=3&value=string3"; a i want get from this query sting 2D array like this: string[,] ...Answered | 1 Replies | 4149 Views | Created by tommyv580 - Sunday, June 28, 2009 12:41 PM | Last reply by JohnWein - Sunday, June 28, 2009 1:56 PM -
1 Votes
.csv to 2D array
.csv file using fileIO or filestream or similar, write it to a 2D array, and then access the data for further processing? Thank you, RonAnswered | 1 Replies | 306 Views | Created by Ron Lusk - Monday, July 7, 2014 8:13 PM | Last reply by Joel Engineer - Monday, July 7, 2014 9:30 PM -
1 Votes
2D Array
hello i dont know what i'm doing wrong it worked with 1D array but in 2D i get an exception The fact is that i dont know how long this array will be ...Answered | 4 Replies | 2563 Views | Created by mtrix - Sunday, October 19, 2008 3:37 PM | Last reply by mtrix - Sunday, October 19, 2008 4:51 PM -
0 Votes
2D Array
There's nothing built-in to resize a multi-dimensional array. Because multidimensional arrays are rectangular how the data is retained going to a new sizeAnswered | 3 Replies | 9100 Views | Created by mpt_fz - Thursday, March 6, 2008 7:40 PM | Last reply by Peter Ritchie - Thursday, March 6, 2008 8:26 PM -
0 Votes
Convert 2D array of String to 2D array of Byte
Yes, I'm talking about 2D array ..Answered | 6 Replies | 460 Views | Created by rasha mohammad - Wednesday, March 30, 2016 8:17 AM | Last reply by Reed Kimble - Wednesday, March 30, 2016 7:05 PM -
0 Votes
? Queue.Dequeue to a 2d array ? (1D to 2D Array)
Instead of a 2d array you may want to look at jagged arrays (i.e. an array of arrays)Answered | 1 Replies | 4516 Views | Created by serpos - Wednesday, June 7, 2006 7:41 PM | Last reply by Jonathan Aneja - MSFT - Wednesday, June 7, 2006 8:26 PM -
0 Votes
2d array in xaml
) and vertically (to see more classes). The first row will always be visible. each cell in the array will be clickable to display a new page that is passed an id for the teacher and ...Discussion | 2 Replies | 2277 Views | Created by John Visio MVP - Thursday, November 18, 2010 1:55 PM | Last reply by John Visio MVP - Friday, November 19, 2010 2:57 AM -
0 Votes
2D multidimentional array initialization
I m trying to initialize a 2D array but error ius showing up microsoft excel -VBA or macros Private Sub ...Answered | 3 Replies | 371 Views | Created by jitin_3 - Friday, January 8, 2016 4:52 PM | Last reply by John Anthony Oliver - Friday, January 8, 2016 10:33 PM -
0 Votes
2D array in C++
For 2D array in C++ (not in JAVA), what are the differences between 1/ int array[rowsize][columnsize]; 2/ int ...Answered | 3 Replies | 8418 Views | Created by Star World - Thursday, March 22, 2007 3:03 PM | Last reply by Marius Bancila - Friday, March 23, 2007 7:50 AM -
0 Votes
2d array filling problem
cluster is a 2d array of tpix type. it has MAXCLU(10000) rows and MAXPIX(6000) columns. that is, the cluster has 10000*6000 tpix variables. ...Answered | 4 Replies | 2532 Views | Created by gadir675 - Monday, June 4, 2012 12:07 PM | Last reply by Barry-Schwarz - Sunday, June 10, 2012 11:27 PM -
0 Votes
Length of 2D array
I have a 2D array private string[,] Test = newAnswered | 2 Replies | 4974 Views | Created by OscarKwok - Wednesday, August 23, 2006 4:03 AM | Last reply by nobugz - Wednesday, August 23, 2006 12:07 PM - Items 1 to 20 of 81747 Next ›
No announcements