登录
首页 » Asm » asynchronous-serial-communication

asynchronous-serial-communication

于 2012-05-16 发布 文件大小:17KB
0 152
下载积分: 1 下载次数: 4

代码说明:

  接口与通信技术实验指导书(Interface and communication technology experiment instructions )

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

发表评论

0 个回复

  • modem的一个源程序,要做这个可以download,有一定参考价值!
    modem的一个源程序,要做这个可以download,有一定参考价值!-modem a source, can download this to be done, there is a certain reference value!
    2022-02-25 10:34:49下载
    积分:1
  • 计算机通信中的实例程序和“要求”,要用的…
    这是PC机间相互通信的例子,程序“require”为用查询方式实现,程序“interrupt”为 用中断方式实现-PC communication among the examples procedures "require" to be used for achieving and procedures "interrupt" for the use of interruption means
    2022-01-21 06:20:53下载
    积分:1
  • 用8155扩展51单片键盘控制
    用8155扩展51单片键盘控制-8155 with 51 single extended keyboard control
    2022-08-31 19:10:02下载
    积分:1
  • 51时钟程序,用于定时,结构简单,小巧实用
    51时钟程序,用于定时,结构简单,小巧实用-51 clock procedures for the regular, simple, compact practical
    2022-07-19 18:26:35下载
    积分:1
  • 多目标优化算法
    目前的多目标优化算法有很多,Kalyanmoy Deb 的 NSGA-II(Nondominated Sorting Genetic Algorithm II,带精英策略的快速非支配排序遗传算法)无疑是其中应用最为广泛也是最为成功的一种。MATLAB 自带的 gamultiobj 函数所采用的算法,就是基于 NSGA-II 改进的一种多目标优化算法(a variant of NSGA-II)。gamultiobj 函数的出现,为在 MATLAB 平台下解决多目标优化问题提供了良好的途径。gamultiobj 函数包含在遗传算法与直接搜索工具箱(Genetic Algorithm and Direct Search Toolbox, GADST)中,这里我们称 gamultiobj 函数为基于遗传算法的多目标优化函数,相应的算法为基于遗传算法的多目标优化算法。本案例将以 gamultiobj 函数为基础,对基于遗传算法的多目标优化算法进行讲解,并详细分析其代码,同时通过一个简单的案例介绍 gamultiobj 函数的使用。 ( (U09) u5126 u591A u591A u5108 u7R2 U7565 u7654 u5EB2 u09A1 u653H U4E5F u662F u6700 u4E3A u6210 u529F u7684 u4E00 u79CD u3002MATLAB u81EA u5E26 u7684 gamultiobj u51FD u6570 u6240 u91C7 u7528 u7689 u7B97 u6CD5 uFF0C u5C31 u662F U57FA u4E8E NSGA-II u6539 u8FDB u7684 u4E00 u79CD u591A u76EE u6807 u4161 u5316 u7B97 u6CD5 uFF08a variant of NSGA-II uFF09 u3002gamultiobj u51FD u6570 u7684 u5150 U73B0 uFF0C u4E3A u5728 MATLAB u5E73 u53F0 u8E0B u89E3 u51B3 u5B1 u591A u76EE u6807 u4F18 u5316 u95EE u9898 u63D0 u4F9B u4E86 u826F u597D u7944 u9014 u5F84 u3002gamultiobj U5135 u5135 u5255 u5135 u5255 u5135 u7R2 u7R2 u7B97 F0C u8FD9 u91CC u6211 u4EEC u79F0 gamultiobj u51FD u6570 u4E3A u57FA u4E8E u907 u4F20 u7B97 u6CD5 u7684 u591A u76EE u6807 u4F18 u5316 u51FD u6570 uFF0C u76F8 U5E94 u7689 u7B97 u6CD2 u4E3A u57FA u4E8E u9057 u4F20 u7B97 u6CD5 u7684 u591A u76EE u6807 )
    2017-05-15 10:14:14下载
    积分:1
  • 中断TSR时间程序(int 1ch)
    汇编语言中断TSR时间程序(int 1ch)-assembly language TSR interruption time (int 1ch)
    2022-03-10 02:13:58下载
    积分:1
  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分:1
  • C8051F350采样滤波程序,请大家参考指教,应该有所帮助,这个片子最竟很热,啊...
    C8051F350采样滤波汇编程序,请大家参考指教,应该有所帮助,这个片子最竟很热,啊-C8051F350 sampling filter assembler, please refer to U.S. advice, should be helpful, this film has the most hot, ah
    2022-03-23 10:26:42下载
    积分:1
  • matlab
    matlab实现电力系统谐波,负序,电压和频率偏差综合分析(DAFWSFAFADADAFEWAFAFAFA)
    2009-10-04 22:03:18下载
    积分:1
  • masm32菜单使用的例子
    masm32菜单使用的例子-masm32 menu use example
    2023-04-07 02:05:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载