首页 > 第二章例2-2

第二章例2-2

#include

int main(void)

{

 printf("Programming is fun. ");

 printf("And programming in C is even morn fun! ");

 return 0;

}

转载于:https://www.cnblogs.com/jiangjiali/p/3352576.html

更多相关:

  • 转自:http://stackoverflow.com/questions/8377091/what-are-the-differences-between-cv-8u-and-cv-32f-and-what-should-i-worry-about CV_8U is unsigned 8bit/pixel - ie a pixel...