问题标签 [idl-programming-language]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
compilation - 编译具有变量路径的文件(IDL)
通常当我想编译一个我可以使用的文件时
但假设我只有变量中的这条路径。然后下面的代码
返回错误,因为编译器认为path
是一个文件并且找不到它。我怎样才能避免这种情况?
loops - While 循环中的多个条件 - IDL
我试图在 IDL 中创建多个条件 while 循环但没有成功。例如:
返回:
有没有办法做到这一点?
runtime-error - 算术错误:浮动非法操作数 [IDL]
我有这个代码:
在线上readf,1,line
我收到以下错误:
我知道原因是什么,我阅读了有关它的文档,但我仍然不明白算术错误与 EOF 有什么关系(为什么是 EOF?我检查了 if not(eof(1))
)以及如何摆脱这个错误。你有什么想法?
python - 3D 散点图
我想创建一个 3D 散点图。还有第四个参数,它将由彩色图指示。我可以用 Python 和 IDL 编程,但想知道是否有人创建了这样的散点图,最好使用什么工具?
谢谢。
idl-programming-language - 可能吗?:在 IDL 中更改 tickValues
如何更改 IDL 中 3D 轴的刻度值?我有一个 200 x 200 的数据数组,刻度值范围从 0 到 200。但我希望 x 的刻度值从 3417000 到 3419000,y 的刻度值从 5334000 到 5336000。
非常感谢,哈拉尔德
idl-programming-language - 在 IDL 中写入文件
我正在写入 IDL 中的文件。在分析来自代码运行的数据后写入该文件。我计划多次运行代码,并在每次运行后将数据收集到同一个文件中。我如何使用 IDL 来做到这一点?我实现了一些代码,但数据只是在每次运行后更新。没有记录个人数据。
k
是在更高的嵌套循环中具有多个值的迭代变量。的目的openu
是我尝试用其他数据更新已经生成的文件。
python - Scipy readsav 和 IDL 类型
我正在尝试使用 numpy readsav 恢复 sav 文件。sav 文件包含我定义的一组 idl 对象(使用我自己的类型)。
我使用 readsav 获得的 recarray 中完全没有这种类型信息。dtype.name 属性返回一个对我来说似乎是任意的整数(而且我不知道如何在 IDL 中获取这个数字)。
有没有办法获得这些信息?
谢谢
c++ - How to bitshift integer value in c++
I know this is a common problem, and I cannot figure out why I am having so much trouble. I am trying to convert a line from an IDL code to c++
IDL:
My C++ code:
My initial b is 255, and I expect to receive 254, 252, ect. Instead my first bit shift returns 510. I assume my problem is not converting b to a binary form before shifting. Is this correct? And if so how do I fix it?
Thanks in advance!
idl-programming-language - IDL:在 32 位虚拟机上使用 64 位 .save 文件
如果我在 64 位 IDL 版本中编译 .save 文件,它是否适用于 32 位 IDL 虚拟机?
registry - 32 位 IDL 虚拟机版本 [idlrt.exe] 在 Windows 注册表中的位置?
我有 IDL 8.2 64 位版本,也有 32 位版本,
我正在 Windows 注册表中寻找 32 位 IDL 虚拟机版本位置 [idlrt.exe]:
但是这两个位置都只指 64 位版本:
有谁知道32位版本的位置在哪里?