摘要:
31 char s[100]; 32 33 int main() { 34 strcpy(s, "123"); 35 cout << atoi(s) << endl; //atol同atoi 36 37 strcpy(s, "12.3"); 38 cout << atof(s) << endl; //没有atolf 39 40 s... 阅读全文
posted @ 2017-05-29 22:12
Flowersea
阅读(170)
评论(0)
推荐(0)
摘要:
Posterize Posterize Posterize Pixels in a digital picture can be represented with three integers in the range 00 to 255255 that indicate the intensity 阅读全文
posted @ 2017-05-29 16:24
Flowersea
阅读(1430)
评论(0)
推荐(1)

浙公网安备 33010602011771号