登录
首页 » SCM » 研究所积累的资料3,大家秘密使用,千万别告诉别人!

研究所积累的资料3,大家秘密使用,千万别告诉别人!

于 2022-03-20 发布 文件大小:127.71 kB
0 118
下载积分: 2 下载次数: 1

代码说明:

研究所积累的资料3,大家秘密使用,千万别告诉别人!-3 Institute of accumulated data, we use a secret, please do not tell others!

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

发表评论

0 个回复

  • SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。 假设下面...
    SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。 假设下面的8位寄存器装的是待发送的数据10101010,上升沿发送、下降沿接收、高位先发送。 那么第一个上升沿来的时候 数据将会是sdo=1;寄存器=0101010x。下降沿到来的时候,sdi上的电平将所存到寄存器中去,那么这时寄存器=0101010sdi,这样在8个时钟脉冲以后,两个寄存器的内容互相交换一次。这样就完成里一个spi时序。 -SPI bus is a ring structure, by ss (cs), sck, sdi, sdo composition, its timing is actually very simple, mainly under the control of the sck and two bi-directional shift register for data exchange. Assuming the following 8-bit register is loaded to send the data to be 10,101,010, rising to send, receive falling edge, high first sent. Well, the first rising edge to the time data will be sdo = 1 register = 0101010x. Falling edge comes, sdi on the level will be stored to the register, then register at this time = 0101010sdi, so 8 clock pulse later, the contents of two registers to exchange time. This will be completed in a spi timing.
    2022-02-06 05:39:49下载
    积分:1
  • 德彪西是新星软件公司(源技术)的HDL开发调试
    德彪西是NOVAS软件公司(源码技术)开发的HDL调试工具
    2022-11-19 08:20:03下载
    积分:1
  • 16输入8输出单片机程序
    16输入8输出单片机程序-16 input output MCU procedure 8
    2022-04-29 17:26:21下载
    积分:1
  • HID USB键盘单片机固件程序,能实现键盘输入的功能
    HID USB键盘单片机固件程序,能实现键盘输入的功能-HID USB keyboard firmware single-chip, to achieve the functions of keyboard input
    2022-01-26 03:00:25下载
    积分:1
  • EMC的开发库 是单片机性价比高的选择 提高快速开发
    EMC的开发库 是单片机性价比高的选择 提高快速开发-EMC microcontroller development libraries are cost-effective option to enhance rapid development of high
    2022-03-02 16:02:31下载
    积分:1
  • 详细介绍T6963C控制芯片资料,全中文显示,点阵液晶显示模块...
    详细介绍T6963C控制芯片资料,全中文显示,点阵液晶显示模块-Detailed information T6963C controller chip, all-Chinese display, dot-matrix LCD Module
    2022-01-21 18:38:44下载
    积分:1
  • In this case contains circuitry and procedures, including single
    本例中含有电路图及程序,单片机的仿真也含其中,很有用哦-In this case contains circuitry and procedures, including single-chip microcomputer in which the simulation is also useful Oh! !
    2022-02-02 08:55:17下载
    积分:1
  • 这是一个关于DS18B20的温度采集系统的设计,能够通过修改本程序从应用到你的系统中去...
    这是一个关于DS18B20的温度采集系统的设计,能够通过修改本程序从应用到你的系统中去-This is a study on the temperature acquisition system DS18B20 design, able to modify this procedure from the application to your system to
    2022-01-25 21:52:59下载
    积分:1
  • 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用...
    用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。 在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。 打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
    2023-04-01 14:55:03下载
    积分:1
  • 串口是单片机重要的功能部件,通过简单的串口编程,让初学者进入16单片机的世界...
    串口是单片机重要的功能部件,通过简单的串口编程,让初学者进入16单片机的世界-Serial single-chip are the essential features through a simple serial port programming, so that beginners to enter the world of single-chip 16
    2023-08-11 13:55:02下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载