leeooox
leeooox
My OS is Win7 64bit. when I run "go get github.com/jpoirier/visa" it show some errors: # github.com/jpoirier/visa src\github.com\jpoirier\visa\defs.go:5:18: fatal error: visa.h: No such file or directory compilation terminated.
fftr is an very handy library. I am porting some code from numpy to nim and utilize the fftr libaray. Forward FFT works well, but IFFT seems not match with...
Hi, I am using the Nim 2.2.0 to compile examples ``` nim -v Nim Compiler Version 2.2.0 [Windows: amd64] Compiled at 2024-10-02 Copyright (c) 2006-2024 by Andreas Rumpf ``` The...