Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 .dat 文件,其中首先出现文本,然后是数值。
np.fromfile 有一个参数“count = ...”,但它允许您将第一个字符最多取一些,但如何做相反的事情呢?即,所需值之后的所有字符。或者如何选择一个特定的范围?
谢谢