自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (8)
  • 收藏
  • 关注

原创 2021-03-14

AES解密时遇到 填充无效 无法被移除 public byte[] AesEncrypt(byte[] content, byte[] aesKey) { var _aes = new RijndaelManaged(); _aes.Padding = PaddingMode.PKCS7; _aes.Mode = CipherMode.CBC; byte[]

2021-03-14 12:09:10 302

原创 DS18b20温度值换算

DS18B20 处理正负温度值。寄存器格式例子//计算温度值//参数 高字节,低字节double CaculateTemp(uint8_t tmh, uint8_t tml){ uint8_t th; uint8_t tl; double temp = 0; tl = tml & 0x0F;//取低字节后四位 th = (tmh &lt...

2020-02-01 19:29:04 6148 1

原创 交叉查询的sql

sql:select gwlb, count(case when (year(getdate())-year(rybirthday)) between 20 and 30 then rygh end) as 20-30, count(case when (year(getdate())-year(rybirthday)) between 30 and 40 then rygh end) as

2004-11-11 10:03:00 654

DS18B20.pdf

DS18B20官方手册 The DS18B20 digital thermometer provides 9-bit to 12-bit Celsius temperature measurements and has an alarm function with nonvolatile user-programmable upper and lower trigger points. The DS18B20 communicates over a 1-Wire bus that by definition requires only one data line (and ground) for communication with a central microprocessor. In addition, the DS18B20 can derive power directly from the data line (“parasite power”), eliminating the need for an external power supply.

2020-02-01

sharpdx demo

sharpdx demo (sharpdx-examples-master zip)

2018-11-19

西门子 - 测试Demo源代码VS2010版本(16点限制)

西门子 - 测试Demo源代码VS2010版本(16点限制)

2018-11-19

Directx113D空间坐标系认识

Directx113D空间坐标系认识 Directx113D空间坐标系认识

2018-11-19

小波分析理论、算法及其应用

小波分析理论、算法及其应用 小波分析理论、算法及其应用

2018-11-16

LMS官方 声学分析软件 结果处理 展示 Virtual.Lab Acoustics Rev.9

LMS官方 声学分析软件 结果处理 展示 Virtual.Lab Acoustics Rev.9

2018-11-16

声学测量和分析基础

声学测量和分析基础

2018-10-25

bkviewer体积小功能强大的看图软件

bkviewer体积小功能强大的看图软件

2012-05-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除