资源列表
eetop.cn_利用FPGA实现浮点运算的verilog代码
- 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.
实验1 跑马灯实验
- led的切换功能,stm32最简单的实验(The handoff function of LED, the simplest experiment of stm32)
Desktop
- rc663程序源码,SPI通信协议的,c语言开发(Rc663 program source code)
tm1617
- TM1617驱动程序,内部包含按键处理以及显示驱动软件(TM1617 driver, which contains key processing and display driver software)
24L01drive
- 2401无线通信模块驱动程序,分为主机接收和从机接收两大模块,亲测好用(2401 wireless communication module driver, divided into the host receiving and receiving two modules from the slave machine.)
接触读写芯片PN512在读取身份证UID的源码及电路
- 接触读写芯片PN512在读取身份证UID的源码及电路(The contact read and write chip PN512 reads the source code and circuit of the ID card UID.)
STM32中文参考手册_V10
- ARM芯片资料,手册 最新中文参考手册,可以参考一下啊(arm stm32 arm stm32f4)
STC89C52_hx711_AD
- 使用hx_711AD转换模块对一段未通电的无漆包或者绝缘外皮的导线长度的测量,程序精度在3mm内会有小部分误差。(The hx_711AD conversion module is used to measure the length of an uncharged unpainted or insulated sheath, and the accuracy of the program will have a small part of error in the 3mm.)
24C08 模块 YL-90 资料
- AT24C08模块资料,还是比较详细的。(AT24C08 module data, were detailed.)
Unit8
- 定时开始工作红指示灯亮,结束时绿指示灯亮(Timing start work the red indicator, at the end of the green light is lit)
HEX2MIF
- QUARTUS II SRAM/ROM初始化需要的HEX文件与Keil产生的HEX格式不同;该Modelsim程序,将Keil产生的Hex转换成,Quartus可以是识别的MIF格式;(The QUARTUS II SRAM/ROM initialization needs HEX files which are different from those generated by Keil. The Modelsim program converts Hex generated by Keil
超声波模块程序_STM32F103ZET6
- stm32超声波测距驱动程序,使用正点原子战舰V3开发板(STM32 ultrasonic distance measuring driver)
