码迷,mamicode.com
首页 >  
搜索关键字:qq    ( 18662个结果
Java中的 try(){}
参考:https://blog.csdn.net/qq_33543634/article/details/80725899 从网上查阅资料得知从 Java 7 build 105 版本开始,Java 7 的编译器和运行环境支持新的 try-with-resources 语句,称为 ARM 块(Aut ...
分类:编程语言   时间:2021-03-15 10:48:51    阅读次数:0
1352【毕设课设】基于单片机电池容量电压测量仿真设计
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include "inif.h" #include <at89x52.h> #include <absacc.h> #include "LCD1602.H" unsigned char d ...
分类:其他好文   时间:2021-03-12 12:41:26    阅读次数:0
PHP链接xmpp,openfire新增用户,聊天室
https://blog.csdn.net/qq_35140728/article/details/77248281 1.到http://www.igniterealtime.org/projects/openfire/plugins.jsp下载一个插件REST API。这个插件的作用就是允许程序设 ...
分类:Web程序   时间:2021-03-12 12:32:39    阅读次数:0
IDEA下创建SpringBoot+MyBatis+MySql项目实现动态登录与注册功能
IDEA下创建SpringBoot+MyBatis+MySql项目实现动态登录与注册功能 https://mp.weixin.qq.com/s/urpCwcPztBjjxYdWVwhofg ...
分类:数据库   时间:2021-03-11 19:31:48    阅读次数:0
1307【毕设课设】基于单片机超高精度电参数测试设计
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 这次设计的课题,智能电参数测试电路是基于单片机,控制外部器件进行操作的。利用protues软件进行局部电路的描绘。然后在使用Keil4软件针对protues仿真部分作出代码控制程序,经过编译 ...
分类:其他好文   时间:2021-03-11 15:44:58    阅读次数:0
1308【毕设课设】基于单片机超声波测距电路仿真设计
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg52.H>//器件配置文件 #include <intrins.h> //传感器接口 sbit RX = P3^2; sbit TX = P3^3; //按键声明 ...
分类:其他好文   时间:2021-03-11 15:20:52    阅读次数:0
1309【毕设课设】基于单片机超声波测距仿真系统设计
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg51.h> //预处理命令,定义SFR的头 #include <math.h> #include <intrins.h> //内部函数库文件 #define uch ...
分类:其他好文   时间:2021-03-11 14:59:48    阅读次数:0
1310【毕设课设】基于单片机超声波测距和温度采集报警(含PCB)
【资源下载】下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg52.h> #include <intrins.h> #define uchar unsigned char // 以后unsigned char就可以用uchar ...
分类:其他好文   时间:2021-03-11 14:48:55    阅读次数:0
1282【毕设课设】基于单片机PWM直流电机控制系统设计汇编
【资源下载】百度网盘下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl FLAG BIT 00H ;正反转标志位 DIS_BUFF EQU 30H ;数码管缓冲显示单元首地址 JG EQU 40H ;PWM信号占空比数值 & 数码管位选循环次数存储地址 ...
分类:其他好文   时间:2021-03-09 13:49:27    阅读次数:0
1285【毕设课设】基于单片机SHT11温湿度采集报警系统设计
【资源下载】百度网盘下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include<reg51.h> #include <intrins.h> #include <math.h> #include <stdio.h> #define LCD_DB ...
分类:其他好文   时间:2021-03-09 13:49:00    阅读次数:0
18662条   上一页 1 ... 14 15 16 17 18 ... 1867 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!