登录
首页 » Delphi » ChargeringBMS

ChargeringBMS

于 2020-07-02 发布 文件大小:2444KB
0 239
下载积分: 1 下载次数: 41

代码说明:

  实现充电桩协议报文的全监测,通过CAN 通信历程更改,功能未调试,不过也没啥难点。(Implement protocol message full monitoring, charging pile through the CAN communication course changes, function not debugging)

文件列表:

充电桩BMS
.........\ControlCAN.dcu,4074,2016-05-27
.........\ControlCAN.dll,53248,2014-05-28
.........\ControlCAN.pas,5247,2014-12-25
.........\ControlCAN.~pas,5223,2014-05-28
.........\kerneldlls
.........\..........\CAN232.dll,53248,2014-05-28
.........\..........\CANETE.dll,143360,2014-05-28
.........\..........\CANET_TCP.dll,294912,2014-05-28
.........\..........\gisadll.dll,40960,2014-05-28
.........\..........\gpcidll.dll,40960,2014-05-28
.........\..........\isa5420.dll,45056,2014-05-28
.........\..........\kerneldll.ini,415,2014-05-28
.........\..........\PC104C2.dll,45056,2014-05-28
.........\..........\PC104CAN.dll,57344,2014-05-28
.........\..........\PCI5121.dll,53248,2014-05-28
.........\..........\usbcan.dll,36864,2014-05-28
.........\Project1.cfg,446,2016-10-13
.........\Project1.dof,2315,2016-10-13
.........\Project1.dpr,223,2016-10-10
.........\Project1.exe,989184,2016-10-13
.........\Project1.res,2348,2016-06-06
.........\Project1.rsm,4547136,2016-05-27
.........\Project1.~dpr,223,2016-05-27
.........\Unit1.dcu,31483,2016-10-13
.........\Unit1.ddp,51,2016-10-13
.........\Unit1.dfm,298607,2016-10-13
.........\Unit1.pas,35627,2016-10-13
.........\Unit1.~ddp,51,2016-10-12
.........\Unit1.~dfm,298605,2016-10-12
.........\Unit1.~pas,35627,2016-10-12
.........\报文信息.txt,0,2016-10-09

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

发表评论

0 个回复

  • bem
    适合大家一起入门 大家一起学习吧 是个bem程序(Getting Started with everyone for everyone to learn it is a bem program)
    2011-01-18 20:35:17下载
    积分:1
  • Rotate
    Examples c++Builder6
    2011-11-04 22:50:51下载
    积分:1
  • computer
    计算器,实现一个式子的加减计算,多个式子的计算,并测试结果(Calculator, to achieve a statement holds for addition and subtraction, multiple statement holds calculations, and test results)
    2009-10-11 21:00:13下载
    积分:1
  • The-fireworks-display
    一个可以在自己的电脑屏幕上生成烟花的小程序,可以烟花没有设计成圆的(One can generate fireworks on their computer screen applet, you can not designed to circle fireworks)
    2014-02-25 17:31:18下载
    积分:1
  • mm1
    implement mm1 queue system on customer process
    2012-05-06 15:20:35下载
    积分:1
  • 南京市部分公交转车系统
    说明:  a)需求分析: 任务:建立南京主要公交线路图。 要求:输入任意两地点,给出最佳的乘车线路和转车地点。 b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 (a) Requirements Analysis : Mandate : the establishment of the Nanjing main transit route map. Requirements : 2 importation arbitrary locations, is the best car lines and interchange locations. B) Summary of design : the procedures used by the data structure is linear tree and table, the algorithm used by the main sculpture, in order Huffman algorithm.)
    2021-03-16 23:19:21下载
    积分:1
  • sy7
    一些简单的小例子,书上的例题代码,简单易懂,谢谢(Some simple examples, the book s example code, easy to understand, thank you)
    2013-10-19 11:00:18下载
    积分:1
  • 1
    说明:  c入门程序一,编写一个C程序,输入a、b、c三个数,输出其中最大者。(c entry procedures, write a C program, enter a, b, c three numbers, the output of which the largest.)
    2013-04-07 11:05:07下载
    积分:1
  • lw_oopc-v1.2
    一种轻量级的面向对象的C语言编程框架:LW_OOPC。LW_OOPC是Light-Weight Object-Oriented Programming in(with) C的缩写,总共一个.h文件,20个宏,约130行代码,非常的轻量级,但却很好的支持了很多面向对象的特性,比如继承、多态,可以优美的实现面向接口编程。这个框架系由台湾的高焕堂先生以及他的MISOO团队首创,之后由金永华继续改进优化,最后,经高焕堂同意以LGPL协议开源(开源网址参见后文)。 用C语言实现OO?我没听错吗?这听起来真是太疯狂了!… 大家都知道,C++支持了面向对象和面向泛型编程,比C要更强大些。那么,为什么要在C语言中实践面向对象呢?为什么不直接使用C++呢? 希望这套宏,能够真正帮助到想用C语言写出面向对象代码的C程序员们! 源码包括几个使用这套宏的代码示例,可以认真钻研下。(A lightweight, object-oriented C language programming framework: LW_OOPC. LW_OOPC is an acronym for Light-Weight Object-Oriented Programming in (with) C, total. H file, 20 macro, about 130 lines of code, very lightweight, but very good support for object-oriented features, such as inheritance, polymorphism, and interface-oriented programming can be beautiful. This framework is the first team by of Taiwan Mr. Gao Huantang his MISOO continue to improve optimization, followed by Jin Yonghua, see below) agreed to LGPL the agreement open source (open source URL, GAO Huan-tang. Using C language implementation of Estimates of? I did not hear it? It sounds really crazy! ... As we all know, C support object-oriented and oriented generic programming than C to be more powerful. So, why do you want to practice in C language object-oriented? Why not just use C? I hope this set of macros, can really help to write object-oriented code C programmers who want to use the C language! Source includ)
    2012-11-21 14:36:34下载
    积分:1
  • iostream1
    编写程序,通过设置ios::scientific和ios::fixed标志以定点和科学记数法显示浮点类型数据。(Programming, by setting the ios:: scientific and ios:: fixed flag with fixed-point and scientific notation floating-point data types.)
    2010-05-17 17:14:54下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载