登录
首页 » 通信 » recently I just get finished serial operation, which is reference to other peopl...

recently I just get finished serial operation, which is reference to other peopl...

于 2022-02-14 发布 文件大小:166.38 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

本人最近刚刚搞完串口操作,这是参考其他人的代码,并修改而成的.-recently I just get finished serial operation, which is reference to other people"s code, and the revisions.

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

发表评论

0 个回复

  • 扩频序列的误码率性能仿真程序,在MATLAB环境下运行
    扩频序列的误码率性能仿真程序,在matlab下运行-Sequence Spread Spectrum BER performance simulation program, run under Matlab
    2022-02-04 01:34:55下载
    积分:1
  • 银行呼号系统设计
    资源描述#include #define uchar unsigned char //宏定义 #define uint unsigned int  //宏定义 sbit rs=P2^0; sbit e=P2^1; sbit key1=P2^2; //四个服务人员的按键 sbit key2=P2^3; sbit key3=P2^4; sbit key4=P2^5; sbit shengyinled=P2^6;   //模拟声音 sbit fuwuled=P2^7; uchar hao[50]="0";  //存储当前需要服务的号码 uchar j=0;    //  号码的个数 uchar *quhao=hao; uchar key=0;   //按键值 uchar code table[]="0123456789"; uchar code table1[]="Welcome!"; uchar code table2[]="No.0000->0hao";//用于液晶初始化显示 void delay(uchar z)  //延时函数 {     uchar i,j;     for(i=z;i>0;i--)         for(j=110;j>0;j--); } void wr
    2022-02-22 09:46:21下载
    积分:1
  • 组播讯的范例,可以视在文字会议系统,多人接收
    组播通讯的范例,可以视在文字会议系统,多人接收-multicast communications paradigm, as the language conferencing systems, receiving more than
    2022-07-11 23:58:07下载
    积分:1
  • ex3_2 求系统的阶跃响应 ex3_3 级联型系统结构的参数求解 ex3_4 并联型系统结构的参数求解 ex3_5 求系统频率抽样型结构 ex...
    ex3_2 求系统的阶跃响应 ex3_3 级联型系统结构的参数求解 ex3_4 并联型系统结构的参数求解 ex3_5 求系统频率抽样型结构 ex3_6 全零点性滤波器Lattic结构 ex3_7 全极点性滤波器Lattic结构 ex3_8 零极点性滤波器Lattic结构-ex3_2 system step response for a cascade system ex3_3 parameters ex3_4 parallel systems to solve the structure of the system parameters to solve for the frequency of sampling ex3_5 structure of filter ex3_6 0:00 Lattic whole structure of all-pole filter ex3_7 structure Lattic Pole-zero ex3_8 structure of filter Lattic
    2022-02-11 17:12:44下载
    积分:1
  • 收藏的LDPC编码
    适用于初学者了解LDPC的编码和仿真,采用matlab里自带的编码和译码方法进行编译码,里面涉及到误码率等的计算
    2023-03-20 12:55:04下载
    积分:1
  • turbo码的相关程序,对turbo码的编译码进行了实现
    turbo码的相关程序,对turbo码的编译码进行了实现-turbo code of the relevant procedures, coding and decoding of turbo codes to achieve
    2023-02-05 08:35:03下载
    积分:1
  • 网上校园在线考试系统v1.1,校园在线考试…
    OnlineExam校园在线考试系统 v1.1,校园在线考试系统 + 后台系统管理,默认的后台数据管理员用户名和密码都是:admin,默认的验证密码都是:firekinger -OnlineExam Campus Online Examination System v1.1, the campus online examination system background systems management, the default background data administrator user name and password are : admin, the default password verification are : firekinger
    2023-08-15 07:40:04下载
    积分:1
  • 实现动态源路由协议使用NS2
    动态源路由协议(DSR)是一种简单而高效的路由协议专门设计用于在多跳无线ad hoc移动节点的网络。 DSR允许网络是完全自组织和自配置,而无需对任何现有的网络基础设施或施用。DSR已经被无数的团体执行,并将其部署在多个测试平台。使用DSR协议的网络已连接到Internet。 DSR可以与移动IP互操作,并使用移动IP和DSR节点的无线局域网,蜂窝数据服务和DSR移动ad hoc网络之间的无缝已迁移。该协议是由“路由发现”和“路由维护”两大机制,共同努力,允许节点发现和维护路由,在ad hoc网络的任意目的地。该协议的各个方面按需完全运作,允许DSR路由包开销自动缩放到只需要作出反应的变化,目前正在使用的路由。该协议允许多个路由至任何目的地,并允许每个发送来选择和控制路由选择的分组,例如用于负载平衡或用于增加鲁棒性所使用的路由。在DSR协议的其他优点包括易于保证无环路的路由,用于支持包括单向链路,使用路由只有“软状态”,并非常迅速恢复网络时,在网络更改路线。该DSR协议设计主要是为高达约200节点的移动ad hoc网络,旨在与甚至是非常高的流动性速率工作。
    2022-01-24 08:57:02下载
    积分:1
  • UWB超宽带号。IEEE规定的UWB号的MATLAB源代码。可以用在仿真中...
    UWB超宽带信号。IEEE规定的UWB信号的MATLAB源代码。可以用在仿真中-UWB Ultra-wideband signal. IEEE provisions of UWB signals in MATLAB source code. Can be used in simulation
    2022-03-16 14:05:26下载
    积分:1
  • vc++编写的串口检测程序开发
    vc++编写的串口检测程序开发-vc prepared by the serial Detection Program Development
    2022-07-03 03:56:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载