打印001 002 003 004

 String path1="/Users/anitafang/Downloads/Datasets/400w/testvideo5/001/";

    String path2="/Users/anitafang/Downloads/Datasets/Facepp/001/";

    char ss[100];

    char sp[100];

    int cnt=10;

   

    sprintf(ss,"%03d.png",cnt);

    sprintf(sp,"000%03d+.pts",cnt);

相关文章:

  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-06-11
  • 2021-06-06
  • 2022-02-03
  • 2021-10-25
猜你喜欢
  • 2021-09-25
  • 2021-10-06
  • 2021-10-11
  • 2022-02-14
相关资源
相似解决方案