pascal
Signal Processing Algorithm Psola or Wsola in Delphi
I\'m trying a long-time to find algorithm PSOLA (Pitch Synchronous Overlap Add) or WSOLA (Waveform Similarity Overlap Add) which are Acoustic or Signal Processing Algorithms.[详细]
2023-04-01 20:45 分类:问答Algorithm smbPitchShift (Pascal)
I looked for a long time this algorithm in Pascal and not found, I found it only in C++, it was frustrating. Then I decided to translate the C++ code for Pascal, however there were some problems that[详细]
2023-03-31 17:28 分类:问答How to convert some C# code to Pascal?
I have a couple of functions that I need to convert to Pascal to include in my inno setup installer, to validate a serial number on install.[详细]
2023-03-28 06:14 分类:问答How do I convert a simple loop to use recursion?
So I have this code: WRITELN( “input which member of series”) READ(n) p ← 2 prev1 ← 1 prev2 ← 1[详细]
2023-03-25 03:01 分类:问答How to calculate the amount of memory occupied by the variable in Pascal?
I need to calculate the amount of memory that any variable takes. Thanx for any input. EDITED: I didn\'t notice that I need to开发者_Python百科 calculate it manually (by hand). ThanxSizeOf(variable)[详细]
2023-03-17 08:20 分类:问答D3D9 Hook - Overlay with Direct3D9
OK, so I\'m trying to do some overlay for some extra buttons on a Direct X game. I found a c++ sample that overlays quite nicely here: http://www.gamedev.net/topic/359794-c-开发者_运维知识库direct3d-[详细]
2023-03-16 01:22 分类:问答Get the version of a exe or dll from inno setup
How I can get the version number from a exe file or a dll using Inno, I tried the Get开发者_运维百科FileVersion function but only is available in the Inno Preprocessor (and I need use this function in[详细]
2023-03-15 23:39 分类:问答Catching FreePascal Exception in GDB
I have a huge pascal code compiled with fpc. I am getting random \"EInOutError\" exception and I am trying to debug it using gdb.[详细]
2023-03-15 06:29 分类:问答Convert Hexadecimal encoded utf8 to string inside Innoscript
I h开发者_开发知识库ave some Unicode strings represented in Hexadecimal form and written in an ini file like the following:[详细]
2023-03-14 06:30 分类:问答How to implement XIRR implementation in Delphi? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-12 13:50 分类:问答