Welcome![Sign In][Sign Up]
Location:
Search - xmodem source code

Search list

[CommunicationXMODEM.C

Description: 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
Platform: | Size: 2288 | Author: 伍先生 | Hits:

[Modem programXMODEM

Description: Source code for executing XModem function
Platform: | Size: 6983 | Author: Vincent Wu | Hits:

[Com Portxmodem

Description: xmodem source code. for communication
Platform: | Size: 15359 | Author: 广州老赵 | Hits:

[Other resourceymodem

Description: XModem / YModem Source Code
Platform: | Size: 2769 | Author: barku | Hits:

[Communicationserialport

Description: 串口通讯的MFC类 -MFC class for serial communication
Platform: | Size: 18432 | Author: 站长 | Hits:

[Communication-Mobileouxcomm

Description: XComDrv是个通讯包,包含两个控件:TXComm,封装了一个通讯设备的若干特性;TXModem,MODEM与MODEM通讯的控件。最新的版本支持:定制流控制;任意波特率;完全的数据控制;指定事件字符;收/发数据;插件。TXModem可以用来:向MODEM设备发送AT指令;修改MODEM寄存器;拨号;连接;断开。最新版本包括XAsync v.1.2,异步(覆盖式)操作单元。功能无限制。源代码:包含,还有EXE演示。适用语言:CB4 CB5 D4 D5-XComDrv is a communications package that contains two controls: TXComm, Packaging, a number of characteristics of communications equipment TXModem, MODEM control communications with the MODEM. The latest version supports: customized flow control arbitrary baud rate incomplete data control designated events characters admission/fat data plug. TXModem can be used to: MODEM equipment to send AT commands amend MODEM register dial-up connection disconnected. The latest version include XAsync v.1.2, Asynchronous (cover type) operation unit. Features unlimited. Source code: contains, as well as EXE demo. Applicable language: CB4 CB5 D4 D5
Platform: | Size: 314368 | Author: 站长 | Hits:

[CommunicationXMODEM.C

Description: 这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。 测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。 软件测试最困难的问题之一是知道何时停止测试(When to stop testing? ) 自己测试自己的程序是不可能的。 当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。 -This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
Platform: | Size: 2048 | Author: 伍先生 | Hits:

[Modem programXMODEM

Description: Source code for executing XModem function
Platform: | Size: 7168 | Author: Vincent Wu | Hits:

[Other Embeded programymodem

Description:
Platform: | Size: 2048 | Author: barku | Hits:

[Communicationxmodem-receiver

Description: xmodem协议源码实现,用java实现,采用eclipse开发,支持多线程.-XMODEM protocol source code to achieve, achieve with java using eclipse to develop and support multi-threading.
Platform: | Size: 5120 | Author: 马硕 | Hits:

[Modem programXModem

Description: XModem协议源码,众所周知的一个协议的源码,搞arm的第一个程序基本上就是这个-XMODEM protocol source code, as we all know the source of an agreement, to engage the first arm is basically a program that
Platform: | Size: 7168 | Author: liujian | Hits:

[SCMxmodem

Description: X modem 协议文件传输在51单片机上实现源代码-X modem file transfer protocol on the 51 single-chip implementation source code
Platform: | Size: 3072 | Author: shanghongwei | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-flash

Description: 基于STM32处理器的IAP应用FLASH编程源码-IAP processor-based STM32 application FLASH programming source code
Platform: | Size: 503808 | Author: 覃芳芳 | Hits:

[Embeded Linuxrzsz-3.0

Description: 在嵌入式linux2.6内核下的Xmodem传输软件的源代码,可以编译支持多种平台。-Linux2.6 kernel in the embedded software under the Xmodem transfer the source code can be compiled to support multiple platforms.
Platform: | Size: 2164736 | Author: 李茂盛 | Hits:

[Modem programxymodem

Description: XModem和YModem文件传输源码,VC/C++源码,网络相关,C++程序实现,供C程序员参考研究。-XModem and YModem file transfer source, VC/C++ source code, Internet related, C++ program to achieve, for C Programmer' s Reference Study.
Platform: | Size: 9216 | Author: 张和好 | Hits:

[Modem programXmodem.c

Description: c 语言环境下xmodem文件传输实现-xmodem source code and Protocol Data Unit PDU
Platform: | Size: 10240 | Author: qishengbao | Hits:

[SCMxmodemCRC16.c

Description: 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by step to write the source code, in accordance with program ideas will be easier to understand the CRC16 more experience in the way of the context.
Platform: | Size: 1024 | Author: 海天 | Hits:

[Modem programXModem-Source-code

Description: XModem协议说明,XModem协议源码,CRC16参考源码详解-XModem protocol description, XModem protocol source code, CRC16 reference source Detailed
Platform: | Size: 514048 | Author: 东成 | Hits:

[Com PortXmodem

Description: XMODEM传输协议源代码,应用程序可直接使用,支持文件传输和接收-XMODEM transfer protocol source code, the application can be used directly to support file transfer and receive
Platform: | Size: 2105344 | Author: 箫无归 | Hits:

[Com PortXModem

Description: 这是UART上文件传输协议xmodem源代码,可移植性好。-This is the UART on the File Transfer Protocol xmodem source code portability.
Platform: | Size: 7168 | Author: k | Hits:
« 12 »

CodeBus www.codebus.net