-
msp430测方波频率,最高可以测试18Mhz
从msp430外部时钟管脚输入测试脉冲信号,定时记录脉冲个数,实现精确测频。
- 2022-05-09 13:38:33下载
- 积分:1
-
这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。
测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用...
这是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.
- 2022-03-10 02:22:42下载
- 积分:1
-
I have written a chat software is relatively simple, but very practical.
自己编写的一个聊天软件,比较简单,但很实用。-I have written a chat software is relatively simple, but very practical.
- 2022-07-13 10:18:34下载
- 积分:1
-
串口收发源程序
串口 C++ ,可用测试设备串口传输数据的正确性!拷贝的一个详细的程序,源代码完整,已经编译通过,请共享,大家请下载;
有效有用。
- 2022-02-13 23:51:21下载
- 积分:1
-
单片机串口通信程序集,51单片机串口调试程序一例
单片机串口通信程序集,51单片机串口调试程序一例-Microcontroller serial communication assembly, 51 MCU serial debugger one cases
- 2023-06-03 22:15:03下载
- 积分:1
-
本程序用到GPRS和RS485通信实现主机和从机之间的通信,送用的MCU为MSP430
本程序用到GPRS和RS485通信实现主机和从机之间的通信,送用的MCU为MSP430
- 2023-08-29 02:45:03下载
- 积分:1
-
详细介绍如何使用Matlab实现数字信号处理功能。
详细介绍如何使用Matlab实现数字信号处理功能。-Details on how to realize the use of Matlab functions of digital signal processing.
- 2022-06-15 17:44:37下载
- 积分:1
-
some articles about Wirless sensor web
some articles about Wirless sensor web
- 2022-02-21 23:28:08下载
- 积分:1
-
turbo码matlab仿真
本代码包含了经典的turbo码代码,并且包含本人的现阶段的研究工作,3gpp交织器的研究,[WuYuFei]中是WuYuFei的论文[WuYufei_matlab]是WuYufei的Matlab程序,[paper]是对简化算法的研究总结。译码程序完全是自己写的,已经系统整理过了。 constituent_decoder_SemiTh.m constituent_decoder_logmap.m constituent_decoder_max.m constituent_decoder_Th.m这四个文件是子译码器 interleaver_3GPP.m3GPP标准的交织器。Turbo.m中可以选择是用伪随机交织还是3GPP标准交织
- 2022-07-26 07:22:01下载
- 积分:1
-
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文...
这是一个实现linux系统下的scp的命令相同功能的程序,客户端和服务端通信使用了自己定义了的通信协议。
文件传送协议格式:
服务器路径#服务器上的文件名#操作类型#文件大小
操作类型:0代表上传操作 1代表下载操作
文件大小:上传下载的文件大小
服务器返回的消息类型:
0 :服务器创建文件失败
1:服务器操作成功
2:文件大小不同 (未实现)
注意:
1:正则表达式没有实现
2:其余实现
3:服务器可以为多个客户端服务,用多进程实现-This is a linux system realize the scp command functions the same procedures, client and client communication services using its own definition of the communication protocol. File Transfer Protocol format: server path# Server 23 file name! Operation type# File size operation types: 0 From operated on behalf of one operation on behalf of download file size: From the size of the downloaded file to return to the news server type: 0 : The server failed to create file 1: Server operation successful 2: documents of different sizes (not realize) Note: 1: regular expression did not realize 2: the rest of the realization of 3: The server can service multiple clients, and realize multi-process
- 2022-03-20 03:16:03下载
- 积分:1