当前位置:首页 > chanra1n 第21页
chanra1n

chanra1n 管理员

PMP、PBA、CSPM、Scrum Master(PSM-II); 高级信息系统项目管理师、中级软件设计师、中级硬件工程师、中级嵌入式软件工程师、中级FPGA工程师;曾就职于中国航天某单位。 Email:chenyu@myfpga.cn

355 篇文章 0 次评论

函数声明和使用

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

数据类型及其占用空间

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

C++入门 输出Hello World

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

CT107D DAC 电压模拟输出

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

CT107D ADC 光敏电阻

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

CT107D 数码管动态显示

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

CT107D DS18B20

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

MW788刷NR285G固件

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