All Questions

19771 questions


1 answers
120 views
0
I want Fortran to read the python output file.

Thank you for your help.Input conversion error occurs when the Fortran 90(ifort) program reads only numeric files created with python 3.6 .I tried decoding to ascii or binary using the tofile of numpy...

2 years ago

1 answers
98 views
0
Is there any way I can automatically handle the repeated processing of GUI applications installed in Windows?

Currently, I am manually operating simulation software called GUI-based ANSYS and commercially available software that processes measured data. For example, I would like to automate the work because i...

2 years ago

3 answers
42 views
0
Understanding Python Print Errors

How to install tesseract and PyOCR on Windows 10 without using pipRefer to the site If you run the program below, you will get an error.Why is that?Error ContentsFile<ipython-input-15-8474a031 face...

2 years ago

1 answers
99 views
0
The text does not reflect the new line code of the value sent from the SpringBoot Thymeleaf form and stored in the DB.

A string containing a new line entered from textarea is stored in a DB with a new line code and I would like to display it as th:text on another page with a new line.When I output CSV of values regist...

2 years ago

2 answers
64 views
0
How Swift handles objc class method initialize equivalent

I'm rewriting a sample of Aaron Hiregas' MAC OS X COCOA programming with Swift and it's stuck in the title.Each class receives the message initialize before it receives any message, and I wrote a code...

2 years ago

1 answers
45 views
0
Please tell me how to connect automatically generated data frames repeatedly?

For example, automatically generate data frames x repeatedly and randomly as shown below, and Please tell me how to automatically connect it to one data frame df.import pandas as pdimport numpy as npi...

2 years ago

1 answers
109 views
0
Matrix arithmetic program results do not match software and homegrown IP core

Based on the magazine Interface (January 2019 issue), published by CQ publisher, we are thinking of accelerating YOLOv3 with Ultra96.Currently, we have built a matrix multiplication logic circuit for ...

2 years ago

2 answers
93 views
0
Use python to manipulate multiple csv data

I would like to use python to put the two csv files together.istlist1 brroute_node,X,Y50775,-7882.7599,-43837.405850774,-7886.58284,-43851.1268650772,-7895.8552,-43835.9677istlist2 brid,x,y57136, -101...

2 years ago

1 answers
140 views
0
Unity "Can't add script" Error Resolution

Unity Visual Studio Programming Questions I am making a 2D shooting game by referring to the website below, but when I try to put the source code below into the player in Asset and Prehab, there is an...

2 years ago

1 answers
51 views
0
a program that squares elements

It's a question that was asked in the class assignment.In order to create a procedure sqarray to store the square of element number i in data[i] for an integer array data, I programmed it as follows:/...

c
2 years ago
« - 187 - »

© 2024 OneMinuteCode. All rights reserved.