224 questions
We have created a program that checks for duplicate registrants and asks for the average age, and the current situation is as follows:The average age is required, but it doesn't seem to be able to che...
I tried to load the json file by incorporating picojson into VisualStudio 2012 C++, but I was not able to load the json file successfully.(The data I want most is multiple two-dimensional arrays in th...
Could someone tell me how to convert 8 Shape (6,1) data into (8,6) data?For example print(A.shape) is (6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)(6, 1)to becomeprint(B.shape)(8,6)I'd like to do somethi...
You are creating a program that randomly generates numbers within a specified range and places them in order of lowest in select_sort.I was able to program an array, but I don't know how to make it in...
values=[0, 1, 2, 3, 4 ]num = [a, b, c, d, e ]num_tmp = [ ]num_tmp = numfor value in values: num = num_tmp print(num) print(num_tmp) num.clear()In the above case, the value is num=[a, b, c, d, e], but ...
I would like to divide the 102×102 matrix into 17×17 matrices.The 102 matrix has the number of the matrix, so When I read it, I changed it from Dataframe to an array.I was able to read the 102 matrix,...
I have a question about C language.There are two arrays A, B, each storing an integer, the number in the array is sorted in ascending order, and there are no overlapping numbers in the array A, which ...
2d_array=[0,0,0],[0,0,1],[0,0,0],[0,0,0]]I would like to print the final result '(1,2)' from the list like above.As a trial, I made a separate list, added each element to the array above, and then loo...
このThis code is an error and cannot be used.I'm not sure, but isn't there an array of php defined and used as below?I don't think it's a multidimensional array or an associative array.[Definition Metho...
Let me ask you a question about Python 3 array operations.I want to create an array of the specified indexes, but I don't know what to do.I'd like to create an array B that consists of the third, sixt...
« | - 2 - | » |
© 2025 OneMinuteCode. All rights reserved.