All Questions

19771 questions


1 answers
54 views
0
Keyboard input in Java and substitute variables

I want to enter an integer value from the keyboard in Java and substitute it for a variable.I'd like to enter test scores and write a code to display different documents for each score.public class ma...

2 years ago

2 answers
98 views
0
Understanding PHP Multiple Conditions Search

Hi, everyone.I am currently studying PHP on my own.Currently, I want to search for information in the database by multiple criteria, but the search results are not displayed.Specifically, html is disp...

2 years ago

2 answers
45 views
0
How to Change the Value Defined in Define by Condition

The header file defines #define SET_VALUE%.3f and Assume that the source code contains several actions: str.Format(SET_VALUE,dValue);.I'd like to perform a branching process that converts to 3 and 5 d...

c++
2 years ago

1 answers
98 views
0
I want to create a branch based on the contents of the variables entered in input.

My first programming was Python, and I'm a super beginner with a day of Python history.Based on height and weight, we have created a program that determines whether you are overweight, just right, or ...

2 years ago

1 answers
30 views
0
About the convolutional layer

https://stackoverflow.com/questions/42786717/how-to-calculate-the-number-of-parameters-for-convolutional-neural-networkI have a question because there was something I didn't understand while looking a...

2 years ago

2 answers
136 views
0
Is shared delivery a common term?

I understand that there are some types of delivery called reference delivery and price delivery, but I heard that some programming languages have a method called shared delivery.It was my first time t...

2 years ago

1 answers
109 views
0
Can awk patterns be dynamically configured with variables?

instead of simple variable expansion echo-e 1 2 3 \\n4 56 \\n789 |awk $1 == 1, $2 == 2, $3 == 3If so, of course you can get line 1 2 3 How can I get patterns if I use variables here?Specifically Varia...

awk
2 years ago

1 answers
47 views
0
To correlate with the previous date in Pandas

If calorie consumption is related to the next day's weight change, When calculating correlation, not the same timeI think it will be different time, but How do I define Dataframe?(Define dataframe and...

2 years ago

1 answers
105 views
0
I want to pass it to PHP from the console log.

Each of them works fine, but no matter how many times I try to pick up AdVideoComplete and connect it, it doesn't work, so I'm asking you a question.I think it would be better to hand it over to PHP b...

2 years ago

1 answers
97 views
0
In-page scrolling does not work properly when the link is pressed on the smartphone menu created by hiraku.js.

Prerequisites/What you want to achieveI am using the js plug-in hiraku.js to create the drawer, but the link on the smartphone menu is strange, so I am having trouble.If you have used hiraku.js, or if...

2 years ago
« - 198 - »

© 2024 OneMinuteCode. All rights reserved.