-
adc
Stm8l series adc example
- 2019-05-13 17:00:38下载
- 积分:1
-
SSD1325_modbus_rs485
ssd1325驱动的oled显示屏+modbus从机——rs485
- 2022-10-02 14:25:04下载
- 积分:1
-
PVA_ECC
PVA_ECC加固RC足尺梁二次受力试验研究.PVA_ECC RC full-scale reinforced beam two stress test research.(PVA_ECC RC full-scale reinforced beam two stress test research.)
- 2012-01-09 14:43:48下载
- 积分:1
-
md5加密c++跨平台
md5加密实现,c++ 跨平台,linux windows 都可以用static void MD5Init(MD5_CTX *context){ context->count[0] = 0; context->count[1] = 0; context->state[0] = 0x67452301; context->state[1] = 0xEFCDAB89; context->state[2] = 0x98BADCFE; context->state[3] = 0x10325476;}static void MD5Update(MD5_CTX *context, unsigned char *input, unsigned int inputlen){ unsigned int i = 0; unsigned int index = 0; unsigned int partlen = 0; index = (context->count[0] >> 3) & 0x3F; partlen = 64 - index; context->count[0] += inputlen count[0] < (inputlen count[1]++; context->count[1] += inputlen >> 29; if(inputlen >= partlen) { &n
- 2022-01-22 14:33:35下载
- 积分:1
-
物联网 (物联网)
东西回家,智能原理图设计和源代码的一部分
- 2023-05-02 15:00:03下载
- 积分:1
-
wind_new
说明: 遗传算法解决含有风电场的电力系统机组组合问题(Genetic Algorithm for Power System with wind farm unit commitment problem)
- 2020-11-27 10:49:32下载
- 积分:1
-
test -14-温度 -+继电器风扇
说明: 基于proteus7.8的仿真,程序是用keil编译,采用DS18B20为传感器,可以控制风扇的转动(Based on Proteus 7.8 simulation, the program is compiled with KEIL, using DS18B20 as the sensor, can control the fan rotation)
- 2021-01-23 17:01:49下载
- 积分:1
-
Csharp
C#写的ADSL拨号程序示例,ADSL自动拨号类,前提是在系统中已经有了一个宽带拨号连接(C# to write the ADSL dial-up procedures for example, ADSL automatic dial-up category, the premise that the system has made a broadband dial-up connection)
- 2020-07-14 13:18:52下载
- 积分:1
-
1
说明: c入门程序一,编写一个C程序,输入a、b、c三个数,输出其中最大者。(c entry procedures, write a C program, enter a, b, c three numbers, the output of which the largest.)
- 2013-04-07 11:05:07下载
- 积分:1
-
Transmitter
说明: nrf24l01的驱动程序,可以用于2.4g盒子的超强通信。支持收发和1对6(NRF24L01 driver can be used for 2.4G box super communication. Supporting transceiver and 1-to-6)
- 2020-06-22 23:00:01下载
- 积分:1