登录
首页 » Delphi » ChargeringBMS

ChargeringBMS

于 2020-07-02 发布 文件大小:2444KB
0 333
下载积分: 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 个回复

  • POL_PARAMETER_TRANS
    极化敏感阵列DOA算法中,两组表示极化状态的极化参数相互转换。( U6781 u5316 u653F u611F u9635 u5217Du u7L9 u6CD2 u4E2D uFF0C u4E24 u7EC4 u8868 u793A u6781 u5316 u72B6 u6001 u7684 u6781 u5316 u53C2 u6570 u76F8 u4E92 U8F6C u6362 u3002)
    2017-06-01 08:57:40下载
    积分:1
  • PrivateSubText1
    校运动会代码(部分),使用VB编程,由学生自己开发(yundonghui)
    2010-12-14 10:56:17下载
    积分:1
  • string
    C++ 编写的string类库,并实现string的各项函数操作。(string function)
    2013-05-07 16:27:28下载
    积分:1
  • mzbiev
    CMMB__标准规范 GYT 220 9-2008 移动多媒体广播 第9部分:卫星分发信道帧结构,信道编码和调制 pdf(CMMB__ standard specification GYT 220-2008 mobile multimedia broadcasting-part 9: satellite distribution channel frame structure, channel encoding and modulation pdf)
    2019-01-06 00:01:20下载
    积分:1
  • cpubbs_simulate_mouse
    虚拟鼠标,通过设定鼠标坐标使鼠标移动,不需要实际操控鼠标(A virtual mouse, by setting the mouse coordinates of the mouse movement, mouse does not require actual manipulation of)
    2009-10-31 18:57:10下载
    积分:1
  • ycbuhl2
    利用java语言编制的一些排序源代码,如气泡排序法等等,()
    2017-10-13 19:20:35下载
    积分:1
  • flattfzinqmake
    一个非常炫的工具栏类,用来制作酷酷的界面,还可以的(A very flattering toolbar class, used to make cool interface, can also)
    2017-04-21 10:16:25下载
    积分:1
  • gui_dyn_14_3
    动态电路分析,用户输入电阻、电容、电容初始电压。(Dynamic Circuits, user input resistance, capacitance, initial voltage of the capacitor.)
    2016-10-11 11:07:37下载
    积分:1
  • is560
    小波包分析提取振动信号中的特征频率,本程序的性能已经超过其他算法,插值与拟合,解方程,数据分析。( Wavelet packet analysis to extract vibration signal characteristic frequency, This program has exceeded the performance of other algorithms, Interpolation and fitting, solution of equations, data analysis.)
    2017-05-02 14:27:50下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载