168 questions
I'm a beginner in programming.While studying cosine similarity, the results show a high value despite the obvious difference in data entered.The comparison between A and B shows a reasonable value of ...
About the addressing method.Direct Addressing MethodINDEX ADDRESSING SYSTEMBase addressing methodRelative Addressing MethodIndirect Addressing MethodRegister Addressing MethodImmediate Addressing Meth...
I want to save the given numbers in two dimensions.For example, if a sequence {3,12,4,1,5,8} is given, the first digit 3 is inserted into array 1, the second digit 12 is larger than 3, so it is insert...
This is about the formula below.I don't understand the process of transforming from the formula above to the formula below and the mathematical properties.I'm ashamed that I'm not good at math, but I'...
I have a question about the login system.I understand the security and usage of encoding passwords using hash functions instead of encryption.I also understood that it is done several times by adding ...
I'd like to write a program for determining the collision between a rectangle and a circle in a 2D game, so please tell me how to calculate it.Let the center of the rectangle be P0, half the width be ...
I've been learning from swift playgrounds several times.I typed the cord as shown in the picture, and it went smoothly to the red jewel, but it didn't stop at the jewel square, so I just passed by.Is ...
Consider drawing a graph of a function that is positively represented by the form y=f(x) on the (x,y) plane.However, let's say we plot only in the range x_min xx xx_max.To be simple, you can change x ...
Is there a way to sort the two ascending concatenated lists that share the last few nodes into one concatenated list in ascending order?For example, -900->120->200->230 \ 452->700 ...
I run into this game and manage to solve level one to even but not possible to solve level twelve, I think it is recursive algorithm, sorry if this is not question for this site :)Here is the linkhttp...
« | - 7 - | » |
© 2024 OneMinuteCode. All rights reserved.