由买买提看人间百态

topics

全部话题 - 话题: idles
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
b**n
发帖数: 289
1
Ubuntu。
IDL要钱,不知道Linux下哪一个比较好用?
a*******r
发帖数: 7558
2
来自主题: Programming版 - IDL一问
I have data arrays such as b1, b2, b3,...b100...
To do operations like b2/b1, b3/b1,...., I first do this:
FOR i=1, n DO BEGIN
my_data='b'+strtrim(string(i),1)
ENDFOR
Now the string my_data has become b1, b2,..., but how to
convert the string my_data to reference array data b1, b2...?
There must be such a conversion in IDL but I haven't found,
please help. 3x.
s****h
发帖数: 921
3
来自主题: Programming版 - Python IDLE的一个问题
使用Python IDLE,在显示一些输入提示时候容易死掉.
比如输入scipy.
这个时候会出现scipy的很多函数的提示框,用键盘可以在提示框里上下移动进行选择.
这个时候非常容易死掉.
r****t
发帖数: 10904
4
来自主题: Programming版 - Python IDLE的一个问题
没见有人用IDLE, 用IPython的比较多。
r****t
发帖数: 10904
5
来自主题: Programming版 - 请教Matlab和IDL的处理数据能力差异
这多半是 code 正好用了 IDL 的强项,而暴露了 matlab 的弱项。write it in
matlab's way, 应该最后都差不多。
C*********g
发帖数: 3728
6
来自主题: Programming版 - 请教Matlab和IDL的处理数据能力差异
这个......IDL和matlab对于数据类型的定义是不太一样的。如果matlab读了5分钟,几
乎可以肯定你设置的数据类型导致占用的内存超过了物理内存,所以一下子慢了。
a****l
发帖数: 8211
7
来自主题: Programming版 - 请教Matlab和IDL的处理数据能力差异
however, if IDL can do it in 5-10 seconds and matlab in 1 minute, that's
still quite significant difference. Any more reasons?
H***a
发帖数: 735
8
来自主题: Programming版 - 请教Matlab和IDL的处理数据能力差异
太牛了,大赞!! 改完后读数据只要6秒钟,跟IDL一样了!!
i***r
发帖数: 1035
9
来自主题: Programming版 - python idle 为什么动不动就死?
只要一不小心 print 大量信息到console,基本必死
比如超过1000行的string,dictionary 之类
请问是我电脑的问题,还是idle自己的缺陷?
l*****t
发帖数: 2019
10
来自主题: Programming版 - python idle 为什么动不动就死?
he said IDLE, right?
i***r
发帖数: 1035
11
来自主题: Programming版 - python idle 为什么动不动就死?
对啊,是IDLE。准确的说是IDLE3,因为我用python3
i***r
发帖数: 1035
12
来自主题: Programming版 - python idle 为什么动不动就死?
对啊,是IDLE。准确的说是IDLE3,因为我用python3
i***r
发帖数: 1035
13
来自主题: Programming版 - python idle 为什么动不动就死?
试用过PyCharm,不喜欢
现在用免费的sublime3,也还是没有IDLE 方便
G*****a
发帖数: 183
14
I doubt you could do that.
I worked for a company supported ISP, there is a parameter they could set up
in their server side to disconnect you after a certain idle time. You could do
nothing to it since it is on the server side. Only thing I could think of is
have some periodic traffice so the server thinks you are alive.
r*****r
发帖数: 257
15
来自主题: Software版 - Free IDL VM Software?
Where can find free version of IDL VM 6.1 or up?
Thanks.
M******t
发帖数: 309
16
来自主题: Unix版 - [转载] ssh idle time
【 以下文字转载自 Linux 讨论区 】
【 原文由 Microfat 所发表 】
请问我改哪个文件可以让我的idle更长时间呢?
s*****t
发帖数: 1994
17
来自主题: Astronomy版 - IDL正在被Python取代?
是吗?还每听说。现在做天文的貌似还是以IDL为主。
前两天回国了一段时间,可惜没有你的联系方式,让你请我撮饭。
y****e
发帖数: 1785
18
来自主题: Astronomy版 - IDL正在被Python取代?
是做海色遥感帮人最近没钱了吧,遥感这块用IDL/ENVI还是满多的
c*****a
发帖数: 1046
19
来自主题: Astronomy版 - IDL正在被Python取代?
python相对于idl的优势
一个是速度,一个是免费
而且现在python的天文方面的库做的也越来越好了
s*****t
发帖数: 1994
20
来自主题: Astronomy版 - IDL正在被Python取代?
是吗?还每听说。现在做天文的貌似还是以IDL为主。
前两天回国了一段时间,可惜没有你的联系方式,让你请我撮饭。
y****e
发帖数: 1785
21
来自主题: Astronomy版 - IDL正在被Python取代?
是做海色遥感帮人最近没钱了吧,遥感这块用IDL/ENVI还是满多的
c*****a
发帖数: 1046
22
来自主题: Astronomy版 - IDL正在被Python取代?
python相对于idl的优势
一个是速度,一个是免费
而且现在python的天文方面的库做的也越来越好了
a*****s
发帖数: 2663
23
来自主题: Astronomy版 - IDL正在被Python取代?
没这么夸张吧,我还挺喜欢IDL的widget的,python里面没啥容易上手的。那个
wxpython+matplotlib写个交互的数据处理程序真是要人命。
m**********r
发帖数: 65
24
来自主题: Computation版 - 有人用IDL吗
在IDL里用什么函数可以比较好地拟和有多个峰的曲线? 试了试gaussfit, polyfit, 效果
都不好的说. 谢谢
l***s
发帖数: 11
25
来自主题: Computation版 - 有人用IDL吗?
IDL可能是好几个意思的缩写。
如果你只是指Interactive Date Language的话,那么会用的人肯定不少吧。
l******n
发帖数: 62
26
用idl保存成fits格式,matlab读fitsread
k*******a
发帖数: 128
27
来自主题: GeoSpace版 - IDL analyst
IDL integrated IMSL.
#
k*******a
发帖数: 128
28
来自主题: GeoSpace版 - IDL analyst
IDL (Interactive Data Language) integrated IMSL (International Mathematical
and Statistical Library).
p********t
发帖数: 1219
29
来自主题: GeoSpace版 - IDL analyst
Good。我以为还有引申呢。IDL挺好的。
k*******a
发帖数: 128
30
来自主题: GeoSpace版 - IDL analyst
IDL (Interactive Data Language) integrated IMSL (International Mathematical
and Statistical Library).
G*******s
发帖数: 76
31
来自主题: GeoSpace版 - IDL一问 (转载)
IDL里面为了效率,一般避免用loop,lz的计算貌似可以避免loop
G*******s
发帖数: 76
32
来自主题: GeoSpace版 - IDL一问 (转载)
my previous post is a workaround by avoiding the problem. however,
it could be solved in IDL.
first, please let me know weather i have got your question correctly. To
rephrase your question, 'how to access a variable with its string name?'am i
right?
if yes, one of the solutions is to use execute() function. check online
help
plz.
a*******r
发帖数: 7558
33
来自主题: GeoSpace版 - IDL一问 (转载)
let's say:
>b1=[1., 2., 3.]
>a='b'
>c=1
>d=a+num2str(c)
>print, d
b1
>e='print,b[1]'
>r=execute(e)
2.0000
I need to use string d (b1) to call array b1, how can I achieve
this in IDL?

i
z******g
发帖数: 6
34
来自主题: Physics版 - IDL software
HI Anybody could share IDL software or direct any website for free download.
I got a code which needs to use this software to do some TEM structure
simulation.
Thanks a lot!
j****c
发帖数: 19908
35
来自主题: Physics版 - IDL software
IDL很贵的,我们都是在服务器上用,单机版的我也好想要一个。
f*********u
发帖数: 455
36
来自主题: Physics版 - 问个idl的问题,请高人指教
我用idl作图,(plot)
用multiple axis
但是我选择大一点的字体,比方说charsize=2.0
因为y轴两边都有大小标示
图形就不能正确显示出全部图片
右边y轴的标示就只能显示部分,整个图好像被切掉了一块
我试着用xoffset,以及xsize去解决这个问题,但是没有什么帮助
那位大虾能否指点一下?我急死了,图老板还等着要
多谢
h***o
发帖数: 539
A*****s
发帖数: 13748
38
来自主题: _Auto_Fans版 - 换CPS sensor还要校准engine idle speed?
ckp还要校准idle?!
T******g
发帖数: 21328
39
来自主题: _Auto_Fans版 - rough idle and then check engin light on
so many things can cause rough idle
you may want to read the codes first to get some basic ideas
not sure BMW adds any extensions on top of ODB2 codes though
t*****8
发帖数: 1274
40
我家的97 miata base idle too low, vabration, worse with a/c on。自己diy tune
up 无效。。。今天搞到dealer的换油加rotation 9.99 coupon就去dealer那里拜访了
一下,查
出来是原因是IAC VALVE,说是有很大的不明噪音,要整个换掉,quote了700刀。。。
哪位能给我解释一下这个毛病的成因?为什么iac valve会造成这个?不搞行么?会不
会瘫在路上?谢
谢!
F*********e
发帖数: 2696
41
idle air control valve
怠速閥,就是控制空油門的時候的進氣量的東西
空油門的時候進氣少了,怠速轉速就會低啦
不搞總不是辦法啊,到以後嚴重了就是一打火就死,除非打火之後馬上踩油門保持轉速
700刀。。。好像miata的IAC要賣400多一個。。。

tune
a**i
发帖数: 7261
42
我的99miata刚让人修好,也是idle的时候震动,不过我的是misfire p0302, 让人把火花
线换了就好了,还把throttle body和fuel injection给清洗了一下

tune
g****g
发帖数: 1828
43
【 以下文字转载自 Automobile 讨论区 】
发信人: gengwg (megaOr), 信区: Automobile
标 题: 车在idle的时候抖动厉害是什么原因?
发信站: BBS 未名空间站 (Fri Jan 21 12:57:04 2011, 美东)
比如刚启动,或者等红灯的时候,震得非常厉害,方向盘明显的抖动。但一开起来就好
了。
c**e
发帖数: 3760
44
来自主题: _Bimmer版 - what is your idle rpm?
mine taks a couple of minutes to go down to 600-700 from 1000+

at
idle
D*****I
发帖数: 8268
45
来自主题: _Bimmer版 - what is your idle rpm?
刚启动吧

at
idle
s******n
发帖数: 87
46
http://autos.yahoo.com/articles/autos_content_landing_pages/165
facts-about-warming-up-your-car-in-winter/
Old habits die hard, and one of the oldest — still rigorously enforced
by many drivers — is that "warming up" the car for a few minutes is
necessary to avoid some kind of unspecified damage.
But idling is totally unnecessary, which is why many communities have
enacted ordinances against the practice.
Don't take my word about idling being ineffective, but do listen to my
mechanic, Rob Maier,... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)