数组子系统
#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j...
#include <stdio.h> #include <stdlib.h> #define SMAX 100 typedef struct SPNode { int i,j...
#include<iostream> using namespace std; int s=0; int prime(int x){ int i,p=1; for(i=2;...
--stdafx.h中没有函数库,只是定义了一些环境参数,使得编译出来的程序能在32位的操作系统环境下运行。 windows和mfc的include文件都非常大,即使有一个快速的处理程序,编...
STM32F407VGT6精确脉冲控制步进电机源码,采用STM32F407VGT6芯片,抛弃单脉冲输出方式,直接使用普通PWM输出方式精确输出脉冲个数,每个脉冲都可以改变频率和占空比。PWM+中断,简...
include<reg52.h> #define uint unsigned int #define uchar unsigned char uint temp,aa...
The PW4055 is a complete constant-current /constant-voltage linear charger for single cell lithiumio...
Agilent 34401A Service Guide.pdfIEC Measurement Category II includes electrical devices connected to...
This Getting Started Guide is written for Maxwell beginners and experienced users who would like to ...
电子书-十天学会单片机实例100.pdf//实例 4:用单片机控制一个灯闪烁:认识单片机的工作频率 #include<reg51.h> //包含单片机寄存器的头文件 /**********...
HX711_1Kg#include "HX711.h"float Weight = 0;void setup(){ Init_Hx711(); //初始化HX711模块连接的...