An array is an ordered data structure consisting of a collection of elements (values or variables), each identified by one (single dimensional array, or vector) or multiple indexes.
-2
votes
3answers
64 views
2d Array sorting by lowest to highest number [closed]
I would like to sort this 2D array so it would output something like this:
1 2 3
4 5 6
7 8 9
and also tell me how many moves it made to rearange. Thank you allot !
Here is my code so far:
...
0
votes
4answers
39 views
read from a file, split the line and store in an array JAVA
Okay guys first and foremost let me say that I am a NOVICE when it comes to programming in JAVA. I am teaching myself, so with that said please bear with me as I am doing the best I can with what I ...
0
votes
2answers
12 views
Rails 3 - How to do a find_all_by with a single exception (removing a single record from the resulting array)?
I have a case where I must use find_all_by; I have a cookie session hash which is limited in size (4kb), so instead of storing the records I need themselves, I'm storing just the IDs in an array. ...
0
votes
1answer
47 views
Pivoting tables in pandas
Below is an extract of a dataframe which I have created my merging multiple query log dataframes:
keyword hits date average time
1 the cat ...
-1
votes
2answers
34 views
Assigning a default value to each element in an array of struct in C
I need to initialize an array of structs with the same default values. This is a VERY large array, so setting each element by hand in an initializer is not feasable. Is the following code a correct ...
0
votes
2answers
39 views
javascript associative array, remove index only
I got a small problem in javascript and i can't resolve it...i'm pretty sure it's stupid but :
i've got an array like this :
test = [1: Array[4], 500: Array[1], 1000: Array[1]]
and i'd like to ...
1
vote
5answers
66 views
Why does this function in Java doesn't affect the result?
class Test {
public static void main(String[] args) {
int[] list = {1, 2, 3, 4, 5};
reverse(list);
for (int i = 0; i < list.length; i++) {
...
0
votes
2answers
71 views
Set object into C array at first available index
I have an array of box2d bodies, initialized like this:
b2Body *touchedBodies[10];
I need to populate it with several b2Bodies, and I want to set the next b2Body into the first available place -- ...
0
votes
2answers
34 views
execute array php prob
Here is the current code:
$db = new PDO( 'mysql:host=localhost;dbname=hidden_web', "hidden", "hidden" );
// Test to see if we have data from myForm, if we do, insert it into the database.
// If we ...
-2
votes
2answers
80 views
Create array from information in C++ [closed]
I need create a array with genotype by observation from snps information. I tried the code below, the program was compiledm but when I run with error. How can I do that?
#include <iostream>
...
0
votes
1answer
33 views
Sorting a complex multi-dimensional array
I have this complex array that I need to sort by value that is deep inside the array.
here's the array structure:
$array = array(
array(
'data' => array(
'tree_id' ...
0
votes
3answers
51 views
Count how many times an item from an array is used in php
I'm trying to write a code, and could use a little help. Lets say I have a test file with 5 colors. I only want each color to be used 10 times.
EDIT: Edited the code to reflect my setup some more. ...
0
votes
4answers
36 views
Jquery Make Array Key To Be Var
What I'm trying to do its add array on my function and the key to be var key, example I send this to my function:
var obj = {
"div_id":"#Menu_Videos",
"div_class":".wideDropdown_Menu_Videos",
...
0
votes
1answer
22 views
Xcode NSRangeException on second run through of code
Now I know what an NSRangeException is. What I dont get is why on the first run through of my code it's fine, but when the same code (and variables) are setup the second time it fails. Even stepping ...
0
votes
4answers
43 views
Create arrays dynamically in a loop with javascript
Here's a pseudocode example about what I'm trying to do:
var totalLanguages = XX;
for(var i = 0; i < totalLanguages; i++){
var dynamicArray + i = new Array();
/*.....*/
}
I need to ...
1
vote
2answers
35 views
Merging two n-dimensional arrays
I have two n-dimensional arrays which I would like to merge. I have already reviewed this question, however, it is only good for merging two dimensional arrays. I am trying to accomplish the same ...
0
votes
3answers
32 views
PHP stdobject with @ symbol for key
From a json decode, I have an std that has a key called
@MyKey
Note the @ symbol prefix. I'm not sure how to access it because doing:
$item['@MyKey']
Results in
Cannot use object of type ...
0
votes
2answers
52 views
How can I make this function work?
I have two arrays set up that I wish to multiply each value within each together. Then I want to get the total value in the form of a variable. I will post what I have below. I think my problem may be ...
1
vote
1answer
75 views
Make array iteration faster using views
If I have a large numpy array x I can speed up many iterative operations, like instead of writing
x[1:-1] = 5*x[1:-1]
I can use
x[1:-1] *= 5
which is faster, because in contrast to the first ...
0
votes
1answer
16 views
SWIG cannot convert typedef type correct
I'm using SWIT to convert a vc project to python.
I found when a struct has a member which type is like "typedef char TEXT[16]" cannot be converted correctly.
for example:
typedef char TEXT[16];
...
0
votes
1answer
45 views
Loop for Arrays in php
<?php
session_start();
$link = mysqli_connect("localhost", "xxx", "xxxxxx", "xxx");
/* check connection */
if (mysqli_connect_errno()) {
printf("Connect failed: %s\n", mysqli_connect_error());
...
1
vote
1answer
32 views
Loop and compare values from array
In Sheet1 I have a single column with populated cells from 1-20 row with regular numbers. Look at picture bellow:
In Sheet2 I have also a single column, cells are starting from 5-25. If I enter ...
0
votes
1answer
44 views
Application crashes when I try to access a multidimensional array
For some mysterious reason, the following code makes my Android application crash :
public class NearestFixMarker {
private static MyArrayListMarker nearestFixMarker[] = new ...
3
votes
1answer
42 views
Codeigniter Database results - Objects or Arrays?
I've been using Codeigniter for a good while now and i've often wondered which/whether to use Codeigniter's
$query->result() or $query->result_array()
Personally, I've tended to stick with ...
7
votes
2answers
43 views
Indexes of fixed size sub-matrices of numpy array
I am implementing an algorithm which requires me to look at non-overlapping consecutive submatrices within a (strictly two dimensional) numpy array. eg, for the 12 by 12
>>> a = ...
0
votes
3answers
45 views
how can i get index array php from condition below
$lang_result = array();
function f_language($lang)
{
if (is_array($lang) === true)
{
foreach ($lang as $key => $value)
{
$temp[] = "'$value'";
}
...
1
vote
3answers
39 views
Split number by decimal and return back as 2 separate elements
Here is a tricky task.
I have price list as this :
<span class="price">10.99€/span>
<span class="price">1.99€/span>
I need to transform this into this
<span ...
3
votes
4answers
51 views
convert listbox items to array integers C#
Having trouble adding integers to the item array of a list box. Cannot seem to convert the listbox to integer. Any help is appreciated, thanks.
int[] ratingArray = new int[numberRatingsInt];
for (int ...
0
votes
1answer
18 views
array within array error during upload in codeigniter
I am getting problem while accessing array in views....
This is the function in controller
public function go()
{
if(isset($_POST['go']))
{
$config['upload_path'] = './uploads/'; /* NB! create ...
0
votes
0answers
27 views
child/parent pairs sum per level
sorry to ask, answer is probable recursive but cant get my head around recursion.
Have a workflow that can have sub-workflows in that workflow, I can calculate the time in each workflow, but am ...
-2
votes
4answers
59 views
VB.NET Find a string in an Array [duplicate]
I am new to VB.net, usually a Python or Matlab programmer.I have begun programming in VB.Net. I am battling to reference an index of a string in an array without looping through a for loop
How can I ...
16
votes
1answer
214 views
Why are most methods of System.Array static? [closed]
I guess this is more of a framework design question. I recently wondered why most of the methods in System.Array are static. My gut reaction always is to use e.g. IndexOf(object) on the Array ...
0
votes
0answers
44 views
Array Index Out Of Bounds Exception with HashMap in android
having a problem with this bit of code below.
What it's supposed to do is take the numbers in arrDBNumbers and use those numbers to fill listview with the 6 different images. arrDBNumbers is full, and ...
1
vote
0answers
4 views
CakePHP and multiselect checkbox
I'm sorry I've looked everywhere. For sure I'm doing a basic error in PHP using arrays. FormHelper returns me the correct HTML input checkbox only when I use the parameter 'selected' => array ...
-2
votes
0answers
29 views
How can we validate and store it using dependent array with respective values using PHP [closed]
I want to store both checkbox and textarea values using array.
Below is the question.
Do you consume any of the meals outside, if yes please mention
Breakfast _____________
Lunch _____________
...
0
votes
1answer
23 views
what does “Attempt to reference field of non-structure array” error mean?
hi do you have any idea what does it mean? and how can I fix it
??? Attempt to reference field of non-structure array.
Error in ==> sym.symsum at 74
r = ...
0
votes
0answers
20 views
PHP Extract equally from X queues to one queue with Y elements
I need to implement a system of queueing that extracts elements equally from x queues to one single queue with y positions.
Let's say I have 5 queues, each with a number of elements and I need to ...
4
votes
3answers
45 views
Array values into list box
Hey guys currently have the following code
I am trying to insert values into a listbox, and then be able to resort the values by alphabetical order and re display them in the same listbox. For some ...
0
votes
1answer
33 views
array key and value matter
I have an array $fping and when its key is equal to a variable($probe_name), how to get the exact value from that array.
$fping=array(
'FPing1'=>$x1,
'FPing3'=>$x3,
...
1
vote
3answers
32 views
PHP: Implode data from a multi-dimensional array
I'm a novice at PHP and I need a quick solution to the following problem but can't seem to come up with one:
I have a multi-dimensional array like so
Array
(
[0] => Array
(
...
-2
votes
1answer
27 views
Write data to TXT file [closed]
I need to write some data into the txt file to be able to open it in MS Excel and get each value in a separate cell. How to do this?
$file = "outputs.txt";
$handle = fopen($file, 'w');
$data = "";
...
0
votes
2answers
51 views
dynamically allocating an array of linked lists
So I'm trying to make an array of linked lists, at first I had the following code:
typedef struct node{
int data;
struct node *next;
} node;
struct ko {
struct node *first;
struct ...
0
votes
0answers
39 views
return fixed size array
Sometimes I want to return an array of something, I know what I should do it let the caller to make the array and modify the array in the method. But it turns out this works?
@interface Test : ...
0
votes
1answer
25 views
Smarty/php : how to handle an array
So I've been workin with smarty for only 2 weeks so I basically don't know anything about it.
I've got this array :
Array (
[0] => Array
(
[id_personalized_case] => 107
...
0
votes
2answers
17 views
LabView: fixed size array
is there a way to create a fixed size array in LabView?
I know that I can do some check on the array size, then discard values when an array size become greater than a specific value. But, I think ...
0
votes
2answers
34 views
How to write single-line from multi-line blocks in ruby?
I'm trying to write the single-line block for each entity from array (@controller) and the purpose of this single block is yield the [n] element from the controller array, n is an accessor, now I ...
-10
votes
2answers
69 views
How can I remove duplicates value in array and left only one of this? [closed]
Can any one help me how could I remove duplicate value and return one copy of the duplicate values in an array?
0
votes
2answers
35 views
How to send integer array through SerialPort
I have an integer array d:int[] d = new int[]{1,2,3,4}
I want to send this through serial port (System.IO.Ports.SerialPort).
What I have written was
serialPort = new SerialPort("COM1", 9600, ...
0
votes
0answers
8 views
pass more than one parameters to webapi ,contains an array
public HttpResponseMessage PostEmployeeHours(EmployeeHours[] models,int year,int month)
post data is:
[0].Name ="Army"
[0].ID = 12
[0].Hours = 12
year = 2013
month = 3
This method cann't receive ...
1
vote
4answers
54 views
deleting specific value of array
I have an array containing the numbers 1 to 10.
When i select one random array key, i want to delete this one
The following code does something like it, but just not good enough.
$imgArray = ...


