All Questions

19771 questions


1 answers
229 views
0
Smoothing and approximation across data plots

I'd like to use python to smooth (approximate) the following data across all the data plots. Do you know any good ways?I looked it up on the web, but I couldn't find a better way.x-axis y-axis09261051...

2 years ago

2 answers
338 views
0
How to Define Predefined Macros in SPRESENSE

I'd like to divide the process by predefined macros with compiler options as shown below.#ifdef HOGE Processing 1# else Processing 2#endifWhat should I do with SPRESENSE IDE?I looked around the SDK co...

2 years ago

1 answers
386 views
0
HTML Posting and Browsing Screen [Closed]

Do you want to improve this question?Edit your post to clarify the issue you are trying to resolve by adding details.Closed 2 years ago.Two years agoShould I lock the post screen (management screen) i...

2 years ago

2 answers
340 views
0
I'm worried about how to process the Pandas table.

I am worried about how to process data using Python's Pandas.Can someone please teach me?I would like to process the following data.Use this dataimport pandas as pdpd.DataFrame([1, 'ame', 30, 'hare', ...

2 years ago

1 answers
308 views
0
Why was POSIX needed?

What is POSIX?UNIX has spread and a lot of derivatives have emerged, but it's becoming less cohesive, so it's stipulated to maintain compatibility.There is an explanation like this.What was the situat...

2 years ago

1 answers
291 views
0
If you use Excel file in ADO, you cannot delete the line.

C++ is using ADO to add, search, and update lines for Excel files.I can't just delete it.Is there such a restriction when I specify Excel files in ADO?Cannot identify error.CSstring strFile=_T(C:\\tem...

2 years ago

1 answers
280 views
0
Is it possible to run Scripts on pages in different domains using UserScript?

hoge.com/0001.html<html><head></head><body>https://rehoge.com/1234.html</body></html>Is it possible to run a script for rehoge.com/1234.html from the above page?For...

2 years ago

1 answers
267 views
0
Swift does not invoke the viewWillAppear method.

Thank you for your help.There are screen A and screen B, and screen B is placed above screen A. When you POP screen B, use the viewWillAppear() method on screen A to I would like to process it, but th...

2 years ago

1 answers
429 views
0
Error outputting predictive label on Pythorch: Example has no attribute label

I'm studying natural language processing, and I was writing code while referring to books.If the last prediction is this data, the test data will also be labeled, so the correct answer rate will be pr...


2 answers
299 views
0
I want to use libjpeg in SPRESENSE Arduino

I would like to use libjpeg in SPRESENSE Arduino.It seems like it can be used as a library in SDK, but how can it be used in Arduino environment?I would like to move libjpeg on the subcore.

2 years ago
« - 157 - »

© 2024 OneMinuteCode. All rights reserved.