由买买提看人间百态

topics

全部话题 - 话题: converter
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
f********m
发帖数: 8397
1
Apple iPad 2 Smart Cover vs. InCase Convertible Magazine Jacket... Fight!
By Thomas Ricker posted Mar 3rd 2011 8:02AM
By now you've seen Apple's Smart Cover, right? The mind blowing cover (don't
call it a case) pretty much stole the show during yesterday's iPad 2 press
event, causing children to weep at the sight of our exploded bodies. Thing
is, we've seen the design before. Oh sure, Apple improved upon it
significantly, but there's no mistaking its InCase Convertible Magazine
Jacket heritage.... 阅读全帖
c***c
发帖数: 21374
2
来自主题: BuildingWeb版 - How to print/convert webpage as PDF?
I am not sure what are you referring to:
If you want to convert webpage/ms office file to pdf, you may try this
website: http://www.verypdf.com or http://www.toppdf.com). The webmaster is my
friend and he has the product you need. The registration fee is about 30
dollars, I not not sure.
If you want to have your vistors to convert your pages into pdf online, you
may try this website: http://ros.co.nz/pdf/
m*******s
发帖数: 22
3
Hello everyone,
I have some data files which were originally written with a big_endian
machine.
Now, I try to use a fortran routine to read them with the compiler of
gfortran
built in a little_endian linux system. The input line is as follows:
open(8,file='file1' // cdat,
. form='unformatted',convert='big_endian',
. status='old',access='direct',recl=im*jm*4)
Where cdat is a string, say 198101.
When I compile the routine with gfortran, the system tip is: syntax error,
convert='big_endian'. If I r
e***r
发帖数: 183
4
来自主题: Database版 - convert the download ssReader book file
Hi, do you guys know how to convert the download ssReader book file into a TXT
or whatever that I can print it out? I don't want to print the several hundred
pages without convert.

Thank you,
s**m
发帖数: 1564
5
select substring(convert(char(23), getdate(), 120), 3,11)
select replace(substring(convert(char(23), getdate(), 120), 3,11), '-', '_')

[发表自未名空间手机版 - m.mitbbs.com]
c*********n
发帖数: 1057
6
发现现在convertible laptop是个趋势啊,各个厂家出了很多不同样子convertible,有
可以翻到背面点,有直接从键盘底座拔出来点,有屏幕可以左右或者上下旋转点,有屏
幕可以滑动点,等等。
比如lenovo yoga 2, sony vaio flip/tab/duo, dell xps 12, asuse,acer等等
有没有什么好点总结?买哪种比较好?
平时用途还是正常点用法更多,不过坐床上或者看电影什么感觉转换以下更好。
求推荐
l*******G
发帖数: 1191
7
来自主题: Linux版 - how to convert eps to jpg in ubuntu?
convert can make gif files as well :
convert *.jpg -delay 40 -size 400x400 output.gif
a*******e
发帖数: 3021
8
来自主题: Linux版 - iWisoft Free Video Converter
Is there a software like iwisoft video converter in windows to convert full
HD to xvid HD?
easy to use, a lot of pre-set settings, and so on
I know ffmpeg from command line can do the job, given full understanding
ofall the switches, but just not user-friendly
y****e
发帖数: 23939
9
来自主题: Linux版 - VMWare converter 问题
我用VMware Converter想把几个旧的linux server转换成virtual machine,运行在我的
VMWare Workstation上。这个VMware也是搞笑,windows system直接就可以在系统上运行
converter把windows系统转换成vmdk文件。要转换linux系统还得装一个ESX或ESXi系统
,再转到这个系统里去。我现在安装了一个ESXi系统,但每次转到1%就出错,试过好几个系统都
是这样。用vSphere Client连上ESXi后看event, 有这样的warning:
Warning message on Poe-FC3-x86_64:
Insufficient video RAM. The maximum
resolution of the virtual machine will be
limited to 1176x885. To use the
configured maximum resolution of
2560x1600, increase the amount of
video RAM allocated ... 阅读全帖
S*A
发帖数: 7142
10
来自主题: Linux版 - VMWare converter 问题
你如果是想用 WS 的话就不要用 ESXi,那个是纯粹折腾.
Linux 基本上不需要什么 converter. 那个是给 windows 用的,
因为 windows 换个主板就经常启动不了了。linux 换主板都能
自己适应的。
你就这样好了,用 WS 建一个 Linux VM, 硬盘要比你现在要convert
的大一点点。用 Fedora Live CD (或者其他 Live CD) 的 iso
光盘启动到VM 的 Linux. 在 Live CD Linux 里面直接吧你的旧 Linux
server 的 disk image 拷贝过来到 VM 里面的 disk image。
有可能要修补一下 VM 下面的grub, chroot 到旧 linux image
里面从新跑一次 grub install.这样应该就可以直接启动了。
w**2
发帖数: 724
11
【 以下文字转载自 Programming 讨论区 】
发信人: wds2 (阿旺), 信区: Programming
标 题: perl sprintf question converting dec to hex
发信站: BBS 未名空间站 (Wed Mar 4 17:42:19 2015, 美东)
hi i have this line,
$MACAddress = sprintf("%06x", $MACAddress);
1. when $MACAddress was -1, this line converts it to ffffffffffffffff
instead of ffffffff, i'm on a 32-bit linux pc.
why ?
2. in my code, i need to write $MACAddress twice.
how to use some shortcut e.g. $1 ?
Thanks !
BTW, i LOVE Perl, :)
c**********e
发帖数: 2007
12
Question: In what two ways can an object of type A be automatically
converted into an object of B in C++?
The answer: .... (the first method omitted)
Another method is needed if we wish to be able to convert into objects of
type B when the class declaration is not accessible, for example, suppose B
was the type double: we cannot write a new constructor for doubles. This is
done by defining an operator in the class A whose name is B so we include
the line
operator B() const;
in the class declar... 阅读全帖
p**o
发帖数: 3409
13
import struct
import socket
def inet_atoi (ipstr):
""" Converts xxx.xxx.xxx.xxx IPv4 string to a 32-bit int.
"""
#Equivalent pure Python implementations:
#lambda ipstr: reduce(lambda x, y: (x << 8) | y,
# map(int, ipstr.split('.')))
#lambda ipstr: long(''.join("%02x" % int(i)
# for i in ipstr.split('.')), 16)
#
return struct.unpack ("!I", socket.inet_aton (ipstr)) [0]
def inet_itoa (ipint):
""" Converts 32-bit int IPv4... 阅读全帖
b*****t
发帖数: 26
14
两个科学小软件master Converter & wiscy98
master Converter 用于工程单位的换算,包含几乎所有单位制和单位量。
并且可以定制自己的单位量,比如nepper->dB,非常简单(但似乎只支持
线性关系,象dBm->watt 这样的转换就无能为力了)。还可进行简单的计
算 12+3*5 newton ->2700000 dyne,不错吧。
wiscy98 是一款功能强大的科学计算器,平时的加减乘除自不必说,函数
运算中甚至可以找到bessel,gamme等函数,统计,回归乃至简单的拟合,
最妙的是还可以画出函数图(有点象matlab中的funtool,不过要功能强大的
多)。当然不可缺少了自定义的扩展函数功能。噢,它还带有一个常用的常
数列表,再也不用为找什么Avogadro常数翻书了,如果你经常忘的常数不
在它的列表里,你不妨自己加上,因为它本身就是一个文本文件吗。
r*********6
发帖数: 7
15
【 以下文字转载自 Apple 讨论区 】
发信人: Rockets0716 (Rocket), 信区: Apple
标 题: How to convert AVI or RMVB format files to MP4 format?
发信站: BBS 未名空间站 (Mon Nov 12 13:01:15 2007)
Wanna play videos on my ipod, but tried lots of software and still didn't
worked out.
Anybody has free software recommending? If it can convert .mkv files that
would be great!
THX
i**p
发帖数: 902
16
来自主题: Software版 - Convert CHM to PDF
Is there any free software which converts CHM (Microsoft help file) to PDF?
Requirements:
1. Free
2. Keep all the links and bookmarks to the converted PDF file
3. The PDF file is not generated by "print"
d**s
发帖数: 920
17
wmv to mpeg convert, can anyone recommend good tools ?
I downloaded a few tools, but these free tools not allow to convert file of
my size, which is about 200 MB.
Thanks.
t******e
发帖数: 38
18
来自主题: Software版 - JPG to GIF converter
Is there a free software to convert multiple JPG files to a single GIF file?
There are some trial versions you can find using google, but they can only
convert a limited number of Jpg files. THANKS!
a********e
发帖数: 547
19
来自主题: Software版 - how to convert PDF back to PPT?
hello,
I found some very useful slides that i want to use. but these slides have
been converted to PDF file. is there a way to convert the PDF file back to
ppt slides automatically and quickly? thanks a lot!
T*********r
发帖数: 11175
20
convert对的阿
这和convert to christianity之类一模一样的用法阿
呵呵
s***r
发帖数: 8
21
【 以下文字转载自 Linux 讨论区,原文如下 】
发信人: solar (mission assigned), 信区: Linux
标 题: how to convert color ps to grey eps?
发信站: Unknown Space - 未名空间 (Fri Sep 12 17:54:22 2003) WWW-POST
I tried "convert" command, it reduces the quality much!
I tried WINDOWS, use GSVIEW, distiller to a black and white PDF, then save as
eps, still, quality much worse!
any idea?
n**m
发帖数: 255
22
【 以下文字转载自 Software 讨论区 】
发信人: nidm (xm), 信区: Software
标 题: 大家用什么软件CONVERT AVI TO MPEG2呢?
发信站: BBS 未名空间站 (Sun Aug 13 14:30:34 2006), 站内
发信人: nidm (xm), 信区: shopping
标 题: 大家用什么软件CONVERT AVI TO MPEG2呢?
发信站: BBS 未名空间站 (Sun Aug 13 14:29:39 2006), 转信
请指点一下吧.搞了半天都没有结果.就是想把自己的DIGIT TAPE刻成DVD.多谢了
b****n
发帖数: 865
23
来自主题: Windows版 - 请问能写成VCD的video converter
我有wmv文件, 怎么才能搞成能在DVD机上直接放呢?
VCD是MPEG-1格式对吧? 那么我如果用video converter
把wmv转成MPEG-1文件, 然后写到CD-R上是不是就可以了?
大家用什么样的video converter? 有freeware吗?
谢谢
l****q
发帖数: 767
24
Dear all,
I have a question from work.
A bank manages our funds for investment. I receive the monthly investment
statement. Last year, the bank bought some reverse convertibles for us, and
we receive option premium each month, also we receive interest payment.
I searched online for "reverse convertible" and "option premium", but I am
still at loss about how this works. I thought the option premium and
interest payment should be the same for each month, but on March's statement
, both option prem
R*********4
发帖数: 27
25
Thanks for update...but I still don't get that. Probably I think too
complicated.
The option value usually is determined at the grant date when the option is
vested. Thus, when you received the sale proceed of option, it may involve
gain/loss (ie. selling price of option - cost of option). Convertible bond
with option, sometimes put option, MAY touch on hedge transaction. Depending
on what kind of hedge transaction (ie.operating or cash flow hedge),
convertible bond with option MAY touch on othe
l****q
发帖数: 767
26
Dear all,
I have a question from work.
A bank manages our funds for investment. I receive the monthly investment
statement. Last year, the bank bought some reverse convertibles for us, and
we receive option premium each month, also we receive interest payment.
I searched online for "reverse convertible" and "option premium", but I am
still at loss about how this works. I thought the option premium and
interest payment should be the same for each month, but on March's statement
, both option prem
n**********s
发帖数: 275
27
来自主题: Computation版 - java convert to c++
I download some source code in java, but i want to convert them to c++
in java
public ScheduledFuture schedule(Runnable runnable){
// do something
}
how can I convert it to c++? thx..
l****q
发帖数: 767
28
Dear all,
I have a question from work.
A bank manages our funds for investment. I receive the monthly investment
statement. Last year, the bank bought some reverse convertibles for us, and
we receive option premium each month, also we receive interest payment.
I searched online for "reverse convertible" and "option premium", but I am
still at loss about how this works. I thought the option premium and
interest payment should be the same for each month, but on March's statement
, both option prem
a****y
发帖数: 255
29
来自主题: EE版 - DC/DC converter
thanks a lot. I found the attached file and each converter costs about $70.
Is it the normal price for DC / DC converter?
i**p
发帖数: 902
30
【 以下文字转载自 Living 讨论区 】
发信人: isup (No), 信区: Living
标 题: Event/program timer on DTV converter box
发信站: BBS 未名空间站 (Wed Dec 24 22:27:35 2008)
Read several review to the Digital to Analog converters from consumer report
. Some of them have the event timer which can be used with VCR/DVR to record
program, like this
"A program timer, allowing you to program up to eight instances in which the
box will turn on and tune in to a specific channel at a certain time. That
enables you to record digital off-ai
F*********n
发帖数: 52
31
一个关于DC/DC Converter Power Supply的问题,在没有通电的时候,是不是它的电压
输出是0 V,而电阻是0 Ohm?还是电压0 V,电阻开路?
如果在SPICE上面简单模拟一个由DC/DC converter供电的电路的起始状态,是不是用一
个step function,由0V升到设定电压就可以?
l******y
发帖数: 204
32
来自主题: EE版 - DC-DC converter 问题
输入的是110V的DC (是直流哦),后面跟一个DC-DC converter降到2到5V的DC,带一
个负载(电流大概0.3A吧)。但是负载有负阻的特性,就是通电后电阻会随时间急剧减
小,最后导致烧坏。
怎么设计能让这个系统保持稳定?监测负载上的电压电流保持一定,是不是要带个反馈回到
converter?因为电流限制,要给个current referrence来比较?
希望大家多指教!
ET
发帖数: 10701
33
来自主题: EE版 - DC-DC converter 问题
这考虑的都太复杂了。
他的问题是1)做一个dc-dc converter 从110V - 2~5V ( i don't know how to do i
t)
2)第2, 该buck要有些保护功能。 如果电流过大,就关闭switch
能不能真真起到保护作用,和选的topology自然有关,和能不能正确sense current也有
关系,当然,和load的特性也有关系。
我不太懂你的这个假设。但如果连2-5v都到不了,表明这个converter第一不就没做到。
自然也不用谈保护了。
另外,为啥负载电阻会使你说的这个特性?
g****t
发帖数: 31659
34
来自主题: EE版 - DC-DC converter 问题
他自己说的啊.电阻随时间急剧减少.我想多半是发热导致的.
正弦信号发生器什么的震荡电路,
很多都是用这种性质的电阻设计出来的---例如灯泡电阻也是这种性质.

这考虑的都太复杂了。
他的问题是1)做一个dc-dc converter 从110V - 2~5V ( i don't know how to do i
t)
2)第2, 该buck要有些保护功能。 如果电流过大,就关闭switch
能不能真真起到保护作用,和选的topology自然有关,和能不能正确sense current也有
关系,当然,和load的特性也有关系。
我不太懂你的这个假设。但如果连2-5v都到不了,表明这个converter第一不就没做到。
自然也不用谈保护了。
另外,为啥负载电阻会使你说的这个特性?
h********t
发帖数: 555
35
来自主题: EE版 - DC-DC converter 问题
给你一个简单点的办法。
假设DC-DC converter 在恒定负载下,输出 2~5V, 对于做 DC-DC converter 的,实现这个应该不难
负载控制可以用一个current shunt monitor 电路,见附件。 假设你想要负载电流恒定在1A, 你可以串连一个 1 Ohm 的电阻, 设置reference voltage 为 1V, 放大器会自动调整 PMOS 的 Vgs, 从而保证 通过 负载的电流恒定为在 1A。

(电流大概0.3A)。
流继续增大,电阻进一步减小,导致烧坏。(重点不在这个负阻,负载的特性可以是
unpredictable的)。
实么(先不考虑cost)?如果输入是110V的AC呢?
ET
发帖数: 10701
36
上次提到过这个话题,1是digitally controller
2是guvest提到的low power design.
基本上都被power eletronics专业人士痛扁一顿。
不过这些都是都有人在做,有公司在用,自然也有机会。前2天和一个senior analog d
esigner聊,他认为10年之内digitally controller会取代analog. 10年我不同意,太久

dc-dc converter一个热点应用领域就是portable electronics. 》80%的市场是buck,
power engineer们算算3大loss, 得出最优负载下,有>92%的效率算是很不错了。更别
说light load下。
guvest说,buck的design应该和最耗电的cpu (gpp - general purpose processor)一起
来考虑。其实很make sense.
虽然这个范围已经超过buck converter以及controller design的本身,但controller还
是可以进化的,这个就是主要的东西。
cpu(gpp)是
h*********g
发帖数: 43
37
我记得已经有文章比较了SC converter和inductor based converter的power density
,结论是SC并不输给inductor based。个人感觉SC做起来比inductor based要简单,因
为没有复杂的PWM control,环路补偿,可是没有什么实际应用,这很奇怪。也许就是
因为环路太简单了,所以dynamic response不行?
G****o
发帖数: 229
38
来自主题: Quant版 - 求问 bond convertible
在学习cfa I, 书中缺了两页,所以有点不明白:
譬如 1000, 7%, $1000 par bonds convertible,中7%是指什么意思?
另外这个和 100 shares of 10%, $100 par convertible preferred stock 中的10%是
一个意思么?
谢谢~~
G****o
发帖数: 229
39
来自主题: Quant版 - 求问 bond convertible
在学习cfa I, 书中缺了两页,所以有点不明白:
譬如 1000, 7%, $1000 par bonds convertible,中7%是指什么意思?
另外这个和 100 shares of 10%, $100 par convertible preferred stock 中的10%是
一个意思么?
谢谢~~
G******t
发帖数: 21
40
楼主马上有个面试。是在convertable bonds department. The position would
entail modeling the risk/exposure of convertable bond trasactions.
想请
问下大神们这个职位是具体干什么的。怎么操作?
o******6
发帖数: 538
41
☆─────────────────────────────────────☆
purelens (热湾) 于 (Sat May 3 15:46:32 2008) 提到:
Hi All,
Could anyone here kindly advise me how to convert decimal-number to fraction
in R, such as 0.015625 to 1/64 ?
Thank you and appreciate your big help.
☆─────────────────────────────────────☆
kunkunred (血红) 于 (Mon May 5 16:46:46 2008) 提到:
I don't know R, but mathematically you want to do the following.
Here's how to convert 0.015625 to a fraction ...
There is not much that can be d
s********9
发帖数: 74
42
来自主题: Statistics版 - convert varibles in SAS
I tried to convert variables from Character values to numeric values in SAS
by use x=x+0, while this method worked for some variables, but failed for
some variables.
My data is originally from Access, I convert them into xls file and imported
into SAS.
P******d
发帖数: 137
43
I am trying to convert 19 digits decimal number into hexdecimal. Here is my
code. However, the last 2-3 digits of converted hex number are 0, which is
not correct.(The right hex number should be 40000104A027F1A6, however the
result given by the code is 40000104A027F000) Can anyone help on this?
Thanks a lot.
DATA test;
INPUT ID $19.;
CARDS;
4611687137805857190
;
run;
data test1;
set test;
length hex $16. hexx1-hexx16 ... 阅读全帖
g*g
发帖数: 4164
44
来自主题: _ChenChuSheng版 - 有人买那个TV converter box了么
如果你的电视没有ATSC(就是用天线接收的高清电视)的tuner, 可以买个converter,
你到网上搜一下,美国政府给每家都会发个$40的coupon,你去申请一个,等寄来之后用
这个去买一个converter,随便找个或者做个天线就可以了,不过没有cable那么多台。
如果你的电视内置QAM的tuner,你接到cable上也能收到那些免费台, abc, fox,nbc
等。
g*******7
发帖数: 236
45
来自主题: _ChenChuSheng版 - convertible car seat
谢谢!
britax 热不热。我看了一下有两种,
Britax Marathon G4 Convertible Car Seat
Britax Marathon 70-G3 Convertible Car Seat
哪种好些?
r******n
发帖数: 459
46
来自主题: _Auto_Fans版 - C&D's review on 06 Saab 9-3 Aero Convertible
Saab 9-3 Aero Convertible: Better in Every Way – Car and Driver By
Barry Winfield, November 2006
The 9-3 Aero is a huge improvement over previous Saab ragtops in every
way imaginable.
Power from the 2.8-liter Australian-sourced V-6 is smooth, sophisticated
and abundant, thrusting the 9-3 Aero to 60 mph in just 6.4 seconds, making
it a bunch faster than the last Saab convertible we tested, back in December
1998. That car, with a turbo four-banger, needed 7.8 seconds to reach 60.
T
i****i
发帖数: 322
47
请教各位……
2003 a6 3.0 check engine灯亮了,读code是P0741,torque converter clutch问题……
research了一下包括稍微咨询了一个目前远不可及的mechanics的建议是先换
transmission
fluid试一下,有可能是fluid level low导致的。建议如果不是这个问题,再考虑进一
步研究
torque converter的问题
Sealed engine相对还是麻烦,research了一下换transmission fluid的事。
现在最没谱的是关于第一次乃至第二次fill以后所谓把所有的gear都过一遍……具体操
作和程
度到底怎样呢……
另外还有资料要求放净废液后要cool down,建议放一夜再继续操作……这个工程够大
的了
另外还有不少资料和讨论,都比较general地提到温度很重要,但是这个我就有点儿搞
不清
了,意思是要够冷么?
省labor……相当想省labor钱……穷人…………
我先随便问了两个正规的mechanics,一个主要做保养的,说不给换sealed engine,另
一个是
更专业
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)