c tag

1304 questions


1 answers
86 views
0
Visual Studio fails to open python36_d.lib' in Python embedding

I am trying to embed Python in C on Visual Studio, but I cannot open ' python36_d.lib' error occurs during build.I tried to set it to the Release build by referring to the page below, but it didn't be...


1 answers
88 views
0
Understanding the Process Assigned to CUDA Programming Thread

I don't understand why I can write the following matrix indicators in the program below.How is the matrix assigned to the GPU in CUDA?Is each element of the matrix assigned to each thread?// Kernel de...

2 years ago

2 answers
36 views
0
Based on Zeller's formula, only January and February have different results than expected.

If you enter the year, month, and day respectively, I would like to create a program that prints the days of the week using the Zeller formula, but the results of the January and February run are as f...

c
2 years ago

1 answers
78 views
0
Unable to connect to localhost in Docker environment

I am currently developing Ruby on rails in a Docker environment, but suddenly I cannot connect to localhost.$curl localhost:3000curl:(7) Failed to connect to localhost port 3000: Connection refusedBel...


1 answers
161 views
0
Japanese garbled characters in the Clion console

When I created Project C in Clion 2019.1.4, and ran the following program, the Japanese part of the execution result was translated into characters, which is troubling me.#include<stdio.h>int ma...


2 answers
44 views
0
multiplication by Boolean algebra?

Computer-specific shift operations and logical production.How can multiplication be expressed in bit operations such as OR?

2 years ago

1 answers
66 views
0
a unit of property (iOS) called majorRadius in UITouch

I have a question about Swift, Objective-C.What is the unit of UITouch's majorRadius property?It seems to return the area of the touch (the major diameter of the ellipse), but I wonder if it is a unit...

2 years ago

1 answers
131 views
0
Please let me know where to fix the sync error in windows 7mingw windowres.

http://wisdom.sakura.ne.jp/system/winapi/win32/win85.htmlThe second resource in the above sample fails./*Resource Script*/KITTY DIALOG 10, 10, 100, 50FONT12, MS Gothic.CAPTION Magic nyanyan TARUTO {LT...

2 years ago

1 answers
36 views
0
Please make the following code short.

I've only been learning c for about a month.The task is to create a program that defines structure student_data with school registration number, height, and weight as members, enters student informati...

c
2 years ago

1 answers
87 views
0
Default.realm size does not decrease after deletion in RLMealm deleteObject

Among TimelineItems(RLMOobject) nested in Timeline(RLMOobject), I wrote a code to delete data that is older than 12 hours ago in bulk The size of the database file (default.realm) does not decrease.Th...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.