- C-Programming-Language- C语言程序设计第三版——谭浩强习题答案集
- music1 They are some English music.
- worknotes 我的工作笔记 jsp/Servlet 有兴趣下载啊 功能都实现了(My work notes jsp/Servlet is interested in downloading. The functions have been realized.)
- MPLAB IDE集成开发环境用户指南(中文)
- 泛在电力物联网2019年建设方案 国网公司(State Grid Corporation's ubiquitous power Internet of Things 2019 construction plan)
- HTTP服务器源代码 http server code(HTTP Server programming)
资源列表
MAX30102心率传感器
- 基于STM32F103C8T6的MAX30102心率血氧传感器
Solar_DC_DC_F2803x
- Solar,DCDC,a SMPS whose import is 400VDC and output is 12Vdc(a SMPS whose import is 400VDC and output is 12Vdc)
3.Open source Letter Shell
- 基于STM32WB55的shell命令行范例(Shell command-line example based on STM32WB55)
lis2dh12_STdC
- 基于STM32的LIS2DH12三轴加速度传感器示例程序(LIS2DH12 triaxial acceleration sensor sample program based on STM32)
嵌入式:简易计算器
- 嵌入式课程设计之简易计算器,含tft触摸屏,此为源代码,需自备keil5
高频电磁筛控制器程序
- 用于控制高频电磁筛震动幅度,通过电流反馈控制可控硅导通角,进而控制流过电磁铁的电流,可实现可控硅恒电流控制功能,并具有短路断路保护功能。
stm32f103 ATK-OV2640摄像头模块代码
- stm32精英版,ov2640摄像头源代码,通过摄像头拍照保存到SD卡中,显示在LCD屏幕。(STM32 elite edition, ov2640 camera source code, camera photos saved to SD card, displayed on the LCD screen.)
3KW数字LLC源代码
- 3KW数字llc电源源代码,学习参考。。(3KW Digital LLC Power Source Code)
库函数版
- 基于STM32F103的光照传感器开发。(Development of light sensor based on STM32F103)
SHT30
- 读取SHT30模块中温湿度数据,并发送至OLED显示(Read the temperature and humidity data in the SHT30 module and send it to the OLED display.)
1304 - AD7663
- STM32驱动线阵探测器TCD1304正常工作,并采用AD7663进行采集(STM32 Driven Linear Array Detector TCD1304 works normally and uses AD7663 to collect data.)
ccsuemupc条件跳转(1)
- 设计一个模型机,具体设计要求如下: (1)设计指令系统,要求有取数指令、加法指令、跳转指令、停机指令等 (2)设计指令格式、微指令格式 、微程序 、时序电路 、数据通路,完成cpu的设计。 (3)利用模块化设计,分别设计存储器模块、运算器模块、时序电路模块、微程序控制器模块、显示模块等,最后进行系统的顶层设计,完成复杂模型机的设计与实现测试 (4)根据任务,完成主程序的设计,同时把主程序翻译成目标代码,写入主存,仿真下载测试。(Design a model machine, th