搜索资源列表
rj588_onlineptppublicedit16x
- 在线解压缩RAR文件 复制,粘贴,删除,重命名 建立文档,建立文件夹 上传文件,在线编辑-decompress RAR online copy, paste, delete, rename the establishment of documents, document folder upload documents, online editor
Rename
- 给文件重命名,以0001为开始,前面的0个数自动确定,按照文件夹中文件的总个数。-To rename the file to 0001 for the start, the number of zeros is automatically determined according to the total files in the folder number.
file_read
- 一个可以自动读取文件夹下面文件名的程序,或自动将文件名保存为text,可以用于重命名等操作-A folder can be automatically read the file name of the program, or automatically save the file name as text, can be used to rename and other operations
readfilename
- 遍历多层文件夹下满足特定条件的文件 可实现文件计数 文件名保存 及文件重命名等功能-Files that meet the specified conditions in a multi layer folder Can achieve file count file name and file rename function
神经网络自动跑马里奥
- 利用神经网络学习跑马里奥,脚本源码是NEAT.lua,已经整合在一起 测试方法:打开模拟器EmuHawk.exe,载入游戏,进入游戏后保存(save state),进入目录\SNES\State,找到刚才保存的文件,重命名为DP1.state,把这个文件复制到LUA文件夹和模拟器文件夹下,运行脚本就可以了. 哔哩哔哩上有作者的演示视频,搜索MarI/O(Use neural networks to learn how to run Mario)
tiny_cnn
- Tiny_cnn是一个简洁的纯C++11实现的深度学习框架,本人用的是VS2013+opencv2.4.13。用自己的数据训练和测试tiny_cnn,只需自己准备好训练数据train与测试数据val0\val1。把训练图像放到一个文件夹下,如文件夹train,把所有的图像直接批量重命名,但要保证每一类图像是连续存放的。(Train and test tiny_cnn with your own data)