tqdm.cpp:tqdm的C ++端口

时间:2021-05-22 22:38:00
【文件属性】:
文件名称:tqdm.cpp:tqdm的C ++端口
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-22 22:38:00
C++ tqdm 流行的python模块官方C ++端口。 进行中的工作(前Alpha版) tqdm (阅读taqadum,تقدّم)在阿拉伯语中表示“进步”。 立即让您的循环显示一个智能进度表-只需用tqdm(iterable)包装任何可迭代的tqdm(iterable) ,就完成了! # include " tqdm/tqdm.h " for ( int i : tqdm::range( 5 )) // for(int i = 0; i < 5; ++i) ... // even more pythonic // for(float i = 2.3f; i < 9.1f; i += 0.1f) for ( auto i : tqdm::range( 2 . 3f , 9 . 1f , 0 . 1f )) ... // container and iterator wrapp
【文件预览】:
tqdm.cpp-master
----.travis.yml(2KB)
----CONTRIBUTE.md(985B)
----LICENCE(2KB)
----test()
--------test-example.cpp(1KB)
----include()
--------tqdm()
----.mailmap(292B)
----src()
--------stdafx.cpp(20B)
--------stdafx.h(577B)
--------main.cpp(646B)
----.clang-format(792B)
----.gitignore(32B)
----CMakeLists.txt(5KB)
----README.md(3KB)
----FlagUtilities.cmake(8KB)

网友评论