最新文章
-
-
这个是小蜜蜂老师给出的蓝桥杯练习题目,我通过这个题目加深了对iic总线的理解和应用。
以下是我写得代码,望各位大佬指正。 #include"reg52.h" #include"iic.h" //-------共阳数码管的段码编码表(无小数点)-------- unsigned char code SMG_int…… -
-
ZOJ1149 Dividing
Marsha and Bill own a collection of marbles. They want to split the collection among themselves so that both receive an equal share of the marbles. …… -
OPENCV例子opencv-4.5.5/samples/gpu/super_resolution.cpp的代码分析
此示例演示视频序列的超分辨率算法,超分辨率是指放大或改善图像细节的过程。 该示例使用:创建双边 TV-L1 超分辨率。createSuperResolution_BTVL1() TV:Tot…… -
OptiSystem器件学习(一)
目录 1、NRZ Pulse Generatorrectangle shape:过渡形状expotentialLinear: Format for pulse rangeMin/MaxDC Bias/Amplitude Position:影响脉冲相移Ra…… -
逆向爬虫29 替换execjs的两种方法
逆向爬虫29 替换execjs的两种方法 一. 问题引入 最近做js逆向扣取完网站的加密逻辑js代码放到本地用python的 execjs 模块运行的时候, 总会遇这样一个问题。 在…… -
-
LeetCode 125. 验证回文串
基本思路: API学习; alnum:判断某个字符是否是数字或者字母; tolower,把大写转换为小写; 具体代码: class Solution { public: bool isPalindrome(s…… -
友情链接