登录
首页 » Delphi » BTRALog

BTRALog

于 2020-06-16 发布 文件大小:42KB
0 219
下载积分: 1 下载次数: 0

代码说明:

  BTRA automatic gearbox logger

文件列表:

BTRALog, 0 , 2019-08-13
BTRALog\BTRALog.cfg, 386 , 2012-08-06
BTRALog\BTRALog.dof, 1337 , 2012-08-06
BTRALog\BTRALog.dpr, 187 , 2012-08-06
BTRALog\BTRALog.dsk, 5299 , 2014-02-20
BTRALog\BTRALog.res, 876 , 2012-08-06
BTRALog\BTRALog.~dsk, 5299 , 2013-06-21
BTRALog\BTRAScan.log, 167484 , 2012-08-06
BTRALog\ScanOut.txt, 48347 , 2012-08-07
BTRALog\Unit1.dcu, 9785 , 2012-08-07
BTRALog\Unit1.dfm, 1455 , 2012-08-07
BTRALog\Unit1.pas, 5002 , 2012-08-07
BTRALog\Unit1.~dfm, 1455 , 2012-08-07
BTRALog\Unit1.~pas, 4917 , 2012-08-07
BTRALog\hex.dcu, 4018 , 2012-08-06
BTRALog\hex.pas, 4239 , 2012-03-26

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

发表评论

0 个回复

  • Suduku is a game. This programming is a implementation Of sudoko in C++ language...
    Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish..
    2022-01-22 00:32:57下载
    积分:1
  • jihe
    说明:  实现集合运算关于离散结构中真值表和集合 以及关于c++一些简单运算(Implementing Set Operations)
    2020-06-24 23:40:11下载
    积分:1
  • python爬虫+可视化
    说明:  python的简单爬虫作业,爬取b站相关视频弹幕(simple python homework)
    2020-12-11 19:22:32下载
    积分:1
  • 个人博客模板《show time》蓝色版
    说明:  wp个人博客源码,某宝卖200元的私人定制,分享交流(WP Personal Blog Source, 200 Yuan Private Customization for a Baobao Sale, Sharing and Exchange)
    2020-06-24 17:00:02下载
    积分:1
  • 在text中实现快速增量查询
    在text中实现快速增量查询-text in achieving rapid incremental inquiries
    2022-11-21 21:50:03下载
    积分:1
  • ww
    说明:  本论文以OFDM系统为基础,介绍了OFDM系统的基本原理,以及使用OFDM技术的优势所在,并且展望了今后的无线移动技术的发展前景。在简单介绍OFDM原理的同时,着重阐述了OFDM系统在不同信道环境和不同实现方式下的误码性能。主要包括了OFDM系统在加性白高斯信道,在加性白高斯信道和多径干扰两种不同信道环境下系统的误码性能,其中后者还研究了系统在有保护间隔与无保护间隔的误码性能比较。在理论分析的基础上,用MATLAB进行仿真,最后做出误码性能的分析和比较。 (This paper has OFDM systems based on OFDM systems introduces the basic principles and the use of the advantages of OFDM technology, and to look towards the future of wireless mobile technology development prospects. In a brief OFDM principles, while focusing on the OFDM system under different channel environments and different modes to achieve the error performance. Mainly include the OFDM system in additive white Gaussian channel, in the additive white Gaussian channel and multi-path interference of two different channel environment, the system BER performance, the latter of which also studied the system in a guard interval and non-protected BER performance comparison interval. The theoretical basis of the analysis, using MATLAB simulation, finally make a bit error performance analysis and comparison.)
    2009-10-06 19:37:22下载
    积分:1
  • 7-Zip GUI.app
    轻量方便的家压缩软件,方便地进行压缩解压缩(Excellent de compress tool)
    2019-03-28 20:39:59下载
    积分:1
  • NcxWOW64
    说明:  The Ncx*.pas in this archive contain some functions to access native informations from Delphi (32-bit) programs that are running in WOW64. WARNING: The units rely on internal (native) Windows NT APIs and data structures... (you should *not* use them for production code) The sample binaries were built with the Free Pascal Compiler (2.2.1). NOTE: If you get an "Internal Error 2002032210" for the NcxTypes unit disable the "Use register-variables" optimization (-OoNOREGVAR).
    2020-06-24 13:20:02下载
    积分:1
  • 实验3
    1、单向通信 向甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;并将a的值取反从P0口输出,控制D0、D1、D2、D3相应点亮。乙方接收到数据并偶校验正确后,将接收数据取反从P0口输出,控制D0、D1、D2、D3相应点亮。 2、双向通信 甲方连续不断地发送变量a的值,未按键,a=0x0f,按键后根据按键确定a值;乙方未按键不发送,按键后将乙方按键得到的a*16发送;甲乙双方都将发送数据与接收数据相或后再取反,从P0口输出控制D0—D7相应点亮。 3、间隔发送 未按键,甲方不发送数据,按键后甲方每隔50ms连续发送4个字节:0xff、a、a、a。 乙方只在收到甲方数据0xff后的3个数据并验证相同时,才将接收数据*16发送。 甲乙双方都将发送数据与接收数据相或后,从P0口输出控制D0—D7相应点亮。(1. One-way communication The value of variable a is continuously sent to Party A without key, a = 0x0f. After the key is pressed, the value of a is determined according to the key; and the value of a is output from P0 port to control the corresponding lighting of D0, D1, D2 and D3. After receiving the data and checking it correctly, Party B will output the received data from P0 port and control D0, D1, D2 and D3 to light up accordingly. 2. Two-way communication Party A continuously sends the value of variable a without key, a = 0x0f, and determines a value according to the key after the key; Party B does not send the key without key, and sends the a*16 obtained by the key after the key is pressed; Both parties will send the data to or from the receiving data, and then retrieve the data and control D0-D7 from the P0 port to light up accordingly. 3. Interval Sending Without keys, Party A does not send data. After keys, Party A sends 4 bytes continuously every 50 ms: 0xff, a, a.)
    2020-11-16 09:29:42下载
    积分:1
  • VC++ Windows扩展名查询及说明程序
    VC++ Windows扩展名查询及说明程序,为什么说是说明程序呢?因为查询出扩展名后,会有该扩展名文件类型的说明,用什么程序打开。另外这个查询程序还有一个亮点就是输入提示功能,当你输入任意字符的时候,若有匹配的扩展名,则会在输入框下边显示对应的扩展名类型及说明。
    2022-02-25 10:39:13下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载