Skip to content

SpadyDong/TOOLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP

Some C++ functions and classes.

file tools

检查文件名后缀

bool checkPostfix(std::string fileName, std::string postfix)
e.g. checkPostfix("000000.png", "png")

列出文件夹下所有的文件夹和文件

std::vector<std::string> pathList(std::string path, bool sort=false)

python

matlab

About

Some C++ functions and classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published