168 questions
In a three-dimensional space, set r=(x,y,z) by one point and Consider a sphere with a radius of n centered around it.The inside of this sphere is then divided into cubes in a grid.The side length of t...
This is a question about graph theory.I would like to think about how to maintain the positional relationship between vertices (nodes) in the variant.As a concrete example, we consider the molecules o...
I have a question about C#'s App.config.When I launch the app, I would like to read the data in drop-down list 1 and other drop-down list 2 from App.config.Also, I will use the key and its value later...
I'm sorry for the rudimentary question, but I'd like to ask you a question.languages:C#We are currently working on an application that runs in the following order.Read file data → Convert read data → ...
I would like to draw a convex polyhedron with 3D graphics.A polyhedron is defined by a plane (no boundaries) surrounding it, so you can get all the vertices if you want, but I don't know how to create...
I have a question about checksum.Create a checksum for the binary file (up to 2048 kbyte).The checksum will be minus every 1 byte and will be the total value.See url belowAbout checksumAt that time, t...
Hello, this recursive function I made with python3 doesn't work well.def func(teleports_string): strings = [{n[0], n[1]} for n teleports_string.split(', ')] start = {'1'} def search(string, point, ...
I would like to guess the total amount of JPEG compression of continuous images taken with the board camera and which file size will be smaller when compressed into a single MPEG image.I think it depe...
Hello. Thank you for your continuous support.Now I'm making a game like Packman, and I'm making something like AI of enemy characters.At that time, I could ask for the shortest route to take the item,...
Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 7 years ago.7 years agoI watched videos and images, but I couldn't tell the ...
« | - 4 - | » |
© 2024 OneMinuteCode. All rights reserved.