c tag

1304 questions


1 answers
99 views
0
I'd like to print out all the long strings on the GDB

Is there any way to see the entire string in GDB?It keeps getting shorterI need a whole long sentence

2 years ago

1 answers
127 views
0
Tell me how to do a unit test in C language, samples, and experiences!

Hello.I'm a beginner developer.I want to do a unit test while doing a socket program with c in the centos Linux environment, so I am posting a question like this.Could you briefly tell me the Unit Tes...

2 years ago

1 answers
77 views
0
I have a question about float 4byte data.

iobyte[0][0] = 44 , iobyte[0][1] = e8 , iobyte[0][2] = 35 , iobyte[0][3] = 42There is data that came in in the same form as Let's say 44e83542 in which the value of the float's real stored form is seq...

2 years ago

1 answers
121 views
0
Tfidf Embedding Vectorizer question among Python word2vec.

from sklearn.feature_extraction.text import TfidfVectorizerfrom collections import defaultdictimport numpy as np TfidfEmbeddingVectorizer class TfidfEmbeddingVectorizer(object): def __init__(self, wor...


1 answers
47 views
0
(x^0x1)! = What does 0 do?

From the source code below,What does x^0x1 do?What rules do I not know?if( 0 != ( x ^ 0x1 ) ) encode( x, m );


1 answers
33 views
0
Is there a way for the program to input the initial consonant neutral final consonant?

I want to implement a program that receives a pre-set txt file or a string right away and enters the initial neutral last name one by one like a person entering it.There is no problem because there is...

c++ c
2 years ago

1 answers
60 views
0
What do you mean by using a static factory method instead of a constructor?

I was working on the Java program, and my friend told me to use the static factory method instead of the creator.I didn't tell you why, but I don't know what this means.


1 answers
68 views
0
Dynamic tag generation question.

// Please fill it out here <!DOCTYPE html> <!-- Mobile Web Page Settings --> .fileBox .fileName {display:inline-block;width:190px;height:30px;padding-left:10px;margin-right:5px;line-he...

2 years ago

1 answers
26 views
0
Baekjun Algorithm #11719

Input is given. The input consists of up to 100 lines, only lowercase letters, uppercase letters, spaces, and numbers. Each line may not exceed 100 characters, may be given an empty line, or may have ...

c
2 years ago

1 answers
66 views
0
I'm trying to measure data usage on Android, but... Rebooting will initialize the data.

We want to create a function that measures data usage as the title suggests When the device reboots, there is a problem that starts from zero again.Android 6.0 and later shows how to measure data usag...

2 years ago
« - 84 - »

© 2024 OneMinuteCode. All rights reserved.