Zad 的文章
-
go每日新闻(2022-02-08)——以Go为例-探究并行与并发的区别
每日一谚:Concurrency makes parallelism (and scaling and everything else) easy. go中文网每日资讯--2022-02-08 一、Go语言中文网 Go爱好者这么卷…… -
STM32F407源码/FX3U源码/Keil源码/PLC源码
STM32F407源码/FX3U源码/Keil源码/PLC源码 STM32F407源码/FX3U源码/Keil源码/PLC源码最先出现在Python成神之路。 -
学习移动端第一天
一、如何使用字体图标 1.复制相关的文件到fonts文件夹里面 分别为根目录 iconfont.css / iconfont.ttf / iconfont.woff / iconfont.woff2 这4个文件 2.引入cs…… -
C++ STL vector
vector 变长数组,使用方法:#include< vector > 并使用 using namaspace std; vector的定义 一个 vector 的定义: vector name; 若 type 为 STL 容器: vecto…… -
ElementUI-Plus 表格默认选中
在表格标签中加入: ref 在setup中加入: setup(){ const tableRef = ref() nextTick(() => { tableData.value.forEach((row) => { tableRef.va…… -
Unity3d URP管线下渲染法线颜色
Shader "Unlit/ObjNORMAL" { Properties { } SubShader { Tags { "RenderPipeline"="UniversalPipeline" "RenderType"="Opaque…… -
高性价比高实时Ethercat现场总线工业运动控制方案
最近两月的周末,本人将SOEM主站移植到了STM32上,在free run模式下运行正常,可以驱动倍福的io从站;在DC模式下存在一些bug,只能驱动一部分的伺服驱动器。 …… -
什么是SPFA?SPFA怎么判负环?怎么判正环?
什么是SPFA SPFA是在Bellman-Ford的基础上进行的一种优化,Bellman-Ford的思路是进行n-1次循环,每次循环都遍历每一条边来更新最短路,复杂度是 O …… -
22.像素重映射
#include #include #include using namespace cv; Mat src, dst, map_x, map_y; const char* OUTPUT_TITLE = "remap demo"; int index = 0; void update_ma…… -
友情链接

