-
STM32 PlC控制器pcb文件原理图资料及代码
STM32 PlC 控制器pcb文件原理图资料及代码
- 2022-07-07 01:16:01下载
- 积分:1
-
an-r18an0033ej0100-tps-1-profinet
主控mcu与profinet进行SPI通讯的例子程序(An example program of SPI communication between master control MCU and PROFINET)
- 2020-06-23 11:40:02下载
- 积分:1
-
AdoDBDemo
将db文件夹放在c盘根目录 这是用VC 使用ADO访问数据库 有对数据库的最基本的操作(will db folder on c occurs, it is made using VC ADO database of the basic database operations)
- 2004-12-15 19:42:46下载
- 积分:1
-
STM32与FPGA的通信,SPI方式
STM32与FPGA的通信,SPI方式,具体介绍文件里都有,使用前请先看读我,本程序经过验证无误。
- 2022-02-06 08:13:16下载
- 积分:1
-
串口高速接收命令
1.
//加入以下代码,支持printf函数,而不需要选择use MicroLIB
#if 1
#pragma import(__use_no_semihosting)
//标准库需要的支持函数
struct __FILE
{
int handle;
};
FILE __stdout;
//定义_sys_exit()以避免使用半主机模式
void _sys_exit(int x)
{
x = x;
}
//重定义fputc函数
int fputc(int ch, FILE *f)
{
while((USART1->SR&0X40)==0);//循环发送,直到发送完毕
USART1->DR = (u8) ch;
return ch;
- 2022-07-12 05:44:52下载
- 积分:1
-
vs .net的rose插件,版本6.12
vs .net的rose插件,版本6.12-vs. Net rose plug-in, version 6.12
- 2022-11-16 06:20:03下载
- 积分:1
-
DepthFirstSearch
Depth First Search For Graph
- 2014-02-20 22:49:58下载
- 积分:1
-
762 source
说明: source wyd 762 com codigo em c++, source wyd 762 com codigo em c++
- 2020-06-19 01:40:01下载
- 积分:1
-
DBO
说明: 对数据库访问的封装,简化调用代码,优化调用流程, 支持多种调用方式。(Encapsulation of database access, simplification of calling code, optimization of calling process, support of multiple calling methods.)
- 2020-05-30 09:28:07下载
- 积分:1
-
numeric-trapezium
一个数字梯形,选择k条路线,每条路线从第一层的某个数开始,每次进入下一层到达左下或者右下的数字,直到最后一层为止。每条路线不能经过相同的路径,但是可以经过相同的数字节点。 输出一个整数,表示能得到的最大的k条路径经过的数字之和(A digital ladder, the K route, each route the first layer of a number, each time to enter the next layer to reach the left or right next to the number, until the final layer. Each route can not pass through the same path, but can pass through the same number of nodes. Output an integer representing the sum of the number of the largest K paths that can be obtained)
- 2020-11-19 11:09:38下载
- 积分:1