BackProp算法:经典的B-P算法.
上传时间: 2014-11-22
上传用户:xc216
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。
上传时间: 2014-01-08
上传用户:songrui
《三江学院师资管理系统》 核心模块功能简介 《三江学院师资管理系统》是基于B/S架构的Web应用程序,校园网上任何合法用户可以直接访问。一期工程实现了该系统的核心功能模块,包括安全认证、教师信息维护、学科信息维护、部分报表打印等功能,该系统已投入试运行。目前该系统安装在计算机系应用软件开发组服务器上,内网IP地址为192.168.xxx.xxx。需要访问师资系统的用户请在浏览器地址栏输入
上传时间: 2014-01-09
上传用户:独孤求源
基于B样条小波边缘检测算子的应用研究,摘自图形图像学报
上传时间: 2014-11-28
上传用户:来茴
四种加密解密算法的源代码/*辗转相除法求a,b的最大公因数*/
上传时间: 2015-09-11
上传用户:GavinNeko
Ma tla b 是当今使用最为广泛的数学软件,它具有相当强大的数值计算、数据处理、系统 分析、图形显示、甚至符号运算功能,是一个完整的数学平台,但是它不能实现端口操作和 实时控制Borland C + +Builder是一种新颖的可视化编程语言,可方便实现交互界面、数据 采集和端口操作等,但是它在数值处理分析和算法工具等方面,效率远远低于Matlab语言
上传时间: 2014-01-24
上传用户:牛津鞋
Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet sizes for each end of the link
标签: Bing point-to-point measurement determines
上传时间: 2015-09-15
上传用户:lgnf
用单链表实现对两个无序 A,B表进行合并并使的合并后的表按从小到大排序
上传时间: 2013-11-30
上传用户:253189838
教师管理系统是在学校局域网架设的B/S结构的办公平台。系统有四个模块:系统设置,通知通告,领导信箱,文件中心。系统开发环境:JAVA,数据库为Mysql,TOMCAT
上传时间: 2013-12-28
上传用户:zjf3110