搜索资源列表
psotoolbox
- psotoolbox Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PS
FlashThief
- FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
FlashThief
- FlashThief U盘小偷 本程序以服务形式运行。当然,双击它也是开始监听了…… 安装服务:FlashThief.exe -install 卸载服务:FlashThief.exe -uninstall 安装服务后,默认启动方式为自动启动。你要安装后就运行,请使用 net start "Windows Management Acquisition" 设置盗取文件储存路径:FlashThief.exe -path D:\MyFiles
实用系统功能
- 基于C#.NET实现的实用系统功能,内含计时器,定时关机,禁用u盘等实用功能
train_1
- 用U-net进行脑部图像多类分割,用keras框架进行实现(U-net brain segmentation keras tensorflow background)
tf_unet-master
- 使用U-Net模型实现数据集的分割功能,基于vgg模型基础上(Using the U-Net model to implement the segmentation of data sets, based on the VGg model)
dnSpy
- 反编译工具4.0,可以用于程序反编译,再修改等解决问题方式(dn spy u can do fan bianyi and fix any problems in windows or .net platform)
dist
- 用最短路径算法算出特定两点之间的距离 输入:直接读取net.in文件 第一行为四个整数N,M,S,T,每两个整数之间用一个空格隔开,分别表示网络的节点(编号为1到N),网络线段数,以及起点终点编号 接下来M行,每行三个整数U,V,D,每个整数之间用空格隔开,表示节点U和V之间有一条线路相连,距离是D,(两个节点可能有多条线路) 输出:直接写入到net.out文件,输出只有一行,表示从S点到T点的最短距离(如果不通则输出-1) (N<=100,M<=N*N,D<=100