Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
36,167 questions
Filter by
Sorted by
Tagged with
-2votes
0answers
77views

I have this part of my code where I have an array and want to compare it with other constant arrays, to find a match. As I am working with Multi-dimensional arrays, I decided to store these constants ...
4votes
3answers
80views

I have set of data that I am pulling from another sheet with filter() function, and then I'd like to use array formula if possible (with # operator) to have formula spill dynamically for as much rows ...
3votes
1answer
178views

I am attempting to move away from std::vector<std::vector<int>> types and use boost::multi_array in its place. I am struggling how to initialize such data members though.I used to have a ...
Advice
0votes
3replies
96views

I'm in C and I have an int ** (2 dimensional array, it's basically a matrix, it's actually set up a little bit complicated but there's no internal aliasing, so it's not relevant).is this int** ...
3votes
2answers
130views

I'm trying to create a package of generic adjacency matrices to define graphs, and the first goal is to define a static version based on two-dimensional array:with Ada.Containers.Vectors;generic ...
1vote
2answers
110views

I have the following code to sort the items based on a timestamp.$arr = [];foreach(glob('*.json') AS $item) { $data = json_decode(file_get_contents($item), true); $arr[] = [ 'taken' =...
1vote
1answer
99views

I want to extract "email" from JSON using ADF/Synapse.Below is the JSON that I want to flatten and extract all "email" which is in an object in a multidimensional array:{ "...
2votes
1answer
96views

I want to read an Excel file without openening the file and put the result in a two dim. array. For this I use the below codeSub ReadExcelFileWithoutOpening()Dim conn As ObjectDim rs As ObjectDim ...
-1votes
1answer
172views

After some extensive search I could not find a clear answer to the following issue. When one is to compare the 1D (vector<type>) vs 2D (<vector<vector<type>>>) vector ...
1vote
2answers
190views

In my initial question there was some confusion as to what I was really trying to do.Specifically, when I edit large images i store them in an array of pixels where Pixel image[iwid][ihei] is my ...
1vote
1answer
110views

I am using the following code for automatic vector/matrix template parameter deduction (I am particullarily interested in automatic deduction from passing initializer lists)template<class T, ...
1vote
2answers
92views

I am trying to convert an XML string into multi-dimensioned PHP array. The difficulties are that XML comes with attributes and has nested values. My code works at parent level data but I am not sure ...
2votes
3answers
192views

I have a question about the performance tradeoffs between different ways of storing 2D arrays in memory in C.I know that if I declare a 2D matrix A with dimensions MxN by the following:int (*A)[N] = ...
0votes
0answers
91views

I'm looking at the newly-introduced std::mdspan class template (also described here on SO). One of the template parameters is, according to cppreference:LayoutPolicy - specifies how to convert ...
0votes
1answer
90views

i would like to create a nested list of arbitrary depth (containing numerical values specifically) with uniform arbitrary lengths at each level and then compress it to a NumPy array of minimum ...

153050per page
1
2345
2412

Hot Network Questions

more hot questions
Newest multidimensional-array questions feed

[8]ページ先頭

©2009-2025 Movatter.jp