Redian新闻
>
请教F-actin的细胞染色
avatar
请教F-actin的细胞染色# Biology - 生物学
m*n
1
如下的macro怎么用inline function改写?
#define PrintSize(type) \
cout << "size of " << #type << " is " << sizeof(type) << endl;
example:
PrintSize(char); will show "size of char is 1" .
avatar
T*k
2
I just upgraded my lenovo t530 to 16Gb memory
Who need the single samsung 4gb pc3(12800s) sodiumm(?) memory which
originally came with my T530?
You need to send me a shipping label.
avatar
c*f
3
手里有个vibrant想加入这个plan..但是貌似必须是tmobile官网或者walmart买的新机
器才能用这个plan?
avatar
v*a
4
以前染的是低密度细胞,F-actin全spread开,纵横捭阖的样子。这次染了高密度的细
胞(10x),F-actin都变成围绕着细胞核了。大家有见过这样的情况么?谢谢~
avatar
M*5
5
#define PrintSize(type) \
do{ \
cout << "size of " #type << " is " << sizeof(type) << endl; \
} while(0)
avatar
b*3
6
已经转账和发送laber
非常感谢!
感恩节快乐!
avatar
e*i
7
Not necessary.
avatar
h*n
8
细胞形态有变化没
avatar
m*n
9
?? 这个是inline function?

【在 M********5 的大作中提到】
: #define PrintSize(type) \
: do{ \
: cout << "size of " #type << " is " << sizeof(type) << endl; \
: } while(0)

avatar
H*d
10
I want
avatar
v*a
11
有点啊。高密度下看细胞核都变小了,平时用20x看正好,现在得用40x甚至更高

【在 h****n 的大作中提到】
: 细胞形态有变化没
avatar
M*5
12
看错题目了
avatar
y*d
13
me me me
avatar
l*1
14
LZ
please refer
Xu Y et al. (2010)
Connective Tissue Growth Factor in Regulation of RhoA Mediated Cytoskeletal
Tension Associated Osteogenesis of Mouse Adipose-Derived Stromal Cells.
PLoS One. 5: e11279.
http://www.ncbi.nlm.nih.gov/pubmed/20585662
its Fig. 2 B d

【在 v***a 的大作中提到】
: 以前染的是低密度细胞,F-actin全spread开,纵横捭阖的样子。这次染了高密度的细
: 胞(10x),F-actin都变成围绕着细胞核了。大家有见过这样的情况么?谢谢~

avatar
M*5
15
inline function难道是考你用template来写?
avatar
b*3
16
bcb83,您好:
您转给 TuningFork,现金(伪币):200,收取手续费:2
同时附加了如下留言给 TuningFork.
Thanks!
站务
已经转账和发送laber
非常感谢!
感恩节快乐!
avatar
v*a
17
thanks~

Cytoskeletal

【在 l**********1 的大作中提到】
: LZ
: please refer
: Xu Y et al. (2010)
: Connective Tissue Growth Factor in Regulation of RhoA Mediated Cytoskeletal
: Tension Associated Osteogenesis of Mouse Adipose-Derived Stromal Cells.
: PLoS One. 5: e11279.
: http://www.ncbi.nlm.nih.gov/pubmed/20585662
: its Fig. 2 B d

avatar
l*n
18
这个 #type 很奇妙,之前没有见过这么用的
avatar
b*3
19
非常感谢
今天收到了!
avatar
l*1
20
De rien

【在 v***a 的大作中提到】
: thanks~
:
: Cytoskeletal

avatar
A*r
21
函数参数不能变的话,有点难,毕竟C++ 的函数必须是已经定义好type的,即
使是有void指针,也是需要cast才能用的。。
除非写几个不同参数的同一个函数,这样可以达到相同的效果。。

【在 m*****n 的大作中提到】
: 如下的macro怎么用inline function改写?
: #define PrintSize(type) \
: cout << "size of " << #type << " is " << sizeof(type) << endl;
: example:
: PrintSize(char); will show "size of char is 1" .

avatar
l*n
22
那如何把type作为参数传入inline函数呢?
avatar
l*n
23
用template只能做到这样,不过#type想不出如何打印出来
#include
using namespace std;
template
inline void PrintSize()
{
cout<}
int main(void)
{
PrintSize();
return 1;
}

【在 M********5 的大作中提到】
: inline function难道是考你用template来写?
avatar
x*y
24
int a;
typeid(a).name(); //will output int

【在 m*****n 的大作中提到】
: 如下的macro怎么用inline function改写?
: #define PrintSize(type) \
: cout << "size of " << #type << " is " << sizeof(type) << endl;
: example:
: PrintSize(char); will show "size of char is 1" .

avatar
l*n
25
great! Then, following code should work.
#include
#include
using namespace std;
template
inline void PrintSize()
{
cout<}
struct A
{
int a;
double b;
};
int main(void)
{
PrintSize();
PrintSize();
PrintSize();
return 1;
}

【在 x***y 的大作中提到】
: int a;
: typeid(a).name(); //will output int

avatar
r*u
26
Here typeid is applied to a variable.
But, you are applying it to a type (T).
Seems not right.
avatar
h*k
27
typeid既可以用变量作参数,也可以用类型作参数。

【在 r**u 的大作中提到】
: Here typeid is applied to a variable.
: But, you are applying it to a type (T).
: Seems not right.

avatar
x*k
28
The return value of typeid really depends on the implementation of compiler.
sometimes, it returns some weird mangled string.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。