因此,我正在用C#编写一个Windows控制台应用程序,用于短波HAM Radio DX爱好者在他们的桌面上查看数字电台和奇怪的广播时间。我使用Visual Studio社区版作为我的编译器。From here you can search for Number Station broadcast times and other shortwave / HAM radio oddities
这是我一直在尝试运行的代码: ham_fields = np.array([], dtype=float) # dtype specifies the type of the elementsham_total = np.array([], dtype=float) # dtype specifies the type of the elements
ham_fields= np.delete((ham_fields.sum(0)),0) # Boolean indices are