1485下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include <reg51.h> #include <intrins.h> #define uchar unsigned char #define uint u ...
分类:
其他好文 时间:
2021-03-17 14:10:52
阅读次数:
0
| 占位符 | 对应数据类型 | 含义 | | | | | | %d | int | 接受整型数值并将它表示为有符号的十进制数 | | %hd | short int | 短整数 | | %hu | unsigned short | 无符号短整数 | | %o | unsigned int | 无符 ...
分类:
其他好文 时间:
2021-03-15 11:01:07
阅读次数:
0
【资源下载】下载地址如下: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
头文件:#include<string> [注]:文中关于个数的参数文档中为 size_type 型,更本质是 size_t 型,因为typedef size_t size_type,而 size_t 在不同系统内实现不同,大概为 unsigned int 型,为简便起见,本文均写为 int 型。另 ...
分类:
编程语言 时间:
2021-03-11 18:19:40
阅读次数:
0
【资源下载】下载地址如下: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
安卓逆向脱壳实操app 抓包如图所示 base解码 经过定位确定在这儿 jadx ida中直接有导出函数 jstring __fastcall Java_com_goldze_mvvmhabit_utils_NativeUtils_encrypt(JNIEnv *a1, int a2, int a3 ...
分类:
移动开发 时间:
2021-03-08 13:05:54
阅读次数:
0
static int tcp_open_socket(unsigned short port, const char *bindaddr, const char *ifname){ int fd = -1, n, af, opt; struct sockaddr_in si; struct sock ...
分类:
其他好文 时间:
2021-03-03 12:28:42
阅读次数:
0
1,将id列放在第一列 alter table cqc_xa.cqc_xa_diff_case modify id int unsigned auto_increment first; 2,增加自增id alter table test.student add column indexxx int( ...
分类:
数据库 时间:
2021-03-03 12:17:55
阅读次数:
0
在前面文章中,我们通过一系列案例介绍了表单设计的一些基本功能,表单设计起到非常重要作用,也是crudapi核心,所以本文会详细介绍表单设计中一些其它功能。 ...
逐像素浮点运算转换的,很慢,目测 1080p 只有 12fps 左右 sws_scale(img_convert_context, (const unsigned char *const *)p_frame->data, p_frame->linesize, 0, p_codec_context-> ...
分类:
其他好文 时间:
2021-02-26 12:53:55
阅读次数:
0