登录
首页 » transportation applications » Usage: can be used for all types of enterprises to use a computer managing a sin...

Usage: can be used for all types of enterprises to use a computer managing a sin...

于 2022-02-19 发布 文件大小:13.30 MB
0 121
下载积分: 2 下载次数: 1

代码说明:

用途:可用于各类企业用一台电脑管理一台电子汽车衡称重业务 -Usage: can be used for all types of enterprises to use a computer managing a single electronic truck scale weighing operations

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vb database programming practice (2), after learning can draw inferences from. P...
    vb数据库编程练习(2),学习完后可以举一反三。请大家多多指教。-vb database programming practice (2), after learning can draw inferences from. Please exhibitions.
    2022-08-06 08:33:23下载
    积分:1
  • 一个简单的火车售票系统,我大学中的课程作业。
    一个简单的火车售票系统,我大学中的课程作业。-a simple train ticketing system, I university courses operation.
    2022-02-01 06:46:48下载
    积分:1
  • 停车场管理系统”如何部署:1、 导入注册表导入VC6.0chapter9confVicAly.reg文件到注册表中。2、 安装SQL Server本系统需要SQ...
    停车场管理系统”如何部署:1、 导入注册表导入VC6.0chapter9confVicAly.reg文件到注册表中。2、 安装SQL Server本系统需要SQL Server 7.0或者更高的版本。3、 导入数据库的脚本建立一个新的数据库VicAly,在这个新库里面执行VC6.0chapter9dbVicAly.sql。4、 设置DSN在ODBC配置中设置数据源 DSN_Vicaly,把这个DSN指向SQL Server的VicAly数据库。5、 安装条形码打印机由于本系统支持条形码打印机打出纸票,因此要测试完整功能,请安装与Zebra® 兼容的条形码打印机。6、 安装摄像机摄像机用来监控来去的车辆,是必须要安装的。7、 安装条形码识别器(可选)为了方面输入纸票的条形码,最好配备条形码识别器。8、 运行完成以上配置后,可以运行程序。-car park management systems, "how to deploy : 1, into the registry into VC6.0 chapter9 conf VicAly.reg documents to the registry. 2, SQL Server installation of the system need to SQL Server 7.0 or higher versions. 3, into a few According to the script for the establishment of a new database VicAly, in the implementation of the new library inside VC6.0 chapter9 db VicAly.sql. 4, set in ODBC DSN configuration set DSN_Vicaly data sources, the DSN pointing VicAly SQL Server database. 5. the installation of bar code printers because the system supports barcode printers made of paper votes, it will be fully fun
    2023-03-17 22:20:03下载
    积分:1
  • 在工程交通行业如测绘部门经常用到角度单位的转换,度分秒到度到弧度的转换,而且本代码可以实现批量的转换。...
    在工程交通行业如测绘部门经常用到角度单位的转换,度分秒到度到弧度的转换,而且本代码可以实现批量的转换。-Industries such as traffic engineering departments often use the perspective of mapping units conversion, minutes and seconds to degrees conversion degrees to radians, and the bulk of the code conversion can be achieved.
    2022-12-16 16:50:03下载
    积分:1
  • . net, prepared by the highway toll collection system is very practical
    .net 编写的高速公路收费系统 很实用-. net, prepared by the highway toll collection system is very practical
    2023-08-17 18:10:05下载
    积分:1
  • 这是飞机订票系统
    这是飞机订票系统-booking system
    2022-03-24 13:14:40下载
    积分:1
  • 是一个转化工具,能在公历日期和天文儒略历日期间转换
    是一个转化工具,能在公历日期和天文儒略历日期间转换-Is a conversion tool to date in the Gregorian calendar and the astronomical Julian calendar date conversion and exchange between
    2022-02-06 02:01:07下载
    积分:1
  • Gis行业中常有数据需要由汉字转拼音的需求,本程序就是针对TAB数据进行字段中的汉字转换.mapinfo数据的处理是基于MAPX5.0,拼音提取是利用IMM直取...
    Gis行业中常有数据需要由汉字转拼音的需求,本程序就是针对TAB数据进行字段中的汉字转换.mapinfo数据的处理是基于MAPX5.0,拼音提取是利用IMM直取微软拼音3.0的字库,有词组处理多音字处理功能,并对提取的拼音进行大小写拼音符号处理等功能.本程序是不可多得的学习代码!-Gis industry often data needs from the needs of Chinese characters to Pinyin, the procedure is for TAB data field in the conversion of Chinese characters. Mapinfo data processing is based on the MAPX5.0, phonetic extraction is the use of IMM straight for Microsoft Pinyin Font 3.0 , a phrase dealing with multi-tone word processing functions, and extraction of phonetic symbols for phonetic case processing functions. This procedure is rare to learn the code!
    2022-05-23 04:50:58下载
    积分:1
  • positioning plates
    车牌定位---VC++源代码程序 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.区域裁剪,截取车牌图像。 -positioning plates-- VC source code procedures 1.24 true color-
    2022-10-05 09:15:03下载
    积分:1
  • 长沙公交查询管理系统,主要实现对人员资料的管理以及车辆的分配路线。...
    长沙公交查询管理系统,主要实现对人员资料的管理以及车辆的分配路线。-Changsha bus inquiry management system, the main achievement of the management of personnel information, as well as the distribution of vehicle routes.
    2022-03-24 01:58:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载