avatar
a question about CAST# Programming - 葵花宝典
a*a
1
俺用dreamweaver做网页,插入了一个表格,然后又split其中一个cell into several
smaller cells。现在俺想在几个小cell中分别插入背景图片,那么该如何查看这些小
cell的width/height?俺需要知道这个宽和高,这样才能在Photoshop中做出相应的图
片。俺contral+click individual cell,但显然这个方法不对。
avatar
d*m
2
因为论文都发表在IEEE和ACM的会议上,放在毕业论文里时,是否需要得到IEEE和ACM的
授权?我老板说他当年是把IEEE的授权放在了毕业论文里。
我google了半天,也没找到相应授权方法。哪位达人能够指点一下?
谢谢!
avatar
l*g
3
// is the following code compilable? is the cast operating on the value (tem
p) or the address?
int temp = 2;
...
foo((double)&temp);
avatar
s*h
4
当然是先在photoshop里slice图片,然后把表格cell定义为你图片的大小
而且。。。珍爱生命,远离复杂的表格

several

【在 a*****a 的大作中提到】
: 俺用dreamweaver做网页,插入了一个表格,然后又split其中一个cell into several
: smaller cells。现在俺想在几个小cell中分别插入背景图片,那么该如何查看这些小
: cell的width/height?俺需要知道这个宽和高,这样才能在Photoshop中做出相应的图
: 片。俺contral+click individual cell,但显然这个方法不对。

avatar
c*a
5
从来没听说过
avatar
k*f
6

tem
My understanding is that you are trying to cast an address to an integer to
a double, which is hardly correct.
If foo() expects an address to a double as its input, you need to declare an
intermediate variable, say x, of type double, initialized to the value of
temp, and then call foo() with the address of x: foo(&x). If foo modifies
its input, you can then assign x to temp (may loss fractional part, though).

【在 l***g 的大作中提到】
: // is the following code compilable? is the cast operating on the value (tem
: p) or the address?
: int temp = 2;
: ...
: foo((double)&temp);

avatar
a*a
7
可是俺的问题是俺已经按草图的样子弄好了表格,需要知道某个cell的大小,这样俺才
能用photoshop做个同样大的图片。

【在 s*******h 的大作中提到】
: 当然是先在photoshop里slice图片,然后把表格cell定义为你图片的大小
: 而且。。。珍爱生命,远离复杂的表格
:
: several

avatar
n*g
8
works well on C/C++ compilers, nothing wrong with it.
avatar
o*o
9
Firefox addon MeasureIt

【在 a*****a 的大作中提到】
: 可是俺的问题是俺已经按草图的样子弄好了表格,需要知道某个cell的大小,这样俺才
: 能用photoshop做个同样大的图片。

avatar
h*e
10
语句的意思是把temp变量的“地址”转换为double类型
“地址”这东西通常是32/64位的整数,把这个转换为double类型……语法上没问题,
语义上就难说了……
avatar
a*a
11
Since I' using Dreamweaver, is there a quick way to check the cell dimension
while I'm working on it?

【在 o*o 的大作中提到】
: Firefox addon MeasureIt
avatar
s*h
12
dreamweaver不是自己会显示格子大小吗?默认的是原始大小/split个数

dimension

【在 a*****a 的大作中提到】
: Since I' using Dreamweaver, is there a quick way to check the cell dimension
: while I'm working on it?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。