преобразование

Convert text to speech and save to a variable

I'm trying text-to-speech in python. I used the option via pyttsx3 and via the win api win32com.client.Dispatch("SAPI.SpVoice ... k with it. And the condition is that you need to use the synthesizer of the PC itself (libraries like GTTs are not suitable).

Convert int to enum

How can I convert int to enum in C# - e?

Converting from a prefix record to an infix record

How to convert prefix notation (Polish notation) to infix notation. The record may contain: '(', ')', '+', '-', '*', '/', '0..9', 'a..z'. Tell me the algorithm for solving this problem (description, Pascal, C#), which data structures should be used?

How to implement the possibility of converting a number from the 10th SS to any SS up to the 8th

Help me write code to translate the number system from the 10th number system to any other number system up to the 8th. I wr ... umber /= system; label1.Text = string.Format(("{0}, = {1}"), system, s); But, the performance of it is not present.

How to make a move relative to a straight line ax + by + c = 0, affine transformations

The task itself: A triangle is set. Implement its motion based on the mirror reflection relative to an arbitrary straight li ... + c = 0. Here's what happened: Question: Tell me how I can move it further relative to the straight line ax + by + c = 0 ?

How to convert string to char?

There is an arbitrary string of no more than 25 characters. For example "wo1fram" How do I convert it to a char[255] array? So that you can then work with char as a full-fledged array of characters ending in a null character.

Remove the fish eye effect

There is a video from an action camera that uses a fish-eye effect when recording. The area that should be rectangular has a ... la for calculating the old pixel coordinates from the coordinate in the result image. Other view graphic transformation. ...