All Questions

19771 questions


3 answers
240 views
0
I want to put None=0 in Python.

I only want to place None numerically as 0 such as 1+None=1. What should I do?If 1+None=1 is established even if it cannot be placed as 0.

1 years ago

3 answers
237 views
0
I want to put None=0 in Python.

I only want to place None numerically as 0 such as 1+None=1. What should I do?If 1+None=1 is established even if it cannot be placed as 0.

1 years ago

1 answers
389 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

2 answers
279 views
0
I want to know why Xabe.FFmpeg doesn't encode video files.

In the presentation code, the .hevc file called test.mp4 should be loaded with the function t() and output as a file called sample.mp4, but the video file is not generated.Why is this?Tried and Confir...

1 years ago

1 answers
450 views
0
I want to be able to distribute the Windows form application.

Regarding the presentation image, it is the directory where .exe is located in the bin directory.As per the title, if I distribute the software I made, I think I will build it as a release build, but ...

1 years ago

1 answers
342 views
0
Understanding Qsort in C Language

I have a question about C language.In the qsort assignment, I submitted the following code:printf(a order:);scanf(%c, & ad);qsort(sin,9,sizeof(int), ad=='a'?cmp_u:cmp_d);'a'?cmp_u:cmp_d); I was to...

c
1 years ago

1 answers
460 views
0
When you create a calculator that calculates an expression, it is not calculated well if there are multiple operators in the expression.

I'm working on a one-line calculator program.If you use two numbers, such as 1+1, the calculation will be successful, but if the number is more than three (e.g., 1010+10+10, 11+1+1+1+1).The answer to ...

1 years ago

1 answers
309 views
0
I want to know why ILMerge commands don't go through.

Regarding the presentation code, I would like to know the reason why ILMerge.exe's command does not go through.Object reference is not configured on the object instance. What does mean?I entered the c...

1 years ago

1 answers
364 views
0
I want to extract characters in parentheses and return empty characters if the result is empty.

Find the range bounded by () from the string passed by the argument str and return the string for that part.() returns empty characters if the contents are empty.() returns the contents of the first p...


1 answers
340 views
0
I want to center the Table of Contents heading and add a few spaces between them.

I am writing my paper in LaTeX (the document class is jlreq and the option is book).The file is organized by dividing the files into chapters and putting them together in merge.tex.If you type \tableo...

1 years ago
« - 75 - »

© 2024 OneMinuteCode. All rights reserved.