-
这个源码是用遗传算法对FCM 算法进行改进后的算法,实现了对脑图像的自动分割,速度较快...
这个源码是用遗传算法对FCM 算法进行改进后的算法,实现了对脑图像的自动分割,速度较快-the source is using genetic algorithms to FCM algorithm for improved algorithm, achieving the right brain"s automatic image segmentation, faster
- 2022-01-23 11:14:05下载
- 积分:1
-
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。...
一个极其简单的c语言实现的通讯录。希望对大家学习有帮助。-an extremely simple c language directories. We hope to help learning.
- 2022-03-23 19:23:54下载
- 积分:1
-
伦敦八分钟视频,可以随便下载啊,欢迎下载
伦敦八分钟视频,可以随便下载啊,欢迎下载-London 8 minutes video, can be downloaded ah, welcome to download
- 2023-01-26 14:25:04下载
- 积分:1
-
on entropy coding code
关于熵编码的代码-on entropy coding code
- 2022-02-05 08:10:10下载
- 积分:1
-
ROM Dumper for Win CE
ROM Dumper for Win CE
- 2022-05-18 07:07:27下载
- 积分:1
-
教师抽象基类及其派生的特聘教授,责任教授,教学人员,研究人员等派生类....
教师抽象基类及其派生的特聘教授,责任教授,教学人员,研究人员等派生类.-teachers abstract base class and its derived Chair Professor, Professor responsibility, teaching staff, researchers and other derived class.
- 2023-01-10 13:10:03下载
- 积分:1
-
jbpm与OA项目
删除角色-----------------1.角色列表-->删除2.RoleAction.deleteRole(); public String deleteRole(){ roleId roleService.deleteEntity(new Role(roleId)); return "findAllRolesAction" ; }3.略4.略用户授权管理----------------1.导航栏-->用户授权2.UserAuthorizeAction.findAllUsers(); public String findAllUsers(){ this.allUsers = userService.findAllEntities(); return "userAuthorizeListPage" ; }3.略4.略修改授权--------------------1.授权列表-->修改授权2.UserAuthorizeAction.editAuthorize(); public String editAuthorize(){ userId this.model = userService.getEntity(userId); this.noOwnRoles = roleService.findRolesNotInRange(model.getRoles());
- 2023-07-06 04:25:06下载
- 积分:1
-
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。...
haptic主控臂的弹簧力效果测试,力的大小和两点之间的距离成正比。-haptic controlling arm of the spring test results, the size and strength between two points is proportional to the distance.
- 2022-02-21 07:37:03下载
- 积分:1
-
可以实现虚拟主机名的问题,简单的好处
可以实现虚拟主机域名转向问题,简单实惠-can achieve virtual host name to the problem, the simple benefits
- 2022-01-29 01:11:11下载
- 积分:1
-
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;...
a)需求分析:
任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码;
要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
b)概要设计:
本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。
-a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
- 2022-03-06 12:21:16下载
- 积分:1