-
GET_humidity
说明: dht11 模块湿度读取并在数码管上显示(DHT11 module humidity reading and display on digital tube)
- 2020-06-21 11:00:02下载
- 积分:1
-
stm32f4-usb-mouse-host
stm32f4 的usb鼠标主机程序,简单的修改即可成为自己的工程(stm32f4 usb mouse host)
- 2015-11-20 20:22:08下载
- 积分:1
-
IIC
使用数码管和AT24C02实现:
1、数码管从0显示到99,溢出后从0循环显示,时间间隔为一秒。
2、显示到某个数时突然关闭电源,AT24C02将保存当前的数字。
3、重新启动后数码管会接着上次的数继续显示(Using digital tube and AT24C02 implementation:
1, the digital tube displays from 0 to 99. After overflow, it displays from 0 cycles, with a time interval of one second.
2, display a number of time to turn off the power suddenly, AT24C02 will save the current number.
3, after reboot, the number will continue to display.)
- 2020-07-02 13:20:01下载
- 积分:1
-
斐讯R1本地升级工具包
说明: 斐讯因为停止服务了 致使斐讯r1音箱不能升级 使用这个软件就可以把斐讯r1音箱升级成最新版本3448,这个版本的音质有了很大的提升(Because the service of fisun stopped, fisun R1 speaker could not be upgraded. With this software, fisun R1 speaker can be upgraded to the latest version 3448. The sound quality of this version has been greatly improved)
- 2020-06-30 01:00:02下载
- 积分:1
-
决赛 2.0
stm32智能物流小车程序,芯片为stm32f407(Stm32 Intelligent Logistics Vehicle Program, the chip is stm32f407)
- 2020-11-25 20:39:32下载
- 积分:1
-
实验27 触摸屏实验
说明: 鉴于stm32在keil平台上的触摸屏显示与校准触摸(touch screen display)
- 2020-06-20 12:20:02下载
- 积分:1
-
matlabencrypton
matlab编写的数字签名言简意赅,相信一定会有人用到。(matlab digital signature prepared concise, I am sure someone will use.)
- 2009-04-26 10:01:43下载
- 积分:1
-
c#编的,实现文件拖放,一个简单的小工具
c#编的,实现文件拖放,一个简单的小工具-Implementation file drag and drop
- 2022-01-25 18:53:21下载
- 积分:1
-
stm32f4 的iic移值
//³õʼ»¯IICvoid IIC_Init(void){ GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(MU_IIC_SCL_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ RCC_AHB1PeriphClockCmd(MU_IIC_SDA_CLOCK, ENABLE);//ʹÄÜGPIOFʱÖÓ //GPIOF6,F8³õʼ»¯ÉèÖà GPIO_InitStructure.GPIO_Pin = MU_IIC_SCL_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;//ÉÏÀ GPIO_Init(MU_IIC_SCL_GPIOX, &GPIO_InitStructure);//³õʼ»¯ GPIO_InitStructure.GPIO_Pin = MU_IIC_SDA_PIN; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö GPIO_InitStructure.GPIO_Speed = GPIO_Speed_50MHz;//50MHz&nb
- 2023-02-24 13:45:04下载
- 积分:1
-
byy
编程验证[x+1]是GF(28)=GF(2)[x]/(x8+x4+x3+x+1)的本原元,并给出GF(28)=GF(2)[x]/(x8+x4+x3+x+1)中以[x+1]为底的对数表和反对数表(Program verification [x+1] is the GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) of the primitive element, and gives GF (28) = GF (2) [x]/(x8+ x4+ x3+ x+1) in order to [x+1] as the logarithm tables and antilog tables)
- 2020-12-23 22:29:06下载
- 积分:1