当前位置:首页 > 第23页

函数声明和使用

chanra1n4年前 (2020-10-28)C++4986
函数声明和使用
#include<iostream> using namespace std; int sum(int a,int b);//函数声明  int main() { cout <<&nb...

数据类型及其占用空间

chanra1n4年前 (2020-10-28)C++4821
数据类型及其占用空间
#include<iostream> using namespace std; int main() { cout << "The size of int is&nb...

C++入门 输出Hello World

chanra1n4年前 (2020-10-28)C++4856
C++入门 输出Hello World
#include <iostream>using namespace std;int main(){     cout << "Hello, world!...

CT107D DAC 电压模拟输出

chanra1n4年前 (2020-10-16)CT107D4049
CT107D DAC 电压模拟输出
/*   程序说明: IIC总线驱动程序   软件环境: Keil uVision 4.10    硬件环境: CT107单片机综合实训平台 8051,12MHz...

CT107D ADC 光敏电阻

chanra1n4年前 (2020-10-16)CT107D4796
CT107D ADC 光敏电阻
#include<iic.h> #include "reg52.h" #include "intrins.h" typedef unsigned char BYTE; typedef&nbs...

CT107D 数码管动态显示

chanra1n4年前 (2020-10-16)CT107D4329
CT107D 数码管动态显示
#include<reg52.h> #include<intrins.h> void hdw_init(); void smg_refresh(); void Delay1ms(); unsigned char nu...

CT107D DS18B20

chanra1n4年前 (2020-10-15)CT107D4599
CT107D DS18B20
先贴上核心代码unsigned char get_temp(void) { unsigned char TH,TL; init_ds18b20(); Write_DS18B20(0xCC); Write_DS18B20(0x44); De...

CT107D DS1302

chanra1n4年前 (2020-10-15)CT107D4681
CT107D DS1302
使用官方的ds1302.h和ds1302.c,下方有核心代码讲解main.c#include<reg52.h> #include<intrins.h> #include<ds1302.h> typedef unsigned char&nb...

爱快登录面板API

chanra1n4年前 (2020-10-01)Linux5169
爱快登录面板API
接口名:登录面板API接口地址:路由器管理地址+/Action/login接口调用方式:POST参数1:username    用户名参数2:passwd    密码,为输入密码的MD5加密,32位小写参数3:pass&...

MW788刷NR285G固件

chanra1n4年前 (2020-09-16)Linux5207
MW788刷NR285G固件
netcore(NR285G).zip...